![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13863780_1539544086448_DEF.jpg)
Shashvat Verma
Followers: 0 Following: 0
Statistics
RANK
152,441
of 297,010
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,418
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,687
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
Superimposing two imagesc graphs over each other.
I have a matrix P which varies with time t, P(:, :, t) ; a variable Pmax, Pmax = max(max(P(;,:,t))); which I visuali...
5 years ago | 2 answers | 0
2
answersQuestion
Assigning values in a shape in an array
I have made an initial array, 161 x 161, of zeros: x = (-80:80); box = numel(x); [X,Y] = meshgrid(x,x); B = zeros([box, box...
5 years ago | 1 answer | 0
1
answerAssigning values in a shape in an array
From Walter Robinson: sqrt never returns a negative so the abs() only helps if 100-x^2 is negative in which case you are dealin...
5 years ago | 0
| accepted