photo

Liam Swift


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
265,393
of 301,159

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 21,182

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,105

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How do I make this code not return the error "Matrix dimensions must agree."?
d = 2:.1:6 Sy = 250; % yield stress Fi = 1000; % N/mm % Preload kb = 200; % Bolt stiffness km = 100; % Resultant m...

8 years 前 | 1 个回答 | 0

1

个回答

提问


I don't know why the function won't run.
clear all; clc; function n = CourseProject(d); datas = textread('Stress_History.txt'); astress ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How do I uses the information from this code in the optimization tool?
clear all; clc; Fi=1000; Se= 50; Su= 450; C= 2/3; nf=[]; Pmax= 3662.5; Pmin= 1000; D=2:01:6; for k...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Why doesn't anything show up on my plot?
clear all; clc; Fi=1000; Se= 50; Su= 450; C= 2/3; nf=[]; for D=2:01:6; A= 0.25*pi*(D)^2; si...

8 years 前 | 1 个回答 | 0

1

个回答