Are the operators like " .* ", " ./ " won't work in simulink?

조회 수: 2 (최근 30일)
Shravista Kashyap
Shravista Kashyap 2019년 7월 14일
편집: Stephan 2019년 7월 14일
Although I know the way of performing the equivalent operation in matlab or simulink. But, while using these operator in simulink for the matrix A (6X6) and vector n (1X6), the operations shown below brings error in simulink. Besides I have other alterantives to solve the issue. But why they donot work in simulink besides their use in matlab.
diff1 = A./n;
diff2 = A.*n;

채택된 답변

Stephan
Stephan 2019년 7월 14일
편집: Stephan 2019년 7월 14일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Verification, Validation, and Test에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by