photo

Lev Vitkin


Last seen: ungefär 2 månader 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)

ungefär ett år ago | 0

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

ungefär 3 år 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...

mer än 5 år 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...

mer än 5 år 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...

nästan 7 år ago | 3 answers | 0

3

answers