Artificial intelligent assistant

Function with 2 outputs I have written the following code: function [ z,a ] = complx( numb ) z=abs(numb); a=angle(numb); end but I get back just z and not a

You should call the function as followed:

> [z,a]=complx(numb)

If you call the function just:

complx(numb)

then it returns only the first output, z.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy e3c15257487c9cc80675f28dc2f37a33