Answered
I cannot install the matlab connector
Hi, MATLAB Drive Connector provides an easy method for managing your MATLAB Drive files on your local computer. To start MATL...

4 years ago | 0

Answered
Load pre-trained neural net in app designer
Hi Marius, As per my understanding, make sure that the .mat file in the same directory when installing the application in PC. ...

4 years ago | 0

Answered
Unable to disable axes interactions
Hi Paul, I am assuming that you are using MATLAB R2020a, I couldn't reproduce the issue, I tried following the below steps, In...

4 years ago | 0

Answered
Does Ledalab import EDF/BDF file formats?
Hi Mier, Yes, EDF file format can be imported into the ledalab. Ledalab also imports text and Matlab data files which are organ...

4 years ago | 1

Answered
I'm not able to find torque actuator in Simscape
Hi Irfan, You can get the torque actuator in simscape by following the steps described in the link. Hope this Helps!

4 years ago | 0

| accepted

Answered
Can I use MCP2515 Module instead of CAN BUS Shield on Simulink Support Package for Arduino Hardware?
Hi kotchanon, You can use Arduino MKR CAN shield which is based on MCP2515 controller with SPI Interface. This shield can be us...

4 years ago | 0

| accepted

Answered
GlobalSearch inside parfor loop
Hi Tristan, You can go through all the information provided and thus get a clear idea about the problem you are trying to solve...

4 years ago | 0

Answered
some numbers expressed as date when downloaded as xlsx file
Hi alpedhuez, You can create a table and export into xlsx file with the help of writable function using this documentation lin...

4 years ago | 0

Answered
Why is my surface graph not animating?
Hi Richard, you can refer to this documentation link which shows how to animate a surface. clf deletes all graphics objects wh...

4 years ago | 0

Answered
Yaw Values of Actors in Driving Scenario Designer
Hi Sunandan, From my understanding, you are trying to observe the yaw values of the actor during the simulation in Driving Scen...

4 years ago | 1

Answered
how to transfer a setting from an old version to a new version
Hi Alpedhuez, In order to update your MATLAB version from R2019b to R2020a. You can follow the steps below. Step 1: You can r...

4 years ago | 0

Answered
Export ROC curve in matlab classifcation learner app
You can refer to the below link which may help you to export ROC curve from Classification Learner App https://www.mathworks.co...

4 years ago | 1

Answered
SQL Server Compact Database File
You can refer to the below link which may help you to import Standard Data Format(.SDF) files https://www.mathworks.com/matlab...

4 years ago | 0

Answered
A lower triangular matrix inversion using 2 methods: 1) forward/backward substitution 2)Neumann series
In case of Forward Substitution Method, The time complexity is O(n^2) because there is nested for loop and the statement, invL...

4 years ago | 0

| accepted

Answered
Inverse Laplace working in command window but not in editor
Change the script code to clear all syms s t prompt = "What do you not want to do?:"; f = input(prompt); ilaplace(f) f i...

4 years ago | 0

Answered
Is there a variable of time in the Driving Scenario Designer app?
In my understanding from the question, it is required to change the speed with respect to the time, but the functionality is cur...

4 years ago | 0

Answered
라이선스 활성화 관련 문의
Hello, The answer for your question is Yes, the license activates for only one computer. "Designated computer" means one activ...

4 years ago | 0

Answered
Can't exeute Matlab
Hello, Here is the Link which guides you with the steps to be followed while launching MATLAB in LINUX Operating System https:...

4 years ago | 0

Answered
Training Fuzzy logic from csv file
You have to evaluate your Fuzzy Inference System with the testing Inputs, and the output responses have to be compared against t...

4 years ago | 0

| accepted

Answered
Is there a property to modify the marker size of a drawline graphics object?
You are trying to modify the marker size property for the “drawline” function but this feature is currently not supported in R20...

4 years ago | 0

| accepted