photo

Nils Lande


Last seen: 22 days 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
2 个回答

排名
21,757
of 299,791

声誉
2

贡献数
3 个提问
2 个回答

回答接受率
33.33%

收到投票数
1

排名
 of 20,807

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,966

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

Feeds

排序方式:

提问


How can I write Log messages from FMU exported from MATLAB/Simulink
An FMU can issue log messages througt the fmiCallbackLogger member of the fmiCallbackFunction. I have an FMU that is exported f...

8 months 前 | 1 个回答 | 0

1

个回答

已回答
Unknown hook 'FMUExportTestingMode'. Either no such hook is registered or the module registering the hook is currently not loaded.
The solution is to call load_system() before calling exportToFMU(): load_system(modelName); exportToFMU(modelName,'FMIVersion'...

10 months 前 | 0

| 已接受

提问


Unknown hook 'FMUExportTestingMode'. Either no such hook is registered or the module registering the hook is currently not loaded.
I'm trying to run a script that generates FMUs using the MATLAB function exportToFMU. I ran it successfully many times yesterday...

10 months 前 | 1 个回答 | 0

1

个回答

已回答
How can I use a coder.opaque value in a Matlab expression with codegen?
coder.eval('(int)', fid) can be used to return the value as integer. Example: fp_int = int32(0); fp = coder.opaq...

9 years 前 | 1

提问


How to troubleshhot Code generation error messages ('Dimension 2 is fixed on the left-hand side')?
I have been struggeling with a tricky error message that I get during code generation. I have a Simulink model that contains ...

10 years 前 | 1 个回答 | 0

1

个回答