Hi MikeP,
Your suggested solution works.
Problem 1) is solved by changing to another name. typo error.
Problem 2) is solved by adapting to 2nd method.
Thank you very much. Have a Happy Christmas and Happy New Year 2003 to you & all forum users.
Hello,
I am having problem with using different colors base on the the various cmd in the for loop. I apply the suggested solution provided in one of the past threads but I am not able to get the result. I don't understand what the error message is reporting. Can someone help me? Many Thanks in...
Hi Lewish,
Thanks so much for your help.
aa, bb, cc is stored as array.
Took me quite a while and I managed to access aa, bb, cc. I sort them out and plot them by calling aa to plot with A & B, calling bb to plot with A & B and so on... with hold on. This way, I get the aa, bb, cc to plot...
Thanks, Lewish.
I put in the aa value but the command won't work.
??? Error using ==> plot
String argument is an unknown option.
Error in ==> D:\csv1.m
On line 21 ==> plot(c, s, 0, 'r*');
Hello there,
I am a beginner on MATLAB. Facing problem to get 3 plots using the same axes. Hope my note is understandable .....
Here's the scenerio.
I have 3 column vectors of same certain length - A, B, C. C contains 3 discrete values - aa, bb, cc. At any one time, aa, bb, cc can have the...