Feeds
질문
Plot in Matlab with delay of 2
Trying to plot a return map with U_n-2 on x axis and U on y axis. Here is my current code: U=load('U.txt'); %U has 1 column w...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
Solving multiple integrals that include exp
I can't figure out what I'm doing wrong, I keep getting an error message: Error using .* Matrix dimensions must agree. for...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
Solving a system of ODEs in MATLAB
I'm trying to solve two ODEs in MATLAB. I wrote this function, but I keep getting an error message. function dy = diff_eqs(y...
13년 초과 전 | 답변 수: 1 | 0
