Community Profile

photo

Asaigeethan P


Last seen: 3 maanden ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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;...

meer dan een jaar ago | 2 answers | 0

2

answers

Question


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...

meer dan 2 jaar ago | 1 answer | 0

1

answer