Feeds
提问
Problem with multiple inputs
function varargout = Untitled(a,varargin) varargout{1}=0; if (a=='+') disp('Add'); ...
5 years 前 | 1 个回答 | 0
1
个回答提问
how to create matrix from another matrix?
I need to use a matrix A to create a matrix B matrix a A=[123;456;789] matrix b B=[1+2i 2+3i 3+4i;4+5i 5+6i 6+7i;7+8i 8+9i...
5 years 前 | 1 个回答 | 0
