
Hadi Zyien
2018 以来アクティブ
Statistics
MATLAB Answers
6 質問
1 回答
ランク
7,964
of 260,501
評価
4
貢献
6 質問
1 回答
回答採用率
83.33%
獲得投票数
0
ランク
of 111,954
貢献
0 問題
0 解答
スコア
0
バッジ数
0
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
質問
Find unique or duplicate cells in cell array of chars
If I have a cell array of cells containing strings such as: A = {{'A', 'B', 'C'}, {'C', 'D', 'E'}, {'A', 'B', 'C'}, {'C', 'B', ...
3年弱 前 | 1 件の回答 | 0
1
回答質問
How to find Matlab Function blocks in a model?
I would like to use find_system to find all MATLAB Function blocks (from the User-Defined Functions library) in a model. The pro...
約3年 前 | 2 件の回答 | 0
2
回答回答済み
When are libraries inserted into a Simulink model?
You are correct: Library linked blocks do not actually store the library block in the model in which they are used. Rather, the ...
When are libraries inserted into a Simulink model?
You are correct: Library linked blocks do not actually store the library block in the model in which they are used. Rather, the ...
約3年 前 | 0
| 採用済み
質問
How can multiple data dictionaries be associated with a model?
I would like to associate 2 (or more) data dictionaries with a Simulink model. I was able to do it for 1, by opening the model a...
約3年 前 | 1 件の回答 | 0
1
回答質問
GUI handle structure not updating
I have a simple GUI with a textbox where the user can enter a variable name, and then press the OK button or enter. The GUI then...
3年以上 前 | 1 件の回答 | 0
1
回答質問
How to get information on a Simulink.Signal data store?
If I create a data store in the base workspace like so: DataStore = Simulink.Signal; DataStore.Description = 'Stores data for ...
3年以上 前 | 2 件の回答 | 0
2
回答質問
Can I find where a Simulink.Signal object is stored based on a Data Store Read/Write in the model?
Simulink.Signal objects can be stored in the base workspace, model workspace, and/or a data dictionary. If I have a Data Store R...
4年弱 前 | 1 件の回答 | 0