Getting error while using hybrid toolbox
Mostrar comentarios más antiguos
I run the demo "heatcool.m" in the hybrid toolbox.
Then I get the error.
Error using evalin
Unrecognized function or variable 'heatcoolmodel'.
Error in mld (line 205)
evalin('caller',hysfile); % Assign S in the caller workspace, where possible symbolic vars are defined
Error in heatcool (line 16)
S=mld('heatcoolmodel',Ts);
How to fix this problem ?
5 comentarios
Walter Roberson
el 10 de Ag. de 2020
It appears that I do not happen to be eligible to download that toolbox except by purchasing a commercial license.
Hong-Ruei Ciou
el 10 de Ag. de 2020
Walter Roberson
el 10 de Ag. de 2020
The license restrictions are at the bottom of the page I linked to. I do not work for a university or non-profit, so I would have to obtain the commercial license just to read the code.
Hong-Ruei Ciou
el 10 de Ag. de 2020
Editada: Hong-Ruei Ciou
el 10 de Ag. de 2020
Walter Roberson
el 10 de Ag. de 2020
Technically speaking, you are downloading it subject to a license that happens to include research and course work as being acceptable unpaid use.
Respuestas (1)
Chengen Tu
el 1 de Abr. de 2022
0 votos
I have the same problem and it bother me a lot.
Have you solve this issue now?
Categorías
Más información sobre Downloads en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!