Community Profile

photo

Natalie Spalding


Last seen: alrededor de 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

Feeds

Ver por

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta