Feeds
질문
Can you use bvp4c in cylindrical coordinates?
Hello, I have a short MATLAB program from a previous question: <http://www.mathworks.com/matlabcentral/answers/2060-how-woul...
대략 15년 전 | 답변 수: 0 | 0
0
답변질문
How well can MATLAB solve systems of nonlinear equations?
I realize this is a relative question since some systems of nonlinear equations are probably much more difficult to solve than o...
15년 초과 전 | 답변 수: 1 | 0
1
답변질문
What does _mlans24 mean when using the symbolic toolkit?
If I do the following, I get an interesting error. What I'm trying is directly out of the documentation. EDU>> syms x EDU>>...
15년 초과 전 | 답변 수: 1 | 0
1
답변질문
How would I solve y'' = sinh(y) using finite differences?
Hello, I've tried a few things like: N = 50; A = toeplitz([2 -1 zeros(1, N-2)]); x = linspace(-1, 1, N)'; y =...
15년 초과 전 | 답변 수: 1 | 0
