Community Profile

photo

Fabian Lopez


Last seen: 12 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Can someone explain why I am getting the error "Not enough input arguments (line 26)"?
function [M,y]=Newton_3(fun,fun_pr,M1,tol,max) % Find zero near x1 using Newton's method % Input: % fun string containing n...

2 years ago | 1 answer | 0

1

answer

Question


why I'm getting error " Array indices must be positive integers or logical values."
%% Atmospheric Pressure %P=Patm(1+((B*Z)/Tatm))^(g/(R*B)) R = 287; g = 9.81; % m/s^2 B = .0065; % K/m Patm = 101325; % Pa ...

3 years ago | 1 answer | 0

1

answer