photo

masoud avaznejad


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

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
130,243
of 300,302

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,911

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,040

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to find intersection points of a vector-valued curve and a function?
Hello I have two curves,one has function and another one is just vector-valued matrix How can I find the cross points between ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Area under gaussian curve
Hi guys I want the value of area_under_curve to be exactly 30000 from 8.5 to 17 Is this way true to use integral? Using matla...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to convert a matrix to a more data matrix?
hello every body i have plotted thees data now i want to have more points(more x and more y) how i can i do that? clc; cl...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to convert a plot to a more accurate data?
Hello every body I plotted a figure now I want to have its matrix in high resolution (more points) how can I do that? clc; ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


trapz or integral which one is more accurate?
clc clear close all x = linspace(0,100); y = x.^cos(x); plot(x,y); a = trapz(x,y); y = @(x)x.^cos(x); b = integral(y...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to add a normal distribution to a figure?
Hello I want to creat this figure (regenrate paper) now I got this one how to add some normal distribution to my figur...

5 years 前 | 1 个回答 | 0

1

个回答