photo

Saksham Popli


Last seen: 2年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Solver
  • First Answer

バッジを表示

Feeds

表示方法

質問


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

約3年 前 | 1 件の回答 | 0

1

回答

解決済み


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

3年以上 前

回答済み
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...

3年以上 前 | 0