Statistik
RANG
22.845
of 300.765
REPUTATION
1
BEITRÄGE
7 Fragen
10 Antworten
ANTWORTZUSTIMMUNG
57.14%
ERHALTENE STIMMEN
1
RANG
of 21.084
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.941
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
Feeds
Plot like a "scope" block
I find my happiness with stairs ! (and not plot...) Thanks.
mehr als 14 Jahre vor | 0
| akzeptiert
Plot like a "scope" block
In my case, I don't have a function like you, I just have a curve in a variable, so where I suppose to put my curve in the code ...
mehr als 14 Jahre vor | 0
Frage
Plot like a "scope" block
Hi, my question : Can I use plot to watch a curve like a scope block do when you put 'scope parameters' sampling to 'Sample t...
mehr als 14 Jahre vor | 4 Antworten | 0
4
AntwortenTo workspace block
I change my block for a block "to file", that's works better, and I can use it with my GUI.
mehr als 14 Jahre vor | 0
To workspace block
@Kaustubha Govind : I'm looking in the MATLAB base workspace, and yes, if I run my model independent of the GUI, I have my outpu...
mehr als 14 Jahre vor | 0
Frage
To workspace block
Hi, I use a GUI to run (or sim) a model from simulink. Everything is ok, but I have a "to workspace block" in my model which...
mehr als 14 Jahre vor | 4 Antworten | 0
4
AntwortenCallback and evalin
Okay, so my new code is : function [] = P_call(varargin) P = varargin{3}; X = get (P.po, 'value'); model_path = 'D:\MATL...
mehr als 14 Jahre vor | 0
Frage
Callback and evalin
Hi, my code : function [] = P_call(varargin) P = varargin{3}; X = get (P.po, 'value'); model_path = 'D:\MATLAB\GUI\'; ...
mehr als 14 Jahre vor | 4 Antworten | 1
4
AntwortenAttempt to reference field of non-structure array...
I find my mistake (P = varargin(3) must be varargin{3})
mehr als 14 Jahre vor | 0
Frage
Attempt to reference field of non-structure array...
Hi, this is my code : function [] = Test() S.f = figure('units','pixels',... 'position',[500 500 200 130],... ...
mehr als 14 Jahre vor | 1 Antwort | 0
1
AntwortFrage
automatically change the string of a uicontrol (a popupmenu)
This is my question : I have a variable (call Scenario) where I have a struct, and more specific a struct of name (come from ...
mehr als 14 Jahre vor | 1 Antwort | 0
1
AntwortTime difference between two curves
I try to explain it better (sorry for my English by the way), my two curves look like that : http://img600.imageshack.us/i/cu...
mehr als 14 Jahre vor | 0
Time difference between two curves
Actually, what I want is a vector, because I need to find the max, the min, etc. I don't know if my question is clear or not, if...
mehr als 14 Jahre vor | 0
Frage
Time difference between two curves
Hi ! I have two curves, one is a ramp, the second is more like many steps. The two curves don't start at the same time, but ...
mehr als 14 Jahre vor | 5 Antworten | 0
5
AntwortenQuestion about the "enable" block.
I already read this doc, but how do you do to put your initial condition in the "initial output" box, when you have a bus ? For ...
fast 15 Jahre vor | 0
Frage
Question about the "enable" block.
Hi, I have a little question about the enable block. If I have a enable block in a subsystem, what become my outputs when my ...
fast 15 Jahre vor | 3 Antworten | 0

