Subscripted assignment dimension mismatch (size [1 x 1] ~= size [:? x 1]).
LIP(:, 1) = temp(:);
temp = temp';
LIP(:, 2) = temp(:);

댓글 수: 2

KSSV
KSSV 2019년 3월 12일
What are dimensions of LIP, temp?
Anu  Sri
Anu Sri 2019년 3월 12일
LIP=[4 1]
temp=[2 2]

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

 채택된 답변

madhan ravi
madhan ravi 2019년 3월 12일

0 개 추천

LIP = repmat(temp(:),1,2);

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Animation에 대해 자세히 알아보기

질문:

2019년 3월 12일

댓글:

2019년 3월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by