photo

Sahil Bajaj


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
118,532
of 300,302

평판
0

참여
6 질문
0 답변

답변 채택
66.67%

획득한 표
0

순위
 of 20,911

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,040

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How do I take the first word out of every word in a string and make those letters into a combined word
I want to enter a string 'Control Air Pollution' and call a function to get another string 'CAP'; which is the first letter of e...

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

1

답변

질문


How to display hidden element in matrix when we add the coordinate?
I have x = 1 0 0 0 1 0 0 0 1 y= . . . . . . . . . I used y to hide elements from x ...

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

1

답변

질문


How to show Column and Row numbers in Matrix
I have a matrix 1 2 3 4 5 6 7 8 9 I want - 1 2 3 1 1 2 3 2 4 5 6 3 7 8 9

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

1

답변

질문


How to display elements of Matrix by entering coordinates
I want to display elements of a matrix by entering coordinates in the command window Example: 1 0 0 0 1 0 0 0 1 ...

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

1

답변

질문


How can I replace every element of a matrix with a special character to hide the element
I have a nxn matrix and want to hide the elements and replace them with a special character Example 1 2 3 4 5 6 7 ...

거의 10년 전 | 답변 수: 3 | 0

3

답변

질문


I want to create a nxn matrix with all 0s and n randomly placed 1s
I want to create a nxn zero matrix with n randomly placed ones in the matrix Example 1st try 1 0 0 0 1 0 0 0 1 ...

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

1

답변