photo

Gagan Baishya

Last seen: circa 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

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

Visualizza badge

Feeds

Visto da

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

quasi 3 anni fa | 0

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

quasi 3 anni fa | 0

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

quasi 3 anni fa | 0

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

quasi 3 anni fa | 0

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

quasi 3 anni fa | 0