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]
Project Euler: Problem 1, Multiples of 3 and 5
1064 Solvers
Number of 1s in a binary string
1232 Solvers
204 Solvers
410 Solvers
Matlab Basics II - Extract last 3 elements of a vector
110 Solvers
Problem Tags