photo

Colby


Last seen: quasi 2 anni fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
275.372
of 300.392

REPUTAZIONE
0

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


i keep getting this error when solving for Q1 in ode45. This is my code and the error. Could anyone fix the mistake or show me what is wrong?
clc;clear;close all; t0 = -3:.1:3; y0 = [1.013e5 0]; [dV,theta] = ode45(@Q1,t0, y0) % Louis is creating the function dP. wor...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


We are trying to use ode45 to solve for function Q1, this is my code and the error that i keep getting. Can i please get some help on what to fix?
clc;clear;close all; t0 = -10:10; y0 = pi:3*pi; ode45(@Q1,t0,y0) % Louis is creating the function dP. work out, function [d...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


We are trying to solve Q1 using ode45 and these are my functions and my error that i am giving, is there any help that yall can do?
clc;clear;close all; t0 = -10:10; y0 = pi:3*pi; ode45(@Q1,t0,y0) % Louis is creating the function dP. work out, function [...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Please help with fsolve, i keep getting this error
%% Question 2 % lengths given in the tables L1 = 20; L2 = 10; L3 = 30; % diameter given in the tables D1 = .167; D2 = .20...

oltre 2 anni fa | 1 risposta | 0

1

risposta