Community Profile

photo

asram eluru


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


how to construct the 10x100 matrix of same values in each column
A = [0.000;0.9503;0.9093;0.8640;0.8127;0.7532;0.6821;0.5937;0.4745;0.1579] this is a 10x1 matrix but we want increase the size ...

10 years ago | 1 answer | 0

1

answer

Question


how to construct the matrix of size 10x1000
meshgrid(1:100,1:10) is giving 10x1000 matrix and values are from 1 to 1000 but I want the matrix of 10x1000 and in each column ...

10 years ago | 1 answer | 0

1

answer

Question


how to construct the matrix of 10x1000
meshgrid(1:10) is giving 10x10 matrix and values are between 1 to 10. I want 10 rows and 1000 columns, values are between 1 to 1...

10 years ago | 1 answer | 0

1

answer

Question


how to construct the 10x10 matrix
if I am using the comand of 1:1:10 is giving [1 2 3 4 5 6 7 8 9 10] this is 1x10 matrix but I want 10 rows in the matrix and the...

10 years ago | 1 answer | 0

1

answer

Question


how to generate matrix of size 10X10?
I have generated the numbers from 1 to 10 by using the command 1:1:10. I got 1X10 size matrix but I want the matrix of size 10X1...

10 years ago | 2 answers | 0

2

answers