Filter löschen
Filter löschen

how can I make d^(5.13) ??

1 Ansicht (letzte 30 Tage)
sia
sia am 17 Mai 2013
I wanna make d^(5.13) such that d = a variable and the user can change the value of that from GUI. I made ist with Constant Block and i wrot d^(5.13) and if i want to chang the variable d i chang whole of the value :(.... with wich block or how can i do it???
THX

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 17 Mai 2013
Bearbeitet: Azzi Abdelmalek am 17 Mai 2013
Use set_param function
d=10
set_param('YourModel/Constant','Value',num2str(d))
  3 Kommentare
Azzi Abdelmalek
Azzi Abdelmalek am 17 Mai 2013
Bearbeitet: Azzi Abdelmalek am 17 Mai 2013
sia
sia am 17 Mai 2013
I know, but i dont know how i can use it :( and i didnt finde good examples ...

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by