when i want to modify the input number of certain component through script,error happens

1 vue (au cours des 30 derniers jours)
if i replace num with real num, like 17, it works, any one who knows why?

Réponse acceptée

drummer
drummer le 24 Mar 2023
Please take a look here.
I'm not familiar with this function, but as you declared num before, try to call it without ' '.
set_param('text/BC1', 'Inputs', num);
Cheers
  1 commentaire
wenchao zhang
wenchao zhang le 25 Mar 2023
thanks for your suggestion, i try it but still not working, but when i update the command as following, it works well. (i do it with matlab 2020b)
set_param('text/BC1', 'Inputs', num2str(num));
NOTE:set_param('text/BC1', 'Inputs', num) can works in matlbR2018b

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Simulink Functions dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by