i dont know that warning massage . Please help me as soon as posible
Ältere Kommentare anzeigen
Error in parfind (line 2) [f1,f2] = size(fonk);
Output argument "parpos" (and maybe others) not assigned during call to "C:\Users\yunus\Desktop\15.02.2014\parfind.m>parfind".
2 Kommentare
Jan
am 15 Feb. 2014
I recommend to avoid "as soon as possible", because it sounds less polite than apropriate.
Akzeptierte Antwort
Weitere Antworten (3)
per isakson
am 15 Feb. 2014
Bearbeitet: per isakson
am 15 Feb. 2014
0 Stimmen
- Did you write the function, parfind? Your search - parfind - did not match any documents.
- You might want to learn about debugging
- Your question doesn't provide information enough to say more than the messages already say
- If "as soon as possible" you should really put more effort into the question
Wayne King
am 15 Feb. 2014
It means that the function parfind.m has an output argument in its function signature called parpos and that is not being computed.
Are you giving us all the error messages, it looks like you are having a problem on line 2 with
size(fonk)
Yunus
am 16 Feb. 2014
0 Stimmen
Kategorien
Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!