photo

Quincey Jones


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
31,640
of 299,930

声誉
1

贡献数
11 个提问
0 个回答

回答接受率
27.27%

收到投票数
1

排名
 of 20,845

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,620

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to create an animation by choosing rows in a matrix to switch with time. Truss simulation
I downloaded the following files from: Frank McHugh (2020). Truss Analysis (LINK), MATLAB Central File Exchange. Retrieved Apr...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to make this truck move across the bridge in an animation?
function lorry=Lorry_plot figure view(3) grid on axis ('equal'); % lorry vertices_lorry = [0 1 0.5 ; 4 1 0.5; 6.5 1 0.5;...

5 years 前 | 1 个回答 | 1

1

个回答

提问


How to make these truss analysis direct stiffness method files connect inputs and outputs?
I have downloaded the following files from: Frank McHugh (2020). Truss Analysis (https://www.mathworks.com/matlabcentral/fileex...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to make patch cylinder wheels for this semi truck?
figure view(3) grid on %lorry vertices_lorry = [0 1 0.5 ; 4 1 0.5; 6.5 1 0.5; 6.5 1 1.2; 6 1 1.3;... 5 1 1.8; 4 1 1.8...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to get this help file to run
function [v,err,count] = MS1_Ideal_Gas(P) % MS1_Ideal_Gas % R = 0.082057; % Ideal gas constant in L atm / K mol % T = 293; % ...

5 years 前 | 2 个回答 | 0

2

个回答

提问


How can I get this function to run with a Tolerance of 10^-7 while keeping the same numerical outputs
function [v,err,count] = MS1_Ideal_Gas(P) help MS1_Ideal_Gas % help function % Version 1: created 18/02/20. Author: Savana S...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How do I fix this so the Iteration will converge?
function [v,err,count] = Clapeyrons(P) % Calculate molar volume as predicted by the Ideal Gas Law equation % using the Newton-...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Why does it say Iteration limit reached and how do I fix it?
function [v,err,count] = Clapeyrons(P) % Calculate molar volume as predicted by the Ideal Gas Law equation % using the Newton-...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to make this into a Logistic Map while keeping most of my previous work?
function [v,err,count] = Clapeyrons(P) % Calculate molar volume as predicted by the Ideal Gas Law equation % using the Newton-...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How to create a scalar set of values
function [v,err,count] = Clapeyrons(R,T,a,b,P); % Calculate molar volume as predicted by the Ideal Gas Law equation % using th...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to solve for a vector in an equation with vectors?
function[v,Z] = Ideal_Gas_Law(R,T,P,Tc,Pc) format short % Version 1: created 24/04/19. Author: Paul Curran % Version 2: creat...

5 years 前 | 0 个回答 | 0

0

个回答