samer@4: function Z=complexdom(reals,imags) samer@4: samer@4: [X,Y]=meshgrid(reals,imags); samer@4: Z=X+i*Y;