Community Profile

photo

Stacy Genovese


Last seen: 1년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to subtract only certain elements of a vector
If I have two vectors of the same length, is it possible to subtract only certain elements? a = [1 4 6 7; 3 4 5 6] b = [4 2 7 ...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


Multiplying each cell in an array by a column vector
I have this code: p_m = ones(m,N) .* 1/m; for i = 1:N temp{i} = cellfun(@(x,y) x.*y, p_m(:,i),energy_self{i}(:), 'Uniform...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


ODE solver vs discrete integration
I'm wondering if anyone can help me out. And my confusion may be because my understanding of the math is weak and not necessari...

대략 2년 전 | 답변 수: 2 | 0

2

답변

질문


Putting a legend on a fused image
I have the following code: figure() total_grid = imfuse(pB_grid, pA_grid, "falsecolor"); imshow(total_grid,'InitialMagnificat...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Can ode45 return two column vectors or a cell array?
I'm passing a cell array into ode45 for my initial conditions but the resulting cell array can't be returned from the function. ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


How to display a matrix of matrices?
I have the following code: grid = {[0;0] [0;0] [0;0];... [50;0] [0;0] [0;50]; [0;0] [0;0] [0;0]}; and I have no idea how ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Is it possible to make a meshgrid wraparound
Is there a way to make a mesgrid and have the edges wraparound? Thanks

대략 2년 전 | 답변 수: 1 | 0

1

답변