photo

Syed Muhammad Hassan Mehdi


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
251,833
of 300,399

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,952

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,598

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to plot a smooth curve with eliminating NAN and complex datapoint?
close all clear clc Y=xlsread('PET'); Y1=Y(:,1); Xp=cumtrapz(Y(:,2)); Xp1=trapz(Y(:,2)); X=Xp/Xp1; W=log(X); W1=log(W)...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How to solve it?
I am getting nothing in the plot(T,PA) for T=120:10:230 Ao=4.2968;A1=-3.4709*10^-1;A2=-1.1008*(10^-1);A3=1.4812*(10^...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot the results?
for T=120:10:230 Ao=4.2968;A1=-3.4709*10^-1;A2=-1.1008*(10^-1);A3=1.4812*(10^-2); A4=-1/1150*(10^-3);b1=1.29*(10^-5); b2=4...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Getting multiple answers for a for loop of three iterations
I have the following function being iterated and recalled in another m-file. I am getting multiple answers of 'a' and 'b' for i=...

8 years 前 | 1 个回答 | 0

1

个回答