photo

Nanditha Nirmal


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
5 个回答

排名
3,554
of 299,997

声誉
16

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,858

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,881

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How can I find multiple maximum values and they are indexes of 4-D array
Hi, You can try something like this: maxval = max(A(:)); idx = find(A == maxval); [A1,A2,A3,A4] = ind2sub(size(A),...

7 years 前 | 0

| 已接受

已回答
How to take the co-ordinate values in MatLab
Hi, The code below will give you the coordinates you want. This is what you would want to do: A = [1 0 3 3;0 0 4 5;5 0 9...

7 years 前 | 1

| 已接受

已回答
How to find f(t-1) if f(t) is given using simulink
Hi, According to the documentation, the unit delay block is for discrete signals. I am guessing your function f(t) is a conti...

7 years 前 | 1

已回答
how to leaf detection by sobel edge detection using matlab?
Hi, Could you elaborate on what you mean by leaf detection? Are you trying to do image segmentation? Here are a few resource...

7 years 前 | 0

| 已接受

已回答
How can i have the coder app in my Matlab?
Hi, You would require the MATLAB Coder App for this. You need to have a license for the same. Here is the link for more info...

7 years 前 | 0