photo

Burak Bayram


Last seen: 9 months ago Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

9 Questions
2 Answers

Cody

0 Problems
33 Solutions

RANK
209,062
of 300,673

REPUTATION
0

CONTRIBUTIONS
9 Questions
2 Answers

ANSWER ACCEPTANCE
44.44%

VOTES RECEIVED
0

RANK
 of 21,042

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
15,696
of 170,083

CONTRIBUTIONS
0 Problems
33 Solutions

SCORE
350

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Question


Is it really a license violation to effectively make MATLAB free idle licenses in less then 4 hours?
This question originates from a reply in the following: thread. I once wrote a python script that would try to get a floating l...

9 months ago | 1 answer | 0

1

answer

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

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

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

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

8 years 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'); % ...

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

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

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

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

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

8 years ago | 1 answer | 0

1

answer