Community Profile

photo

Gagan Baishya

Last seen: bijna 2 jaar ago Active since 2020

Statistics

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

View badges

Content Feed

View by

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

meer dan 2 jaar ago | 0

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

meer dan 2 jaar ago | 0

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

meer dan 2 jaar ago | 0

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

meer dan 2 jaar ago | 0

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

meer dan 2 jaar ago | 0