Using data calculated in matlab and stored as an array/1D matrix in Simulink
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi
I am not sure what function block do I need to use an array. I basically have 25 values stored in 1-d matrix or array. I want to use a function block in Simulink that allows me to call upon these value stored under variable named "power". I tried using constant but that didn't work because this has more than one value.
I want to do further multiplication on all the values stored under variable "power" in Simulink during one timestep.
Thanks for the help
댓글 수: 0
채택된 답변
Azzi Abdelmalek
2014년 4월 1일
You can use a constant block, just set the value to, for example
power=[1 2 3 4 5] % in workspace
Inside your block set the value to power
댓글 수: 2
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!