Problem 2236. Complex transpose

Calculate the transpose of a matrix having complex numbers as its elements without changing the signs of the imaginary part.

e.g. a=[1+2i; 3-7i; 2i; 6]

Transpose(a) = [1+2i, 3-7i, 2i, 6]

Solution Stats

52.4% Correct | 47.6% Incorrect
Last Solution submitted on Aug 04, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers110

Suggested Problems

More from this Author25

Community Treasure Hunt

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

Start Hunting!