photo

Shashvat Verma


Last seen: mer än ett år ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
145 442
of 300 364

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 407

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

  • Thankful Level 1

View badges

Feeds

View by

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...

ungefär 6 år ago | 2 answers | 0

2

answers

Question


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...

ungefär 6 år ago | 1 answer | 0

1

answer

Answered
Assigning 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...

ungefär 6 år ago | 0

| accepted