photo

Lev Vitkin


Last seen: 2 months ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
3 Answers

RANK
10,195
of 297,457

REPUTATION
4

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
2

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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 Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
remove whitespace from cell array
flight_no = cellfun(@(s) s(~isspace(s)), flight_no, 'UniformOutput', false)

1 year ago | 0

Answered
Is there a way to stop compiling process when the model has started to compile in Simulink?
try eval([bdroot '([],[],[],''term'')'])

3 years ago | 2

Answered
How to find the variables of simulink non-active variants subsystem
The benefits of Simulink.findVars is that it find all objects of the model. Using find_system needs to specify the type ofthe ob...

5 years ago | 0

Question


How to find the variables of simulink non-active variants subsystem
I need fine if the my variable is used in Simulink model's non-active Variant subsystems. The command Simulink.findVars returns...

5 years ago | 2 answers | 0

2

answers

Question


How to fprintf of the array of floating-point numbers
I have an array of the floating-point numbers, let say A = [ 1 2.2 3.33; 44 55.5 6.666]; The number of row/colums as wel...

7 years ago | 3 answers | 0

3

answers