![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8969466_1523537193760_DEF.jpg)
Meenakshi S
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
202,280
of 297,046
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
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 TO REPLACE A COLUMN VECTOR IN MATRIX
1.How to replace the second column of A with the vector v = [1,-2,4]' for the following matrix A=(1 2 3 4 5 11 12 13 14 15 ...
7 years ago | 1 answer | 0
1
answerQuestion
How to arrange this code in sequence order?
% if a>b we swap the roles of a and b. if (a > b) c = a; a = b; b = c; end function computerGuess (a, b) % ...
7 years ago | 2 answers | 0
2
answersQuestion
What is the matrix code for column vectors
You have two variables u, v and you calculate the shape using the size command: >> size(u) ans = 1 3 >> size(v) ans ...
7 years ago | 2 answers | 0
2
answersQuestion
How to create column vector
Create a column-vector containing 31 rows from 1 to -2 with regular intervals.
7 years ago | 1 answer | 0
1
answerQuestion
Sort them in the correct order?
% if a>b we swap the roles of a and b. if (a > b) c = a; a = b; b = c; end function computerGuess (a, b) %...
7 years ago | 0 answers | 0