photo

Saksham Popli


Last seen: oltre 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

All
  • Solver
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


When I am trying to subplot using for loop. I am getting this error. However, the curve is getting plotted correctly. Please suggest what's the matter
Unrecognized method, property, or field 'InteractionsManager' for class 'matlab.graphics.primitive.canvas.JavaCanvas'. Error in...

circa 3 anni fa | 1 risposta | 0

1

risposta

Risposto
whats the command to find quotient in MATLAB 2008b ?
function r=digit_sum(input) r=rem(input,10); q=fix(input/10); if q==0 r=r; else r=r+digit_sum...

oltre 3 anni fa | 0