Answered
GPS data outlier detection and applying 'moving average' method
Hi, I assume you need help in importing data from an excel and work on the data. The following documentation link gives you ins...

4 years ago | 0

Answered
Is it possible to export a geometry generated by multicuboid() as a .stl file?
Hi, Currently 'stlwrite' in MATLAB is used to create STL from triagulation. Can you try using the following the extension from ...

4 years ago | 0

Answered
Prediction for SVM, Decision Tree and Naive Bayers
Hi, It is fine to obtain 100% accuracy, if your data is a linear. If not, one possible reason would be similarity between your ...

4 years ago | 0

Answered
I keep getting this : "The following error occurred converting from sym to double: Unable to convert expression into double array."
Hi, I tried executing the above code using the following polynomial '16*x^2 + 19*x + 11'. Your code executed with no errors, gi...

4 years ago | 0

Answered
Inc prior(:,:,N) = zeros(1,3);
Hi, It would help give an appropriate solution if you put your question clearly. As per my understanding prior(:,:,N) = zeros...

4 years ago | 0

Answered
Conv LSTM input size mismatch error
As far as I know, you will be able to assign one class at each time step based on the feature values. So you would need 100 X 21...

4 years ago | 0

Answered
Intsalled add-on does not seen
Hi, LIPRAS add-on can be installed from Add-on Manager under Home Tab in MATLAB. LIPRAS needs the following to be installed to ...

4 years ago | 0

| accepted

Answered
Unresponsive install dialog window for linux installer of MATLAB 2020a
Hi, This is a known issue on few Linux platforms, can you try the work around mentioned in the following link: https://www.mat...

4 years ago | 0

| accepted

Answered
Matlab Shows outdated documentation with help or doc funktion or F1.
Hi, For R2018b and later versions, the default value of the documentation reference has been changed from "local" to "Web" so t...

4 years ago | 0

Answered
Conv LSTM input size mismatch error
Hi, I guess you are trying to do sequence to sequence classification of your data using LSTM's. From the data you provided, I ...

4 years ago | 0

Answered
How to change UI according to input argument?
Hi, Adding to what is already answere, you can also change the Limits (I guess in your case label of the slider) to suit the im...

4 years ago | 0

| accepted

Answered
Help needed with plotting errors of Euler's method vs h on loglog axes
Hi, Could you check on the reason why you intend to plot double-log axes with: h and error h and h You mentioned you want to...

4 years ago | 0

Answered
Stereo Camera Calibrtion App
Hi, The calibrator requires at least three images. You can go through the following documentation to know more about the workfl...

4 years ago | 0

Answered
Cannot install "Computer Vision Toolbox OpenCV Interface" add-on
Hi, Refer to the following thread for a detailed solution for your issue. https://www.mathworks.com/matlabcentral/answers/1684...

4 years ago | 0

Answered
See autosaved history with time saved
Hi, I guess there is no way to get the previous versions of your file in MATLAB. If you donot have an autosave file (.asv or ....

4 years ago | 0

Answered
writing backslash in equation directs cursor to 'Search documentation' among other bugs in Ubuntu 18.04
Hi, Did you try the same you mentioned in Equation mode? I tried to reproduce the issue but It is working fine at my end.

4 years ago | 0

Answered
writing string into excel
Hi, I could not reproduce the same at my end too. I guess there might be a cache issue. Try using the following commands. reha...

4 years ago | 0

Answered
Updating Python API to MATLAB2020a
Hi, I guess you can follow similar steps with MATLAB 2020a as you did while setting MATLAB Engine API for R2018b. This link mi...

4 years ago | 0

Answered
Unwanted lines on a plot moving with a cursor
Hi, I tried replicating the same using the data you provided. It worked perfectly fine for me. Can you try restarting your MATL...

4 years ago | 0

Answered
uiputfile causeing app to 'minimize'/ go to back of the screen
Hi, For MATLAB R2018a and newer you can use the figure command to focus your app again. uiputfile; % Could be other dialogs he...

4 years ago | 0

Answered
Arcface loss, sphereface loss
Hi, Currently there is no support for arcface or sphereface loss in MATLAB.

4 years ago | 0

Answered
Error in training Neural Network: Invalid training data. For a recurrent layer with output mode 'last', responses must be a categorical column vector.
Hi, As it is mentioned in the error message, responses (i.e. training data labels) should be of categorical type. In your case ...

4 years ago | 0

Answered
Atomic Subsystem Execution Order Wrong in Matlab 2019b (though was correct in 2017)
Hi, Did u try checking treat as atomic unit option. It is by default set off. https://www.mathworks.com/help/simulink/slref/su...

4 years ago | 0

Answered
What Arduino boards support Simscape models via the Simulink Support Package for Arduino Hardware
Hi, I guess it is not issue with the Support Package.But, this is a limitation where Simscape Electrical Blocks are not support...

4 years ago | 0

Answered
Calling GAMS from MATLAB to optimize a MILP
Hi, You can refer to the following link, to help you interface GAMS with MATLAB https://www.gams.com/latest/docs/T_GDXMRW.html...

4 years ago | 0

Answered
MEX error LNK2019:unresolved symbol
Hi, The unresolved external symbols errors indicate that during the link-stage of compiling the MEX-file, these symbols are not...

4 years ago | 0

Answered
I'd need (a lot of) help with MATLAB (facial recognition tasks).
Hi, There are many existing resources that might help you with your work: Face Detection: https://www.mathworks.com/matlabcen...

4 years ago | 0

Answered
DiffMinChange Option in FMINCON (R2019a)
Hi, As mentioned, you have to use 'optimoptions' to change DiffMinChange of fmincon. But, DiffMinChange is one of the Hidden Op...

4 years ago | 0

Answered
Customize export from live editor to LaTeX
Hi, This thread provides a list of all the editable settings in the live editor. https://www.mathworks.com/help/matlab/ref/mat...

4 years ago | 0

Answered
Plotting gps coordinates in Appdesigner
Hi, Starting in R2018b, you can create additional plots in App Designer. Most of these plots require a different type of parent...

4 years ago | 2

| accepted

Load more