photo

Christoph


Siemens AG

2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
11 回答

ランク
5,366
of 300,369

評判
9

コントリビューション
4 質問
11 回答

回答採用率
100.0%

獲得投票数
3

ランク
 of 20,936

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,436

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
S-Function: Inital Value as Output
Thanks for your support Kaustubha, I initailized my DWorkVector the right way in the mdlInitializeConditions function. I only...

12年以上 前 | 0

質問


S-Function: Inital Value as Output
Hi at all, I got a littel problem while using S-Function, written in C. At the beginning of the simualtion I compute some in...

12年以上 前 | 2 件の回答 | 0

2

回答

質問


Difference between ssGetInputPortRealSignal and ssGetInputPortRealSignalPtrs
Hi there, I coded a S-Function which works pretty good. This function has several inputports with one dimension and several m...

13年弱 前 | 1 件の回答 | 0

1

回答

質問


Store a Vector as csv-File in a Mex File
Hi guys, I have a small Problem with storing a Vector as CSV-File using a mex function. I my goal is an nice and tidy impleme...

約13年 前 | 1 件の回答 | 0

1

回答

回答済み
GUI - axis properties
what about the property 'title'? If this is still not okay the next way is placing the string as a text in the axes which would ...

13年以上 前 | 0

回答済み
Copy with Matlab
Well, I'm not used to reading .txt files in Matlab, but there is a way I guess. I would read the entire file as one string a...

13年以上 前 | 0

回答済み
Editing a string
Hi Shounak, what kind of cell are you talking about. And where do you want to print it? In my opinion the string itselfs sh...

13年以上 前 | 0

回答済み
Warning: Input arguments must be scalar.
hi namrata, you should check if m1 is a scalar. It seems m1 is a vector or someting else. reagrds, CN

13年以上 前 | 0

回答済み
move element in array
Hi, your problem sounds wired. For what reason do you want to switch the postion of only two elements in an array? Never...

13年以上 前 | 1

回答済み
Gui crashes while running
hi Mike, maybe you run out of memory? regards, CN

13年以上 前 | 0

回答済み
matrix indexing and creating a new matrix with new size
Hi Sobhan, as Wayne said, an example might be helpful. Nevertheless you might use: X_new(:,end+1) = [X_old(:,i); zeros(s...

13年以上 前 | 0

回答済み
Problem with Simulink on Linux
well, I'm not used to this problem but as far as I know matlab and a false java-version causes a different number of errors. Thi...

13年以上 前 | 1

回答済み
State space equation
Hi rami, you have an ODE with states X over T. You can solve them explicit with the Lambda-e-Approach (just recollecting) or ...

13年以上 前 | 0

回答済み
what does this mean? say for a matrix W, W(:,:,1)
hi rabeye, it's possible to store more than one matrix in a variable. The last element just indicates the level of the desire...

13年以上 前 | 0

| 採用済み

質問


connect two uicontrol object with a line
Hi, I'm trying to get a nice and tidy GUI with a veriable number of uicontrol objects. To get a clean and clear layout I want...

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

4

回答