
Shashvat Verma
Followers: 0 Following: 0
Statistics
RANK
148.286
of 297.398
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20.433
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 158.782
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...
meer dan 5 jaar 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...
meer dan 5 jaar 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...
meer dan 5 jaar ago | 0
| accepted