photo

Shashvat Verma


Last seen: 8 mois il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

plus de 5 ans il y a | 2 réponses | 0

2

réponses

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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 5 ans il y a | 0

| A accepté