photo

Colby


Last seen: 2 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
134,388
of 299,837

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,816

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,201

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答