photo

Nanditha Nirmal


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

0 Fragen
5 Antworten

RANG
3.563
of 300.364

REPUTATION
16

BEITRÄGE
0 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
2

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.407

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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),...

mehr als 7 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 7 Jahre vor | 1

| akzeptiert

Beantwortet
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...

mehr als 7 Jahre vor | 1

Beantwortet
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...

mehr als 7 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 7 Jahre vor | 0