Community Profile

photo

Natalie Spalding


Last seen: ungefär 3 år ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Not sure how to fix error; "Function definitions in a script must appear at end of file". Need them to both work on the same file for publishing purposes.
The only time I've used Secant_Method is in problem 1. and wasn't sure how to fix the error MATLAB has given me citing the probl...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


Dragster, Actual Integration OFF [Homework]
Hi! Background: Here's the code I have so far: %% Problem 2. Dragster % Graph of Acceleration in g's clear all clc a0...

ungefär 3 år ago | 0 answers | 0

0

answers

Question


Rocket Engine Thrust, Code Running Infinitely [Homework]
Hi! Background: Code: %% Problem 1. Rocket clear all clc a=1; g=9.81; % a.) t=0; while(1) v=3.5*(1/a*t*exp(a*t...

ungefär 3 år ago | 0 answers | 0

0

answers

Question


I keep getting an error at 'plot'. Any hep is appreciated.
I keep getting an error at plot. I don't understand because my professor didn't have an issue with this. %% Problem 3 Bungie Ju...

ungefär 3 år ago | 0 answers | 0

0

answers

Question


Undefined function 'x' for input arguments of type 'double'. Why does this flag that particular line and nowhere else? Is there a was to fix it?
%% Problem 3 Bungie Jump mp=50; k=10; L=5; g=9.81; t0=0; tf=45; dt=0.02; tspan=[t0:dt:tf]; % initial conditions x0=2; ...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


Help clearing up "Unrecognized function or variable 'dt'."
%% Problem 2 Linear Actuator t0=0; tf=0.1; ft=0.001; tspan=[t0:dt:tf]; %This is where I'm getting the error "Error in Progra...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


Homework Help: Determining Average Velocity of a Pipe Submerged in Water Using Secant Method
I've been trying to code this for the last week and cannot for the life of me wrap my head around this one. Anything would be...

ungefär 3 år ago | 0 answers | 0

0

answers

Question


Error using secant method.
Given: Why is this question also not giving any output at all? I've tried basing it off others that do work, but can't see wher...

ungefär 3 år ago | 0 answers | 0

0

answers

Question


Error in Newton-Raphson Method
Given: Why is this code running so long? I'm not getting the expected value, which is just over 5, any help is appreciated. ...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


Errors in Newton Raphson Code
Given: What am I doing wrong here? It runs forever and doesn't really give me an answer-so trying to figure out where it's open...

ungefär 3 år ago | 1 answer | 0

1

answer