Feeds
질문
Transfer data between App Designer and Matlab (m file)
I create the GUI using App Designer. After that, I send them to WORKSPACE and RUN a script in M-file (TEST) by a line code in ...
1년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to make distubance like this?
I want to make disturbance in matlab like this picture? How can I make it?
거의 2년 전 | 답변 수: 1 | 0
1
답변질문
Why " The boundary condition function BCFUN should return a column vector of length 5" error message is came?
% function Y6 solinit = bvpinit(linspace(0,1),[0;3;1;1],2); sol = bvp4c(@ode, @bc, solinit); y = sol.y; time = sol.par...
대략 3년 전 | 답변 수: 2 | 0
