photo

Colby


Last seen: 거의 2년 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
124,359
of 300,365

평판
0

참여
4 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변