this is my code and it has a problem while calculating kafa=y2/y12
조회 수: 1 (최근 30일)
이전 댓글 표시
kafa=y2/y12. but it gives error.. Matrix dimensions must agree.
댓글 수: 4
채택된 답변
per isakson
2018년 1월 17일
편집: per isakson
2018년 1월 17일
Error using /
Matrix dimensions must agree.
>> whos y2 y12
Name Size Bytes Class Attributes
y12 1x450 3600 double
y2 15x1 120 double
>>
- What kind of result do you expect from y2/y12 ?
- See Debug a MATLAB Program
댓글 수: 9
추가 답변 (2개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!