Got error when calling function "extractDataAlongLine(...)"
Afficher commentaires plus anciens
Hi,
I'm using the QuickerSim CFD Toolbox for MATLAB to do a laminar flow simulation. I got the error "License could not be found" when I call the function "extractDataAlongLine(...)".
The detail error report from Matlab is shown as follow:
Error using pointInTriangle
License file could not be found
Error in extractDataAlongLine (line 72)
[el, b1, b2, b3] = pointInTriangle(p,t,[x(i) y(i)]);
Error in tutorial001 (line 84)
[vx, lp, le] = extractDataAlongLine(p,t,u,[0 0],[-2 2],100,15);
Other functions are working properly. Therefore, could anyone help me figure it out? I'd appreciate it :)
Best regards,
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Computational Fluid Dynamics (CFD) dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!