how can I make d^(5.13) ??
조회 수: 1 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
채택된 답변
Azzi Abdelmalek
2013년 5월 17일
편집: Azzi Abdelmalek
2013년 5월 17일
d=10
set_param('YourModel/Constant','Value',num2str(d))
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!