Feeds
질문
Why do I get the error message : 'Too Many Output Arguments' when I try to execute a function?
Here I attached my files: function [f]=hanu(~,y) %f=y(1); G=y(2); H=(3); I=y(5); J=y(6); K=y(7); M=y(4) k=0.5; B=0.5; we=3;...
거의 4년 전 | 답변 수: 2 | 0
2
답변질문
I am trying to solve 3rd order ode by RK45, but I did not get solution and plot, kindly fix my issues
clear all; clc; close all; h1(1)=0; % initial condition y(1)=1; % initial condition z(1)=-1; % initial condition we=4...
거의 5년 전 | 답변 수: 1 | 0

