photo

Sébastien Malengé


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
10 回答

ランク
22,845
of 300,763

評判
1

コントリビューション
7 質問
10 回答

回答採用率
57.14%

獲得投票数
1

ランク
 of 21,082

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • 3 Month Streak
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
Plot like a "scope" block
I find my happiness with stairs ! (and not plot...) Thanks.

14年以上 前 | 0

| 採用済み

回答済み
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 ...

14年以上 前 | 0

質問


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

14年以上 前 | 4 件の回答 | 0

4

回答

回答済み
To workspace block
I change my block for a block "to file", that's works better, and I can use it with my GUI.

14年以上 前 | 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...

14年以上 前 | 0

質問


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

14年以上 前 | 4 件の回答 | 0

4

回答

回答済み
Callback and evalin
I find a solution, thanks.

14年以上 前 | 0

回答済み
Callback and evalin
Okay, so my new code is : function [] = P_call(varargin) P = varargin{3}; X = get (P.po, 'value'); model_path = 'D:\MATL...

14年以上 前 | 0

質問


Callback and evalin
Hi, my code : function [] = P_call(varargin) P = varargin{3}; X = get (P.po, 'value'); model_path = 'D:\MATLAB\GUI\'; ...

14年以上 前 | 4 件の回答 | 1

4

回答

回答済み
Attempt to reference field of non-structure array...
I find my mistake (P = varargin(3) must be varargin{3})

14年以上 前 | 0

質問


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

14年以上 前 | 1 件の回答 | 0

1

回答

質問


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

14年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Time 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...

14年以上 前 | 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...

14年以上 前 | 0

質問


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

14年以上 前 | 5 件の回答 | 0

5

回答

回答済み
Question 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 ...

15年弱 前 | 0

質問


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

15年弱 前 | 3 件の回答 | 0

3

回答