Answered
Skyline function Neural Network Toolbox
Hi @Jesus Mª Juarez Ferreras, It seems that you are trying to use a MATLAB function that does not exist. Please refer to the fo...

2 years ago | 0

Answered
Why best performance MSE does not align with final MSE?
MSE you achieve at epoch 22 is for that specific minibatch used at epoch 22. That would not mean that you achieve the same MSE f...

2 years ago | 1

Answered
Reading and finding string in a text (.TXT) file containing string and numerical data
Hi @Saeid, I understand that you are trying to search for text in your ".txt" and then extract all the columns of the table con...

2 years ago | 0

Answered
Why doesn't the Artificial Neural Network stop training at the point where it achieves the best performance indicated by the lowest MSE on the performance plot?
Hi @Sunita, The ANN cannot stop at the lowest point, because at the time of training there is no lowest point. Ideally, the l...

2 years ago | 1

Answered
how to use getvarname
Hi @Luca Re, Firstly, I see that there is an inconsistency between the question and the code you have written. You have asked a...

2 years ago | 1

Answered
Signal labeler does not import timetable from workspace
Hi @Gustavo Ramirez, I understand that you are trying to import a "Timetable" data into the Signal Labeler, but you are unable ...

2 years ago | 0

Answered
I want to access matlab online server using post api but getting 400 error.
Hi @Jay, The Error Code 400 corresponds to a "Bad Request" from the server side. The error arises as there is no Endpoint from ...

2 years ago | 0

Answered
Modifying DC Machine Block in Simulink for Custom Motor Specifications
Hi @Badr Al-Sabri, The "DC Machine Block" that you are using in your Simulink Model is intended to be used with Mechanical In...

2 years ago | 0

Answered
DeepLearning network compiling for embedded code error
Hi @Yang Liu, I understand that you are facing an issue with Code Generation using "Embedded Coder" when you are using a traine...

2 years ago | 0

Answered
The calculation result of the Matlab function is incorrect.
Hi @hard study, From the values, I can see that the error value is being computed wrongly for every value of "Te_up". However, ...

2 years ago | 0

| accepted

Answered
save a training code using ANN in script and use it in a function in simulink Matlab.
Hi @Kawsar, I understand that you are trying to save your ANN so as to use the model at a later point. You can achieve this by ...

2 years ago | 0

| accepted

Answered
Neural Network is not reducing loss during trainning
Hi @Axel, I understand that you are unable to train your Neural Network model as your model loss does not reduce with training...

2 years ago | 0

Answered
How to find the optimum number of neurons and hidden layers for ANN?
Hi @Sunita, I understand you are trying to train your ANN and would like to know the ideal number of neurons and hidden layers ...

2 years ago | 0

Answered
INVALID MEXFILE ON MY LAPTOP (THE SAME FILES WORK ON OTHER LAPTOPS)
Hi martina, I understand that you are trying to open “CAT12” files but are unable to achieve it on your machine. The following ...

2 years ago | 0

Answered
Tuning exciter parameters for a synchronous generator
Hi @K, I understand that you are trying to reach optimum parameters for a Simulink block. You can achieve this in two ways, Us...

2 years ago | 0

Answered
Simscape Thermal Liquid Domain - Across variable T of parallel flows
Hi Joël Habersatter, The issue arises as you are simply connecting the fluid flow together. Due to this, the Simscape model tri...

2 years ago | 0

Answered
Convert a multiple channel raw ECG to readable .mat format
Hi Ngoc , I understand that you have been trying to import the file with multiple columns and then save to a .mat file. In your...

2 years ago | 0

Answered
How to retrain a deep neural network with another dataset which is already trained using a particular dataset?
Hi @BIPIN SAMUEL, The implementation you are trying to achieve is the same as a "Transfer Learning system". The right way to ...

2 years ago | 1

Answered
Stateflow Highlight Active States in Model Reference
Hi @ Alessandro Carnevali, Stateflow referenced models focus on the Simulation of the model rather than the internal behaviour...

2 years ago | 0

| accepted

Answered
Failed to open file '...\mcr\toolbox\matlab\iofun\@timer\timer.m'. Details: 'File stream is closed. The following flags are set: failbit.' when using plot in standalone exe
Hi @engdancili, The issue is non reproducible from my end, and may have to do with version mismatches of of MATLAB Runtime. K...

2 years ago | 0

Answered
Lizenz Subscription nicht verlängern
Hi @Marcel, Kindly refer to the documentation on how to deactivate an ongoing license. Deactivate Your Installation - MATLAB ...

2 years ago | 0

Answered
i am getting the following issue when i am trying to calculate gradient and divergence in matlab' ode45.
Hello @S Ashish, The divergence() function calculates the divergance by taking two matrices for a 2D space and 3 matrices for a...

2 years ago | 1