Lev Vitkin
Followers: 0 Following: 0
Statistics
RANK
10 195
of 295 448
REPUTATION
4
CONTRIBUTIONS
2 Questions
3 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
2
RANK
of 20 227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 872
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
Feeds
remove whitespace from cell array
flight_no = cellfun(@(s) s(~isspace(s)), flight_no, 'UniformOutput', false)
10 månader ago | 0
Is there a way to stop compiling process when the model has started to compile in Simulink?
try eval([bdroot '([],[],[],''term'')'])
nästan 3 år ago | 2
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...
ungefär 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...
ungefär 5 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 6 år ago | 3 answers | 0