已回答
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
Hi Marcos, I understand that there is a mismatch in the dimensions of the variables in the assignment operation. The problem he...

1 year 前 | 0

已回答
How to import raw app source code text to mlapp file
Hi, I understand that you are facing difficulty in executing the code in a “.mlapp” file. The file is a MATLAB “App Designer”...

1 year 前 | 0

已回答
CANNOT make an image prediction after trainning a CNN network
Hi Jie, I understand that you are encountering some difficulties with performing predictions on a Test Image with the trained...

1 year 前 | 0

已回答
Layer 'fc1': Invalid input data for fully connected layer. The input data must not have both spatial and temporal dimensions.
Hi Mads, I understand that you are encountering some difficulties with using the "fully connected layer". The error message you...

1 year 前 | 0

已回答
Using variables from .mat structures.
Hi, The error message you encountered is due to attempting to access the transpose of the matrix H through parentheses direct...

1 year 前 | 0

已回答
I am trying to find a way to use the output of a translational position block as a variable for my spring constant. Anything helps. Thank you!
Hi, For using the output of a translational position block as a variable for Spring Constant, you can use “To Workspace” block...

1 year 前 | 0

已回答
Is it possible to see the inside of the Simscape PMSM Block?
Hi, Unfortunately, the implementation of this block is internal to MathWorks. However, you can refer to the below link for a de...

1 year 前 | 0

已回答
Encountered an error while implementing deep learning regression model in MATLAB.
Hi, I understand that you are facing an issue with incompatible input and output sequence lengths, The above error, is not rel...

1 year 前 | 0

| 已接受

已回答
I want to add some information in the top x axis
Hi, I understand that you are looking for ways to label the x-axis using the data in "dat0001m.Var2". To accomplish this, you...

1 year 前 | 0

已回答
How to use a neural network model generated using feedforwardnet in code generation?
Hi, I Understand that you are facing an issue with code generation of shallow neural networks. “Coder.loadDeepLearningNetwork”...

1 year 前 | 0

| 已接受

已回答
Error using trainYOLOv2ObjectDetector
Hi, Based on the information you provided, the error is occurring due to the input data being passed to the function as a “tabl...

1 year 前 | 0

已回答
Create feedforward ANN specifying number of input /output variables, hidden layer, weight and bias vales without dataset
Hi, I understand that you need help with creating a custom feedforward neural network.You can use the “network” function in MAT...

1 year 前 | 0

已回答
How to establish a nonlinear current source in simulink?
Hi, I understand that you want to establish a nonlinear current source in Simulink. For this, you can follow the below approach...

1 year 前 | 0

已回答
How to read, plot and analyze data in .dat format in an ongoing/online manner?
Hi, I understand that you are trying to find learning materials related to reading and analyzing “Electrophysiological Data”. ...

1 year 前 | 0

已回答
How to load and predict using my trained deep neural network in MATLAB GUI window?
Hi, I understand that you're facing difficulties in creating a GUI window to load a pretrained model and perform predictions on...

1 year 前 | 0

已回答
How to train new Rl Algorithm with Parallel Computing? I got the error:Parallel training is not supported for this agent
Hi, I understand that you're encountering difficulties while using parallel processing to train a custom defined RL agent in MA...

1 year 前 | 0

已回答
Shallow neural network parameters for training
Hi Mohammad, In MATLAB, ‘fitnet’ and ‘network’ are both functions that can be used to create and train neural networks, but the...

1 year 前 | 1

已回答
How to have access to activation functions' name in neural networks?
Hi Mary, It is not possible to access the activation function name through network object properties, as per the official docum...

1 year 前 | 0

已回答
Sources implementing vehicle to world
Hi, I understand that you're seeking learning resources related to the vehicle to world block. While there may not be specific...

1 year 前 | 0

已回答
multi class classification using lstm model
Hi, Based on the information provided, it appears that you are working with sequence or time-series data and are training an...

1 year 前 | 0

已回答
Simulink: Error getting properties from an Extrinsic function
Hi, It appears that the issue is related to the class of the output from an extrinsic function ,specifically it is of type ‘mxA...

1 year 前 | 0

| 已接受

已回答
How to estimate time-varying state space in Matlab?
Hi, I understand that you need guidance with estimating state space. I see that you have created "iddata"object from input, out...

1 year 前 | 0

已回答
ncdisp for .dods file formats
Hi, I understand that you are having trouble understanding what ".dods" file is,The DODS file is a Distributed Oceanographic Da...

1 year 前 | 0

| 已接受

已回答
Error Rate Calculation': All sample times for this block must be discrete. Continuous sample time is not allowed
Hi , I understand that you are having trouble working with Error Rate Calculation Block. Error Rate Calculation Block, require...

1 year 前 | 0

| 已接受