photo

Hadi Zyien


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
11.054
of 300.365

REPUTATION
4

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
0

RANK
 of 20.933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Question


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

ongeveer 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 3 answers | 0

3

answers

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

meer dan 6 jaar ago | 0

| accepted

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 7 jaar ago | 2 answers | 0

2

answers

Question


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

ongeveer 7 jaar ago | 1 answer | 0

1

answer