Feeds
질문
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...
대략 6년 전 | 답변 수: 2 | 0
2
답변질문
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...
대략 6년 전 | 답변 수: 1 | 0
1
답변답변 있음
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...
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...
대략 6년 전 | 0
| 수락됨
