photo

sasha


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

11 질문
0 답변

순위
234,762
of 300,369

평판
0

참여
11 질문
0 답변

답변 채택
18.18%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


plotting step function with variable step length
I want to do a plot of y as a function of time. Where the values of y are either zero or one and they alternate. The time that y...

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

1

답변

질문


Stand alone C file
I have my matlab code which is working, but a little slow. I want to write it for C, but I have an error that comes up when I us...

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

2

답변

질문


numerically integrate multidimensional function along one dimension.
I have a function: f(x,y,z). I want to numerically integrate this function along x and be left with a function of only y and z. ...

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

2

답변

질문


Does order of multiplication in a for loop matter?
I am currently trying to rewrite my code in a way to get rid of the for loops I have, but as I was doing that, I stumbled on som...

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

2

답변

질문


how to vectorize a for-loop or use parfor to speed it up?
I have this for loop right now: for x = 2:Nx_max-1 for y = 2:Ny_max-1 lp(x,y,t1) = (1/(2*h^2))...

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

1

답변

질문


speeding up nested for loops
I have a couple of nested for loops that take a very long time to calculate. Basically they look like: for x= 1:Nx for...

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

2

답변

질문


question regarding what is allowed in a parfor loop
I am confused about a section of the description of how to use parfor: " Next assume that A, B, and C are variables and that ...

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

1

답변

질문


How to save an array output to file every 1000 iterations?
My array is 201 by 201. And I want to watch it evolve by looking at every 1000 steps in time. Basically I have an initial array ...

11년 초과 전 | 답변 수: 4 | 0

4

답변

질문


Trying to define an array as the derivative of the terms of another array gives just zeros.
I have this code. Most of it is working fine. The problem is when I'm trying to define the array dpx and dpy. Instead of giving ...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Why is my if statement making the values of a previous array disappear?
My code basically looks like: for x = 1:xmax for y = 1:ymax for l = 1:xmax for m = 1:ymax ...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to save only latest ~10 iterations on for loop
I'm trying to run a for loop that will give me a new iteration of a matrix at each time step. The problem comes in because I nee...

11년 초과 전 | 답변 수: 2 | 0

2

답변