I want to Display two matrices next to each other with some space between them

28 ビュー (過去 30 日間)
Mohamad Ayoub
Mohamad Ayoub 2020 年 11 月 21 日
コメント済み: Mohamad Ayoub 2020 年 11 月 21 日
%Displaying Results
disp('Approximated Current Values')
disp(Iapp)
disp('Exact Current Values')
disp(I)
i want to diplay these two matrices with the words " approximated " and " exact ", on top of them, and i need to display them next to each other.

採用された回答

dpb
dpb 2020 年 11 月 21 日
disp(table(Iapp,I,'VariableNames',{'Approximated','Exact'}))
Salt to suit...

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAutomotive についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by