Feeds
已回答
How to display a complex number in edit in GUI?
Since B is a number type, you should make it string type so try this >> set(handles.B, 'String', ({num2str(B)}));
How to display a complex number in edit in GUI?
Since B is a number type, you should make it string type so try this >> set(handles.B, 'String', ({num2str(B)}));
5 years 前 | 0
