photo

Sam136


Last seen: etwa 3 Jahre vor Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

12 Fragen
2 Antworten

RANG
34.706
of 300.369

REPUTATION
1

BEITRÄGE
12 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
58.33%

ERHALTENE STIMMEN
1

RANG
 of 20.936

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.436

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 7 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 10 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

Frage


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

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten