photo

Czarek Czarek


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Problem with multiple inputs
function varargout = Untitled(a,varargin) varargout{1}=0; if (a=='+') disp('Add'); ...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer