Community Profile

Paul Premakumar

MathWorks

Aktiv seit 2011

Statistiken

All
  • 5-Star Galaxy Level 5
  • Personal Best Downloads Level 3
  • First Submission
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
What code to automatically put the cubic splines in a plot?
Why not use the SPLINE command plot(x,y) figure xx = -10:.25:10; yy = spline(x,y,xx); %plot(xx,yy); % display your d...

etwa 11 Jahre vor | 1

Beantwortet
Converting images into audio (MIDI/AVI)
Hi Shradda, This is possible with MATLAB however there is no quick solution. You can use the Image processing toolbox for...

etwa 13 Jahre vor | 1

| akzeptiert