ActiveX controls and COM builder035 (2/13/2004 4:49:52 PM) I just downloaded a trial version of COM Builder, Matlab 6.5.1. I was hoping to be able to use it to put a Matlab plot on a VB form, but from what I have read in the help this does not seem possible. IOW, I wou... Matthew
Bad value for line property: 'BusyAction'.052 (2/13/2004 4:47:45 PM) thanx mr.P, the color property works. hi all, I was trying to save the properties of the surface in a plot, into a mat file. for example like, I run a default plot for the first time, and then I make some cha... mvrsv(23)
Problems with greek letters when exporting 3D plots050 (2/13/2004 4:28:04 PM) Hello, I have a problem with greek letters when exporting 3D plots. As you might know when exporting (printing to file) 3D plots, matlab generates an image as opposed to generate vector graphics. The problem a... mylastname9091(1)
how to disable keybindings for the listbox #2042 (2/13/2004 4:23:29 PM) Inside a figure, I have axes and listbox. I am getting keypress through the figure_keypressfcn. keypressed = get(gcf,'CurrentCharacter'); I only want the keypress to be effective on the axes but not on the li... ryiu(23)
how to disable keybindings for the listbox048 (2/13/2004 4:23:24 PM) Inside a figure, I have axes and listbox. I am getting keypress through the figure_keypressfcn. keypressed = get(gcf,'CurrentCharacter'); I only want the keypress to be effective on the axes but not on the li... ryiu(23)
quiver plots - marker arrow?048 (2/13/2004 4:02:05 PM) when doing a quiver plot - is there an easy way to plot an arrow by the side of the plot that i can write some text by (i.e. the vector magnitude), so there is some indicator of the actual values represented by... whocares1(1)
Smaller space between contour dashes234 (2/13/2004 1:30:18 PM) PLEASE someone have an answer for me! When plotting dashed or dotted contours, i find the space between both the dots or the dashes to be too large (i don't mean between the individual contours but within a co... Stevie(1)
ATMEL Microcontroller043 (2/13/2004 3:41:15 PM) Respested sir i want to know which software does this support?We are trying to make one autonomous vehicle,and for that we are using this microcontroller as a intelligent device.Tell us about feasi... amiyesh(1)
Plot color in a loop427 (2/12/2004 4:16:18 PM) Hi, I have a matrix (51x16) that I plot using a loop like a FOR loop *************** for i=1 : length (s) data=dlmread(char(str(s(i))),'\t',7,0); data(:,1)=[data(:,1)./max(data(:,1))] R=[R,data]; ... jmgonnet(6)
Curve-Fitting using combination of sine-functions897 (2/12/2004 2:15:44 PM) Hi everyone, I am trying to apply curve-fitting on a set of data i got, which is given by two huge vectors, x and y. If I plot the x-y curve i can see that it is a periodic function with 2 maxima, which means i... liorrosen(3)