photo

Sam136


Last seen: oltre 3 anni fa Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

12 Domande
2 Risposte

RANK
34.706
of 300.799

REPUTAZIONE
1

CONTRIBUTI
12 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
58.33%

VOTI RICEVUTI
1

RANK
 of 21.092

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 171.134

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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...

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

quasi 8 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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. ...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 10 anni fa | 2 risposte | 1

2

risposte

Domanda


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...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


"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 ...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Risposto
How 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...

oltre 11 anni fa | 0

Risposto
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...

oltre 11 anni fa | 0

Domanda


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...

oltre 11 anni fa | 2 risposte | 0

2

risposte