photo

Nils Lande


Last seen: Today 2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

3 질문
2 답변

순위
21,757
of 300,364

평판
2

참여
3 질문
2 답변

답변 채택
33.33%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
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...

10개월 전 | 답변 수: 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'...

12개월 전 | 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...

12개월 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 1 | 0

1

답변