A1 =
I think you need to convert char to value first, and then, value to sym. So the code may look like
input = '0.853721-1.816893i';
eval(['temp =' input]);
A1=sym(temp)
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!