Using a matrix in Matlab Functions

조회 수: 1 (최근 30일)
Mohammad Hussein Yoosefian Nooshabadi
Hi I have a matrix in my workspace and I want to use it in simulink. I used the From Workspace block but I faced this error when I ran my model, that mean it used the only last element of my matrix. Does any body know how to fix it?
Error:Attempted to access index 2 of an array with smaller dimension sizes.

채택된 답변

Jan
Jan 2017년 3월 26일
The error message means, that the variable is eitehr a scalar in opposite to your assumptions, or that it is e.g. a [N x 1] vector and you try to access [1 x 2].
  댓글 수: 2
Mohammad Hussein Yoosefian Nooshabadi
No, it is a 1 x N matrix.( it includes ASCII codes of a text in a row)
Mohammad Hussein Yoosefian Nooshabadi
how should I Use this matrix in a function? should I use a Const block or a From Workspace block?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by