StartFcn "Error while evaluating UIControl Callback."
3 ビュー (過去 30 日間)
古いコメントを表示
I want to start my simulation with pushbutton but I can't. Can someone help me?
0 件のコメント
回答 (1 件)
Ayush
2024 年 9 月 5 日
The error “Wrong numer (2) of input arguments detected” indicates wrong syntax of “set_param” function.
The syntax of “set_param” function is given below:
set_param(object,parameter1,value1,...,parameterN,valueN)
Here,
“Value1” is the new value of “parameter1” ,
“Value2” is the new value of “parameter2” and so on.
You can refer to the following documentation for more details on “set_param” function: https://www.mathworks.com/help/simulink/slref/set_param.html
Hope it helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!