Community Profile

photo

Burak Bayram


Active since 2017

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • Commenter
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Question


StateFlow Negative in Condition Issue
Hello everyone, Earlier I was building a stateflow chart and when I was debugging it I run up into a weird bug. Apparently ne...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


How can I get "shown" parameter or similar parameter for Simulink blocks?
Hello everyone, There is a parameter for systems; "shown". when you type ; get_param(gcs, 'shown') %or get_param('vdp', 'show...

meer dan 5 jaar ago | 0 answers | 0

0

answers

Question


How to close block dialog box before it opens or hide it conditionally on Simulink?
Hello, I am trying to create a custom masked block, but when some conditions met -defined in callback script- I don't want the ...

meer dan 5 jaar ago | 0 answers | 0

0

answers

Question


Is there a function to make Simulink window fullscreen in Matlab if it is not?
Hello everyone, I am opening the model with script and I want it to be fullscreen, also need to autoscale is there any functi...

meer dan 6 jaar ago | 1 answer | 0

1

answer

Answered
How to use handles/pathnames with "delete_line" function?
Alternative Salvation for this problem; using LineHandle, i.e.; MuxLines = get_param(allMuxes{1}, 'LineHandles'); % ...

meer dan 6 jaar ago | 0

Question


How to use handles/pathnames with "delete_line" function?
I have block handles and pathnames but delete_line function always gives the error of : "Invalid Simulink object handle". I mean...

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


Is there a function for finding the specific column number in a cell array?
Helle everyone, I think question is clear but, this is Matlab at all, I have a nx1 cell array and I want to know which column...

meer dan 6 jaar ago | 2 answers | 0

2

answers

Question


How to use dot notation (substructures and fields) with a parameter which has already "dot" in it??
Hello everyone I am new at matlab, so I think this is a very basic thing but I couldn't solve this. I have 1x1 cells that con...

meer dan 6 jaar ago | 1 answer | 0

1

answer

Answered
Why can't I see parameters when I use get_param?
Okay I found it, but it does not make any sense for me right now. I used get_param('sys/BlockPath', 'DialogParameters') : whi...

meer dan 6 jaar ago | 0

| accepted

Question


Why can't I see parameters when I use get_param?
Hello all! I need to get values from simulink blocks. In order to do that, I need to use _get_param_ i.e get_param( _sys_, 'P...

meer dan 6 jaar ago | 1 answer | 0

1

answer