photo

Saksham Popli


Last seen: mehr als 2 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

All
  • Solver
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 3 Jahre vor | 0