Got error when calling function "extractDa​taAlongLin​e(...)"

2 ビュー (過去 30 日間)
Lingfeng Pu
Lingfeng Pu 2021 年 6 月 21 日
コメント済み: Walter Roberson 2022 年 2 月 24 日
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,

採用された回答

Walter Roberson
Walter Roberson 2021 年 6 月 21 日
QuickerSim is the one that is complaining about the license not being found.
extractDataAlongLine is included even with the free LITE version of QuickerSim, so it sounds like you have not activated properly.
Note: even the LITE Version must be activated for a specific computer. Even though it is free, you cannot just copy the files to another machine.
  3 件のコメント
asmae mnebhi-loudyi
asmae mnebhi-loudyi 2022 年 2 月 24 日
HELlo
Please,
How can activate the licence(FREElicence) in QUICKERSIM?
thanks
Walter Roberson
Walter Roberson 2022 年 2 月 24 日
Unfortunately I no longer recall why I said that the Lite version has to be activated. I just looked at the quickersim web site and I do not see anything about a need to activate the LITE version. There is a need to activate the 14 day Trial of the Pro version.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeComputational Fluid Dynamics (CFD) についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by