Community Profile

photo

Paras Patel


Last seen: fast 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

All
  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer
  • Explorer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Why return function min in matlab return two values?
The 2nd value is the index number within the array where the min value is. From the help: [M,I] = min(X) also returns the i...

etwa 3 Jahre vor | 0

| akzeptiert

Beantwortet
How to find data displayed in pcolor using coordinates?
rng(1) z = randn(11); x = -5:5; y = -5:5; [X, Y] = meshgrid(x,y); xq = 1.25; yq = 2.34; hP = pcolor(x,y,z); hold on ...

etwa 3 Jahre vor | 0