Got error when calling function "extractDataAlongLine(...)"
이전 댓글 표시
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,
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Computational Fluid Dynamics (CFD)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!