First
|
Prev |
Next
|
Last
Pages: 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180
multiple for loop/index Dear All: I'm a new Matlab user, I hope I can get help. I have two matrix in structure S, S. T1 and S.M1, S.T1 is 20000X2, S.M1 is 94X2 matrix. S.M1 was extracted from S.T1, now I need get index from S.T1 to using the loop below and it works fine: for i=1:length(S.M1) ind(i)=val2ind(S.T1(:,1), S.M1(i,1)); end ... 8 Mar 2010 15:15
making executable file from Guide GUI Can one make an executable file out of a Matlab program that is using a Matlab toolbox? specifically I mean a GUI made using GUIDE toolbox. thanks ... 8 Mar 2010 15:16
Help MACE filter design "hulijo" <u44586(a)uwe> wrote in message <867359da739e0(a)uwe>... Hy yonnas, It seems that I am having a similar problem trying to implement the MACE filter. I am quite sure my code is wright, but the results I get when using MACE correlation filters for recognition are nothing like those reported in the lit... 8 Mar 2010 14:09
line through a cylinder Hi everyone, I have an image of a bent pipe. I want to fit a line through this cylinder. How can I do it in MATLAB. Pls help. Thanx in advance. ... 8 Mar 2010 14:08
Converting C program to S-Function I have a big C program made by about ten files which are called by a main routine after loaded the inputs and I need to convert it as S-Function. I would like to know how the S-function is structured, in particular what is specified into the mdlOutputs section? How the external files are called by the S-function? ... 8 Mar 2010 14:08
Linear correlation I am confused. Anyone can tell me what is the difference between corr and corrcoef? ... 10 Mar 2010 20:54
Previously accessible file "C:\Program Files\MATLAB71\toolbox\matlab\ops\@cell\unique.m" is now inaccessible. The title of this message, "Previously accessible file "C:\Program Files\MATLAB71\toolbox\matlab\ops\@cell\unique.m" is now inaccessible." is the error message i now out of nowhere get when i try to go to export setup in a matlab figure. So then I decided to search for unique.m, that was in an other folder (and ... 8 Mar 2010 14:08
Matlab linking with Hysys This link is not leeding anywhere. Plus is the hysyslib still up to date? ... 8 Mar 2010 13:02
Recursion limit Dear Vyjayanthi! I can't call this function in the main menu, because it is a part of the program, unless I solve this I cant run my main program. So is there any solution, to eliminate the recursion limit? what is the proper syntax that I have to use? can you please help me with this program. The prob... 8 Mar 2010 13:02
xmlread problems I am using the xmlread function to parse an xml file. The file has the following structure: <Parent1> <Child1> <Data1>1</Data1> <Data2>2</Data2> </Child1> <Child2> <Data1>1</Data1> <Data2>2</Data2> </Child2> </Parent1> I use the xmlread function as follow... 8 Mar 2010 13:02 |