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

1 view (last 30 days)
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

Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!