Got error when calling function "extractDataAlongLine(...)"
Show older comments
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,
Accepted Answer
More Answers (0)
Categories
Find more on Computational Fluid Dynamics (CFD) in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!