RISHABH RISHABH
Followers: 0 Following: 0
Statistics
All
RANK
83,703
of 295,527
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
I want to store multiple entries in one location in matrix
I want to form this type of matrix. kindly tell me the way to form such matrix., also how can i edit a single entry of any locat...
2 years ago | 1 answer | 0
1
answerQuestion
how can i edit the input prompt while using inside a loop
I want to input the string-'The value of lower bound of variable no 1', abd then i want that the value 1 will be replaced by 2 ...
3 years ago | 1 answer | 0
1
answerSolved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
3 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
3 years ago