photo

Priyanka Rai

MathWorks

Last seen: 7 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
9 个回答

排名
4,187
of 297,457

声誉
12

贡献数
0 个提问
9 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to prepare input for the MUSIC DOA algorithm using real world audio signal (NOT simulation)
This might help you: https://www.mathworks.com/help/phased/ug/music-super-resolution-doa-estimation.html

4 years 前 | 0

已回答
Solid interface - contact between a gripper and an object
You might want to refer this file exchange: SCARA Manipulator - File Exchange - MATLAB Central (mathworks.com) The overall goa...

4 years 前 | 1

| 已接受

已回答
how do i make a waveform plot from this data ?
MATLAB Onramp introduces how to “Visualize variables using MATLAB's plotting functions” in chapter ‘Plotting data’. To plot wav...

4 years 前 | 0

已回答
How to get white background in image superimposition
You can try remove a background and then add white as background. Refer this documentation on image background color property: ...

4 years 前 | 0

已回答
How to edit an entire column of a text file using MATLAB?
It is easier to edit files by code. So, if it is possible to hold a file in memory, you can load it to a MATLAB variable, make t...

4 years 前 | 0

已回答
Changing the center of rotation of a 3D object
rotate(h,direction,alpha) -rotate object about specified origin and direction. rotate(...,origin) - specifies the origin of th...

4 years 前 | 1

已回答
Adding transparency to one contour plot based on another contour plot
mesh(___,Name,Value) specifies surface properties using one or more name-value pair arguments. For example, 'FaceAlpha',0.5 crea...

4 years 前 | 0

已回答
Numerical integration of an ODE?
To be able to integrate 2nd Order ODE numerically you can use the following methods, based on your use case: If function f is t...

4 years 前 | 0

已回答
Multiple linked callback functions
Using properties is the best way to share data within an app because properties are accessible to all functions and callbacks in...

4 years 前 | 0

| 已接受