필터 지우기
필터 지우기

adding array into simulink

조회 수: 2 (최근 30일)
Henry Buck
Henry Buck 2015년 8월 21일
댓글: Henry Buck 2015년 9월 7일
Hi, I created an array in the command line and I want to use it in Simulink. for example, the array looks like:
ans =
0 0 0 1 1 1
0 1 1 0 0 1
1 0 1 0 1 0
1 1 0 1 0 0
I want to use that array in Simulink like a block or module. I do not know how to access to the columns or rows in specific condition. for example, at specific timing to read column number 3 or 4 and so on.
Is there any simple way to do so ?
Thanks, Henry

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2015년 8월 21일
  댓글 수: 11
Henry Buck
Henry Buck 2015년 8월 23일
Hi Azzi, I need some help of solving that issue: I have 5 different voltage values that change every single tick time - that mean every single moment. I need to sort them and after they been sorted I want to go to another matrix(like the one above) and to pull out(read) specific column from it. That mechanism change every single states/moment. How can I do this ? I really appreciate your answers.
Henry
Henry Buck
Henry Buck 2015년 9월 7일
Hi Azzi, Can you help me to solve this one?
I have a binary array and I want to count the number of the columns that have the same weight, for example:
ans3.pdf is attached.
I want to do it in m.file and I do not know how to do it.
Thank you for your help Henry

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 String에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by