how to resolve subscript mismatch error?

1 次查看(过去 30 天)
Subscripted assignment dimension mismatch (size [1 x 1] ~= size [:? x 1]).
LIP(:, 1) = temp(:);
temp = temp';
LIP(:, 2) = temp(:);

采纳的回答

madhan ravi
madhan ravi 2019-3-12
LIP = repmat(temp(:),1,2);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Sources 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by