filmov
tv
MATLAB results export to ms excel USING XLSWRITE
Показать описание
% RELATIVE TO BEARING DISPLACEMENT
xc=Uc-Ub
xi=Ui-Ub
xb=Ub-di
these are output obtained in MATLAB
plot(t,xc,t,xi,t,xb)
% thiS is the syntax to export results in ms excel from matlab output
xc=Uc-Ub
xi=Ui-Ub
xb=Ub-di
these are output obtained in MATLAB
plot(t,xc,t,xi,t,xb)
% thiS is the syntax to export results in ms excel from matlab output