Community Profile

photo

Gagan Baishya

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

Followers: 0   Following: 0

統計

All
  • Revival Level 2
  • First Answer
  • Commenter
  • Promoter
  • Solver

バッジを表示

Feeds

表示方法

回答済み
How to Fix "The Live Editor is unable to run in the current system configuration."
Hi Enrique, This is a bug in MATLAB R2017b (and later) that affects Ubuntu 17.04 (and later). Since the release of Ubuntu 17.04...

2年以上 前 | 0

回答済み
R2021a runs very slowly on macbook air 2020 intel
Hi Paul, Please install the latest patch for R2021a to fix the issue. You can find the patch in the MATLAB command window: H...

2年以上 前 | 0

回答済み
how to solve this error "Undefined function 'crossvalind' for input arguments of type 'char'" while running below code in matlab 2019a
Hello, cvIndices = crossvalind(cvMethod,N,M) returns the indices cvIndices after applying cvMethod on N observations using M a...

2年以上 前 | 0

回答済み
2nd order system in Simulink
Hi, You are missing one more integrator block. Also you can specify the initial condition by simply double clicking both the in...

2年以上 前 | 0

回答済み
"fsolve stopped because it exceeded the function evaluation limit, options.MaxFunctionEvaluations = 1.700000e+03."
Hello, You can use options & optimoptions to avoid the error. options = optimoptions('fsolve'); options.MaxIterations = 10...

2年以上 前 | 0