Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to concatenate two matrices into single with +/- sign between them (Matlab 2017b)

조회 수: 1 (최근 30일)
Mukund
Mukund 2018년 11월 18일
마감: MATLAB Answer Bot 2021년 8월 20일
A=[1 2; 3 4] % Actual matrix is 100x100.
B=[0.53 0.75; 0.23 0.14] % Number of decimal is high and expected to be 2 max
% Expected result
C=[1+/-0.53 2+/-0.75; 3+/-0.23 4+/-0.14]

답변 (1개)

Cris LaPierre
Cris LaPierre 2018년 11월 18일
Not possible with arrays of numbers. The only way to do this is to build a string or character array and save that as C.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by