photo

Brian Kim

MathWorks

Last seen: 4 days ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
2 Answers

Cody

0 Problems
3 Solutions

RANK
7,183
of 300,343

REPUTATION
6

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
3

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
76,377
of 168,172

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • First Answer
  • First Review

View badges

Feeds

View by

Answered
How to compile Simulink models before doing simulation?
You can use also use set_param as well to compile the model set_param(modelName, 'SimulationCommand', 'update') The difference...

2 years ago | 1

Solved


Duplicates
Write a function that accepts a cell array of strings and returns another cell array of strings *with only the duplicates* retai...

5 years ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

5 years ago

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

5 years ago

Answered
what's a externally defined MCOS class ?
The root cause of this message is most likely that the enumeration is first defined programmatically (e.g. 'Simulink.defineIntEn...

5 years ago | 2