フィルターのクリア

"enter value" command in embedded matlab function

5 ビュー (過去 30 日間)
yana osman
yana osman 2012 年 7 月 12 日
hi everyone,
i have a constant value which is change depends on new input and user need to write the new value. I tried to write command in embedded matlab function as below but failed. Anyone have ideas?Hope can help me
function Tjacket = fcn
%#eml
Tjacket = 'please enter value'
  1 件のコメント
TAB
TAB 2012 年 7 月 12 日
編集済み: TAB 2012 年 7 月 12 日
  • constant value can not be changed during simulation.
  • Tjacket = 'please enter value' --- simulink not supports the string type, so you can't out a string from embedded matlab function block.

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

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by