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

