Extend a 20x1 structure to be a 20x10 structure

조회 수: 1 (최근 30일)
new2matlab
new2matlab 2020년 8월 3일
댓글: new2matlab 2020년 8월 3일
I have a 20x1 structure of specific data and I am looking for a way to just extend it (same data copied over) into a 20x10 structure so that I can multiply it by another structure.

채택된 답변

Bruno Luong
Bruno Luong 2020년 8월 3일
repmat(s,1,10);

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by