I\'m trying to update new values to a function using the \'set\' function. Here is the code: daq_object = analoginput(\'winsound\');
Is there an easy way to plot 3D functions using Silverlight 4 or 5? The most useful thi开发者_运维百科ng I found was this link, but even so it was way over my head.
I would like to know if it is possible ( and how to ) plot numbers in scientific notation (e.g. 4e2instead of 400) 开发者_Python百科while plotting diagrams with IDL\'s plot package. You can specify a
I want to plot some (x,y) points on the same graph and I don\'t need any special features at all short of support for polar coordinates which would be nice but not necessary. It\'s mostly for visualiz
I have a Matlab figure I want to use in a paper. This figure contains multiple cdfplots. Now the problem is that I cannot use the markers because the become very dense in the plot.
I want to plot data in a graph with larger font-size for the lables. x = c(0:10) y = sin(x) + 10 plot ( x, y, type=\"o\",
I h开发者_开发百科ave set of points (matrix Nx1) and groups for this points (matrix Nx1). I want to plot this points (there is no problem, I do this like this: plot(points, groups, \'o\');), but I\'d
I am trying to get a boxplot with a specific order of the levels that are being plotted. Using the following data and code I generate the boxplot, but the order in which I need this is 6,12,15,18.
I\'m totally new to MATLAB and I know only few basic commands. My ta开发者_JAVA百科sk is to plot a function of this kind:
I would like to add text annotation to a figure from a GUI made with GUIDE. First I plot some data, than when the user clicks on a checkbox I call the text function in the event handler like this: