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

26 visualizaciones (últimos 30 días)
%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.

Respuesta aceptada

dpb
dpb el 21 de Nov. de 2020
disp(table(Iapp,I,'VariableNames',{'Approximated','Exact'}))
Salt to suit...

Más respuestas (0)

Categorías

Más información sobre Automotive en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by