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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
