Statistiques
RANG
34 706
of 295 527
RÉPUTATION
1
CONTRIBUTIONS
12 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
58.33%
VOTES REÇUS
1
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Variables in Simscape blocks don't get updated by a Matlab app
I am trying to create an exceutable file from a Matlab app. This app calls a Simulink model which includes Simscape blocks as we...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
Creating an executable from a Matlab App that calls a Simulink file
I am trying to create a standalone executable from a Matlab app using Application compiler. This app calls a Simulink/Simscape m...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Variable size signal for integrator in Simulink
In my model (simplified version is shown below), the output size of matlab function is determined by the input. I changed the ou...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to use narxnet for new set of data?
I trained a narxnet network with 4 inputs and 2 targets for system identification. The training performance (RMS) seems pretty g...
presque 7 ans il y a | 3 réponses | 0
3
réponsesQuestion
Save data in a vector
In simulink, I need to have a block that does the following: function y = fcn(u) if u==M put M a...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
Computed maximum size of the output of function 'colon' is not bounded.
Hello, I get this error in a Matlab function of my Simulink code: Computed maximum size of the output of function 'colon' is...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to terminate GA when a criteria is reached
I am using GA to find a local min of a function. I want to terminate iterations when fitness functions reaches a preset value. ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Sum of a signal in simulink
In my Simulink model, current value of a signal should be added to all previous value of the same signal. I've used integrator w...
plus de 9 ans il y a | 2 réponses | 1
2
réponsesQuestion
How to figure out if an array is ordinary or cell?
In my code, variable (A) can be either an ordinary array or cell array. How can I do following If (A) is an ordinary array th...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Double vs. Cell "Undefined function 'plus' for input arguments of type 'cell' "
In my code, I have two variables (inp.W{9} & inp.W{10}) which seems to be double (when I remove semicolon, this is shown in comm...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
"Attempt to reference field of non-structure array" error in cell2mat function
In my dynamic programming code, all values in each step are scalar except one which is a cell. This cell is generated in a main ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseHow to use narxnet for new set of data?
Thanks Greg for the clarification. I used your code for close loop Narxnet: X = con2seq(input_train); T= con2seq(target...
environ 10 ans il y a | 0
Noisy results from Neural Network
I changed my net to dynamic(narxnet) with zero delay for input and 1:2 delay for feedback, but I still have the problem. Below...
plus de 10 ans il y a | 0
Question
Noisy results from Neural Network
I've trained a feed-forward neural network with 4 inputs and 2 targets with 10000 sample data. When I use this network for testi...
plus de 10 ans il y a | 2 réponses | 0