photo

Saksham Popli


Last seen: más de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

All
  • Solver
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 3 años hace

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

más de 3 años hace | 0