photo

Prakhar Rai

MathWorks

Last seen: 4 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

1 个提问
10 个回答

Cody

0 个问题
32 个答案

排名
3,793
of 299,962

声誉
14

贡献数
1 个提问
10 个回答

回答接受率
0.0%

收到投票数
1

排名
 of 20,851

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
14,396
of 166,743

贡献数
0 个问题
32 个答案

评分
380

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Introduction to MATLAB Master
  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1
  • Solver

查看徽章

Feeds

排序方式:

已回答
online Matlab giving suddenly started giving error
It is working fine for me in matlab online. Please refresh your matlab onine and try again.

4 years 前 | 1

已回答
How to extract velocity in mm unit using Optical Flow
Using this you could calculate it for your situation/dpi : dpi is the pixel density or dots per inch. 96 dpi means there are 9...

4 years 前 | 0

| 已接受

已回答
how to zoom into the distinct object in the image on matlab Gui by using push button or radio button
You could use the predefined ZOOM buttons. In case you wish to code it out refer this page : zoom You could refer this : % --...

4 years 前 | 0

已回答
Solution for this font problem
This is because you changed system fonts. Please set it to the default one and it should work. Follow steps: a: Press Windows...

4 years 前 | 0

已回答
Set limit for vertical or z dimension in surfl command
You could use zlim(limits) to set limit on z dimension. Please refer : zlims Also you could create time as a variable and it's...

4 years 前 | 0

已回答
finding the height of peaks in ppg signal
You could use findpeaks() to find height of the highest peaks. Please go through these documentations: findpeaks peakAnalysis

4 years 前 | 0

已回答
How can i write a .ymal file ??
As of now MATLAB does not support YAML parsing but you could use third party tools like 'yamlmatlab' for the task. Please refe...

4 years 前 | 0

已回答
Can you change the text color in the terminal command line for Matlab? (Linux)
There are some options in the Environment section,but only dip is that it'll be same in both editor and command window.Also the ...

4 years 前 | 0

提问


MATLAB APP Stacking pages
Is there a way to create multiple stacking pages in MATLAB APP?

4 years 前 | 0 个回答 | 0

0

个回答

已回答
What do I input to find the area of the region bounded by the hyperbola?
By using definite integral over the intersection points of the two functions. Area b/w two curves = Integral (f(x)-g(x)) ;

4 years 前 | 0

已回答
MatlabR2021a & R2021b does not work with macOS Big Sur
Please go into application Info and make MATLAB_2021 run using Rosetta(selecting tick box for Rosetta),so it runs like intel bas...

4 years 前 | 0