photo

Macko


Last seen: 15日 前 2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

15 質問
5 回答

ランク
23,178
of 300,759

評判
1

コントリビューション
15 質問
5 回答

回答採用率
66.67%

獲得投票数
2

ランク
 of 21,081

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Checking "Signal must resolve to Simulink signal object" checkbox from code
Thank you! In the meantime I also received an answer from Support. They additionally told me about set(signal_line,'MustResolveT...

13年弱 前 | 1

質問


Checking "Signal must resolve to Simulink signal object" checkbox from code
Hi, I have created a sample model with the following code pos_outport = [250 0 282 14]; pos_term = [50 15 75 30]; ...

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

2

回答

質問


Accessing an externally defined array's elements in the generated code
Hi, I need to define an interface signal to my model, that will actually get data from the second element of an external uint...

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

1

回答

質問


Stateflow: Resetting tick upon state transition
Hi, Is there a way to reset the tick value in the entry hook of a state, in Stateflow? I have two states, A and B. In stat...

13年以上 前 | 0 件の回答 | 0

0

回答

回答済み
Copy with Matlab
Hi, I'd probably be writting a Perl script that I then execute either on its own or from within the Matlab environment. I thi...

13年以上 前 | 0

質問


Lookup table code generation
Hi, I'd like to use 1-D lookup tables in my model and have Embedded Coder generate custom code out of it (legacy algorithm ...

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

1

回答

質問


fixdt() and RTW-EC
Hi, If I'm setting the data type of an output port to say fixdt(0,32,0.1,10) this will not result in the corresponding value ...

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

1

回答

回答済み
Hiding model content
Thank you both for the detailed answers! They certainly helped me a lot!

14年弱 前 | 0

質問


Hiding model content
Hi, What is the easiest way to hide the model content from third-party viewers? Is there a way to pre-compile the model in a ...

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

3

回答

質問


Exchange random variable name between several TLC files
Hi, I would like to dynamically generate a random variable name in one of my TLC files and use this in several other TLC files....

約14年 前 | 2 件の回答 | 0

2

回答

質問


Multiple function generated by one TLC file
Hi, Is there a way to generate more than one function using a single TLC file? What I'm trying to achieve is have my stand...

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

1

回答

質問


Passing strings between subsystems
Hi, I'm building up strings dynamically in several subsystems, both using Embedded Matlab blocks and Level-2 M-File blocks. N...

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

2

回答

質問


TLC file syntax help?
Hi, I was wondering if there is a help file somewhere describing the syntax to be used in the Realtime Workshop Embedded code...

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

1

回答

質問


Default values for masked subsystem parameters
Hi, I have defined a mask for my subsystem which contains two edit boxes and two dropdown selction boxes. The edit boxes h...

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

2

回答

質問


Using array of strings in TLC files
Hi, I'm trying to use an array of predefined strings in a TLC file and index this array using an input parameter. Let's say I ...

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

1

回答

質問


Set pop-up mask content from file
Hi, Is there a way to set the content of a subsystem mask element (popup type) externally? Like from an M file or similar? ...

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

1

回答

質問


Load constants from file
Hi, I'm looking for a way to load constants defined in an external file to the workspace, keeping their original names. I ...

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

3

回答

回答済み
Function returning multiple vectors
You guys are the best! :) Here's my code: function [objectIDs, animationNames, animationValues] = TEST_vSendMultipleEvents...

14年以上 前 | 0

回答済み
Function returning multiple vectors
That was incredibly fast! Many-many thanks! Now, I can see I have simplified my problem too much. I actually want to set up t...

14年以上 前 | 0

質問


Function returning multiple vectors
Hi, I'd like to assemble three vectors in a function then return them to the caller. Something along these lines: function [A,...

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

5

回答