photo

Harsha Phadke

MathWorks

Last seen: 3 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

I'm an Application Support Engineer and an Electrical and Computer Engineer by education.

统计学

MATLAB Answers

0 个提问
9 个回答

排名
287,597
of 301,950

声誉
0

贡献数
0 个提问
9 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,471

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 177,647

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

Feeds

排序方式:

已回答
How can I have ZOOM honor my formatted tick labels?
Look at https://www.mathworks.com/matlabcentral/answers/94004-how-can-i-prevent-scientific-notation-on-my-axes-in-matlab-r2015a-...

8 years 前 | 0

已回答
What character can designate a specific frame in Matlab?
The question is not entirely clear to me, but from what I understand about your implementation, if your data is actually a video...

9 years 前 | 0

已回答
Multiple y-Axes in GUI
From the code that you have mentioned in the section - plot in axes, you are creating an axes using the axis command, but it is ...

9 years 前 | 0

已回答
Attempting to alter the color of connected components in a label matrix that are under a threshold pixel area.
What I would suggest doing here is, using the binary image as a mask. Binary image has logical values, thus to insert any color ...

9 years 前 | 0

已回答
n- gram language model
Some more information regarding what you are trying to do might be helpful in understanding the question better,so that it can b...

9 years 前 | 0

已回答
Playing Card Detection: Which techniques to use?
Hey Rohit, You can use Normalized 2-D cross-correlation to compare the captured images and the images in a 52 playing card da...

10 years 前 | 0

已回答
How do I get a 3D plot (surface) from a Simulink Block (two inputs, one output)?
You can export the Simulink data to base workspace and then use "surf" to plot the graph for this data. Refer the documentation ...

10 years 前 | 0

已回答
Windows Mex C function calling system() opens and closes windows. Is there a way to stop this?
Hey Mike, I suspect that the Windows Command Prompt is being opened by the C system() call upon execution. Could you post ...

10 years 前 | 0

已回答
How to make my Newton's method accept an array of values?
Hey David, It seems that there is a flaw in the code you have posted. As you may notice, your code generates three(1X1000) ma...

10 years 前 | 0