Unable to perform assignment because the left and right sides have a different number of elements.
조회 수: 1 (최근 30일)
이전 댓글 표시
Unable to perform assignment because the left and right sides have a different number of elements. i have this error on a(t)=a; at the end , please help to fix it?
See the attached script file for code.
댓글 수: 2
madhan ravi
2019년 1월 21일
편집: madhan ravi
2019년 1월 21일
@Riyadh next time when posting a question better is to attach your script file instead of pasting 400 lines of code ! I formatted your code today.
채택된 답변
Kevin Phung
2019년 1월 21일
you are setting an element, a(t) to be equal to your entire matrix a.
Not sure what you are trying to do, please reformat your question so it's easier to look at.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Call MATLAB from Python에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!