dimitris


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

17 Fragen
5 Antworten

RANG
8.737
of 300.759

REPUTATION
5

BEITRÄGE
17 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
88.24%

ERHALTENE STIMMEN
5

RANG
 of 21.081

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.900

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 3 Month Streak
  • Thankful Level 3
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Genetic algorithm initial popuplation
I use GA to minimize an objective function with 20 variables. I noticed that ga always produces initial population with small di...

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Sensitivity of a timer
I use a timer block and observed that if the time values are too close, they do not appear in the scope. For example if time is ...

fast 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Speeding up exhaustive search
I need to find the global minimum of a function using exhaustive search. I have 10 function variables x1,x2,x3,...,x10 ∈ [0,10]...

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
I want to determine whether the user wishes to work with their angles in degrees or radians
type= input('Enter D to work angle in degrees or R for radians') V= input('Enter velocity '); a= input('Enter angle ')...

etwa 13 Jahre vor | 0

Beantwortet
Warnings and error produced by simulink
The solution is to disable the zero crossing detection for the whole system.

etwa 13 Jahre vor | 0

| akzeptiert

Beantwortet
variables in Simulink Workspace
Simulink resolves variables from base workspace, so if you use simout from a function it wont be able to 'see' it because functi...

etwa 13 Jahre vor | 0

Frage


Warnings and error produced by simulink
I try to optimize a measurement from simulink model using the ga function. The optimization runs well for some generations excep...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


About termination of genetic algorithm
I have set the options of the ga as shown: options=gaoptimset(options,'Generations',100); The algorithm terminates after...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to measure the phase difference between two signals in simulink?
I have two signals in my circuit and i would like to measure the phase difference between them. Is there a block i could use? If...

mehr als 13 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How to hide warnings ?
I do not want warnings to appear when i execute my code but i do not want to turn them off as well. Is this possible?

mehr als 13 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
Problem
You pass an argument of type "char" to function tc_cmdq and this function does not take input of this type.

mehr als 13 Jahre vor | 0

Frage


Genetic algorithm: child out of constraints
I have set the linear inequality constraints of the GA in a way that each gene is smaller than the next one, eg x1<x2<x3...<xn b...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Time values must be monotonically increasing error
In my simulink model i use a from workspace block to read some time values and alhough those values are increasing i get the err...

mehr als 13 Jahre vor | 1 Antwort | 1

1

Antwort

Beantwortet
Problem with sim command
If i understood what you mean, your problem is that for some values you get an error. In this case you can set your constraints ...

mehr als 13 Jahre vor | 0

Frage


From workspace block error
I run the following code : wave.time=t; wave.signals.values = val; wave.signals.dimensions=1; where t and val are vectors. I...

mehr als 13 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Simulink and linux
When i try to open a simulink model i get the error: MATLAB:dispatcher:loadLibrary Can't load ~/Matlab2011bu/bin/glnxa64/libm...

fast 14 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Problem with gaoptimset in unix
I have a problem runing my code in unix although the same code is running in windows. The error i get is the following: "Undefin...

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Problem with matlab function block.
I use a matlab function block in my simulink model and when i read a variable(for example N) from a file i get an error, but if ...

fast 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


What does '@' mean in a matlab expression?
For example [x,y] = foo1(@(x) foo2(x),z); Thank you in advance for your help.

fast 14 Jahre vor | 1 Antwort | 2

1

Antwort

Frage


Steady state?
I am building a circuit with simulink and i was wondering if the results i take are in steady state. Are the elements in simulin...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How i choose the best solver ?
How i choose the best solver for my simulink model and why i get different results if i use a different solver?

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


mxArray problem
In a simulink model I use a matlab function block in which i open a file(fopen), read some numbers(fscanf) and put them in an ar...

etwa 14 Jahre vor | 3 Antworten | 0

3

Antworten