Dhairya - MATLAB Central
photo

Dhairya


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

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 11/22 to 04/25Use left and right arrows to move selectionFrom 11/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 个提问
0 个回答

排名
123,458
of 297,999

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,519

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,124

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


what is inline(vectorize function), also why to use fliplr for this?
clc clear all close all syms x f = input('Enter the function') fL = input('Enter the interval on which the function is defi...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Not able to Understand Code for "Volume of Solid by Revolution"
clc clear all close all syms x f = input('Enter the function') fL = input('Enter the interval on which the function is defi...

2 years 前 | 1 个回答 | 0

1

个回答

提问


why full area not filled? area under the curve
clc clear all close all syms x y1 = 7-2*x^2; y2 = x^2+4; t = solve(y1-y2); t = double(t); f = int(y1-y2,min(t),max(t)); ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Difference between x = 0:0.1:2*pi and linspace(0,2*pi,0.1)
i was going through a matlab code and it had x = 0:0.1:2*pi written i wanted to ask what is the difference between this and lin...

2 years 前 | 1 个回答 | 0

1

个回答