photo

asram eluru


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
0 답변

순위
79,746
of 301,219

평판
0

참여
5 질문
0 답변

답변 채택
40.0%

획득한 표
0

순위
 of 21,193

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,467

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 12년 전 | 답변 수: 2 | 0

2

답변