photo

Mohammad Nour Mohammad


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

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
212,974
of 302,173

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,593

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 179,660

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


How can I merge these lines with different slopes between y intervals to be shown in a figure to create a composite curve?
clc; clear; close all; tic figure y=0:50:1000; x=0:0.1:2000; line([x(1),x(end)],[100,100],'color','k','linestyle','--') ...

4 years 前 | 0 个回答 | 0

0

个回答

提问


how can I solve this exceeding matrix index? and what is wrong in my ode23s solver?
clear all clc global nx nz dx dz alphaf alphap vzf vzp km kf kp r eps chi mw R T0p T0f ruf rup cpf cpp nt dt % constant T0f...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How can I solve this partly ran PDE with explicit method which is ended in unmatched dimensions?
The main equation is: and the descritized one is as below: the boundry conditions are listed below: wich are descriti...

4 years 前 | 0 个回答 | 0

0

个回答

提问


How can I equalize my vector length?
PC=250; FFB=PC; yph=0.1; for i=2:98 yph(1)=0.01; FG=3*PC*((1-yph(i-1))/(0.98-yph(i-1))); FE=(1/yph(i-1)-1)*0.02*FG; P...

4 years 前 | 1 个回答 | 0

1

个回答

提问


In this code I come across with the initial guess as an answer but the correct answer must be about 1.94.
tc=507.6; %k pc=3.02; %Mpa w=0.301; p=1.67; %Mpa t=477.6; %k tr=t/tc; R=8.314*1e-6; ac=0.457235*(R*tc)^2/pc; k=0.37464+...

4 years 前 | 0 个回答 | 0

0

个回答