Community Profile

photo

Shiva Kalyan Diwakaruni

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

統計

  • Knowledgeable Level 3
  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer
  • Revival Level 1

バッジを表示

Content Feed

表示方法

回答済み
LQR control step response
Hi, Whenever you use step to plot the responses of a MIMO model, it generates an array of plots representing all the I/O channe...

3年弱 前 | 0

回答済み
How to do K-Fold Cross Validation in Matlab?
Hi, Please refer to the below links https://www.mathworks.com/matlabcentral/answers/339498-how-to-do-k-fold-cross-validation-i...

3年弱 前 | 0

回答済み
Reading Combined Datastores Converts to Array ?
Hi, Please refer to the below link https://www.mathworks.com/matlabcentral/answers/503210-error-using-vision-internal-cnn-vali...

3年弱 前 | 0

回答済み
installing/loading OPeNDAP
Hi, I have brought this issue to the notice of our developers. They will investigate the matter further. Thanks.

3年弱 前 | 0

回答済み
Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 9.654055e-18.
Hi, The error "Matrix is close to singular or badly sclaed.Results may be inaccurate" are generally a result of using double-pr...

3年弱 前 | 0

回答済み
The specified superclass rl.env.MATLABEnvironment' contains a parse error , cannot be found on MATLAB search path , or is shadowed by another file with same name
Hi, Generally the error "cannot be found on MATLAB's search path, or is shadowed by another file with the same name." is recei...

3年弱 前 | 1

回答済み
Error occurred while executing External Mode MEX-file 'ext_comm'
Hi, this might be a cause related to the background daemon that MATLAB uses to establish connection with the Arduino. The daem...

3年弱 前 | 0

回答済み
fitcknn using Mel-frequency cepstral coefficients (MFCCs)
Hi, The error "X and Y do not have the same number of observations." is occurring because In this case X which is trainSet' is ...

3年弱 前 | 0

| 採用済み

回答済み
Image Processing help required for a mushroom detection vision app
Hi, Please refer to the below links http://www.mathworks.com/help/images/examples/marker-controlled-watershed-segmentation.ht...

3年弱 前 | 0

回答済み
Why I get error when I try deploying the blink LED example?
Hi, First, make sure you correctly set up the C2000 Support Package by clicking the "setup" icon in the add-ons manager. This ...

3年弱 前 | 0

回答済み
Problem using minboundquad function to create a minimum bounding quadrilateral for a given pointset
Hi, I did not seem to find any error while reproducing and I got the below result after changing minboundquad.m from edges ...

3年弱 前 | 0

回答済み
다른 버전에서 코딩파일이 실행되는데 제 버전에선 코딩이 실행 되지 않습니다.
Hi, I see that you are trying to call and run bindistMT function from command window which is leading to error "'bindistMT'은(는)...

3年弱 前 | 0

回答済み
Hough transform for bone fracture detection
Hi, Please refer to the below link https://www.mathworks.com/matlabcentral/answers/318746-draw-ellipse-in-image Hope it helps...

3年弱 前 | 0

回答済み
'입력인수가 부족합니다'를 어떻게 해결하죠?
Hi, You can declare a symbolic variable like below x = sym('x') and call your function by passing above declared symbolic var...

3年弱 前 | 0

回答済み
Radar tool box example can not run
Hi, I have heard that this issue is known and concerned parties are working together to fix the issue.

3年弱 前 | 0

| 採用済み

回答済み
How to calculate b-spline interpolation
Hi, The “ppmak” function allows you to create a piecewise polynomial by specifiying a strictly increasing list of breaks To co...

3年弱 前 | 0

回答済み
How to use MATLAB Neural Network Toolbox custom (specific) neural network? (NARMA L2 model)
Hi, You can try using deepNetworkDesigner which opens the Deep Network Designer app. Drag and drop the required layer from the ...

3年弱 前 | 0

回答済み
Array formation and parentheses-style indexing with objects of class 'nodeClass' is not allowed. Use objects of class 'nodeClass' only as scalars or use a cell array.
Hi, You can try replacing node(i) with node{i} to store object . You can refer to below link for more information https://www...

3年弱 前 | 0

| 採用済み

回答済み
how to fix Error in port widths or dimensions?
Hi, This behavior is due to a different mechanism for "guessing" and propagating signal dimensions in Simulink . This issue can...

3年弱 前 | 0

回答済み
Simulink model can be compiled in normal mode, but can't be compiled in acceleration mode?
Hi, 1.The problem might be due to the following lines in the makefile. The .mk file might contains the following code: MATLAB...

3年弱 前 | 1

回答済み
Error with my CODE and I don't know why.
Hi, the error message indicates that the Edit Field's Value must be a character vector or string. MATLAB does not automatically...

3年弱 前 | 0

回答済み
How to plot pzmap, nyquist plot and bode plot in App Designer
Hi, You are receiving this error message because the data that you are plotting is an array, which has 3 dimensions. You can on...

3年弱 前 | 0

回答済み
textscan: Instantaneous out of memory error when accessing very large file (only with newest Matlab versions)
Hi, Refer to Memory Usage information located at the following URL: https://www.mathworks.com/help/matlab/performance-and-memo...

3年弱 前 | 0

回答済み
Error occured: when I try to use java to call the matlab jar on linux.
Hi, The compiled applications are not cross-platform compatible (cannot go from Windows to Linux) Inner-platform compatibility...

3年弱 前 | 1

| 採用済み

回答済み
Trouble finding the app on Windows 10, which was created on Mac and shared!
Hi, MATLAB compiler generated files are not cross platform compatible. The OS on which the files are developed should match wi...

3年弱 前 | 0

| 採用済み

回答済み
How to plot correctly with topographic backround this NetCDF file
Hi, mapshow and geoshow functions doesn't support NetCDF format files. To be able to plot lat,lon and p from NetCDF file please...

3年弱 前 | 0

回答済み
error when using lsqnonlin with 'levenberg-marquardt' algorithm
Hi, This problem occurs when an integrator is present in the model. Open Configuration Parameter, set the diagnostic "Inf or N...

3年弱 前 | 0

回答済み
Delta Surface Fill in Matlab
Hi, You can refer to the below links https://www.mathworks.com/matlabcentral/fileexchange/38603-a-fast-simple-and-versatile-al...

3年弱 前 | 1

回答済み
BERtool showing "Too many input arguements"
Hi, demod = DeModulator.step(rx_sig, noise_var); uses soft decision demodulation and noise variance VAR. This syntax applies wh...

3年弱 前 | 0

回答済み
How to solve such a system of equations?
Hi, You can try using symsum(f,k,a,b) which returns the sum of the series f with respect to the summation index k from the lowe...

3年弱 前 | 0

さらに読み込む