Community Profile

photo

Brian Kim

Last seen: 7 mois il y a Actif depuis 2020

Statistiques

All
  • Solver
  • First Answer
  • First Review

Afficher les badges

Content Feed

Afficher par

A répondu
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...

10 mois il y a | 0

A résolu


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

presque 4 ans il y a

A résolu


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

presque 4 ans il y a

A résolu


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

presque 4 ans il y a

A répondu
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...

environ 4 ans il y a | 2