I have complex output values, but the output displays the 0 of the other half as well

1 次查看(过去 30 天)
Impedence Matrix
__________________
0+9i 0+1i
0+1i 67+19i
how can i get the first element output to be only 9i instead of having the extra 0 with no use
disp('The impedance matrix to solve the mesh current is:')
fprintf('\n')
disp(table(Imp,'VariableNames',{'Impedence Matrix'}))
fprintf('\n')
Iam using this code

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by