Script won't run..
Ältere Kommentare anzeigen
I have written a script quadpoly.m into my current path.After running it,i get the message
'??? Undefined function or variable 'quadpoly'.'
Thereafter i tried 'which quadpoly' and i get the response
' Has no license available '
I am using matlab on the university's server.By the way, the script doesn't depend on any toolbox.
Akzeptierte Antwort
Weitere Antworten (3)
Jan
am 13 Jul. 2011
1 Stimme
If QUADPOLY is a function of a Matlab toolbox, re-using the name can cause such strange problems. An undocumented copyprotection mechanism seems to check filenames...
So if you are sure that you do not use a function whichyou do not have a license for, try to rename the script.
1 Kommentar
Fangjun Jiang
am 14 Jul. 2011
I searched the function list on Mathworks website. quadpoly doesn't appear to be in the list.
Fangjun Jiang
am 13 Jul. 2011
0 Stimmen
I am assuming you are using a shared license. Even when you are in the MATLAB command window, the MATLAB license you got when you started could be timed out. The error indicates that you don't have the license to run the MATLAB which command.
Sean de Wolski
am 14 Jul. 2011
0 Stimmen
When you open MATLAB is there something in the command window that reads along the lines of:
"Your license will expire in X days" or "Your license has expired please contact your systems admin"?
Before you clc it away? Close MATLAB, restart it and let us know.
Kategorien
Mehr zu Install Products 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!