MATLAB: Matlab matrixes and codes

homeworkMATLABschool

How to Create a vector with elements of ones in 20×20 matrix.

Best Answer

Read the basic documentation instead of asking simple questions.
iwant = ones(20) ;
Related Question