Feeds
답변 있음
How do I create a user generated matrix in Matlab?
a = input('Enter the number of rows'); b = input('Enter the number of coloumns'); for i=1:a for j=1:b p(i,j)=inpu...
How do I create a user generated matrix in Matlab?
a = input('Enter the number of rows'); b = input('Enter the number of coloumns'); for i=1:a for j=1:b p(i,j)=inpu...
대략 4년 전 | 1
답변 있음
Script that asks for matrix as input
a = input('Enter the number of rows'); b = input('Enter the number of coloumns'); for i=1:a for j=1:b p(i,j)=inpu...
Script that asks for matrix as input
a = input('Enter the number of rows'); b = input('Enter the number of coloumns'); for i=1:a for j=1:b p(i,j)=inpu...
대략 4년 전 | 0

