Sahil Bajaj
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
257,244
of 295,527
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
9 years ago | 1 answer | 0
1
answerQuestion
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 ...
9 years ago | 1 answer | 0
1
answerQuestion
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
9 years ago | 1 answer | 0
1
answerQuestion
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 ...
9 years ago | 1 answer | 0
1
answerQuestion
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 ...
9 years ago | 3 answers | 0
3
answersQuestion
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 ...
9 years ago | 1 answer | 0