how would i invert a negative part of complex signal

1 view (last 30 days)
i need to know about matlab command to invert negative part of any complex signal please reply

Answers (1)

Rick Rosson
Rick Rosson on 5 Mar 2016
x = 3+4i;
y = x';

Community Treasure Hunt

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

Start Hunting!