photo

Hyunuk Ha

MathWorks

Last seen: 2 jours il y a Actif depuis 2020

Followers: 0   Following: 0

Message

Programming Languages:
Python, C++, MATLAB
Spoken Languages:
English, Korean
Pronouns:
He/him

Statistiques

All
  • Knowledgeable Level 2
  • Explorer
  • First Answer
  • Solver
  • First Review

Afficher les badges

Feeds

Afficher par

Réponse apportée
Real Time MPC Implementation Using NI DAQ Board
Hi Muhammad, You can utilize 'Data Acquisition Toolbox Support Package for National Instruments NI-DAQmx devices' at: https:/...

11 mois il y a | 1

| A accepté

Réponse apportée
How to create a color plot based on the number of occurance?
The most easiest way is : use your r data as color map. I made simple example as : load('theta.mat'); load('r.mat'); pol...

plus d'un an il y a | 0

| A accepté

Réponse apportée
Plot serial data in realtime with sample time of 1ms
You can easily log signal and check the signal from Simulink Data Inspector : https://www.mathworks.com/help/slrealtime/ug/sig...

plus d'un an il y a | 0

| A accepté

Réponse apportée
Simulink Real Time Explorer Not Opening
Can you use ' slrtExplorer' instead of 'slrtexplr'? https://www.mathworks.com/help/slrealtime/api/slrealtime.explorer.slrtexplo...

plus d'un an il y a | 0

Réponse apportée
How to run a Simulink Desktop Real-Time model with external mode in an App Designer app?
You can utilize 'slrealtime' . Like, >> tg = slrealtime; >> tg.start(); https://www.mathworks.com/help/slrealtime/api/slrea...

plus d'un an il y a | 0

Réponse apportée
Power electronics thermal modeling in Simulink
Simscape is multi-domain plant modeling tool, and obvious Simscape can do power electronics simulation with thermal domain. He...

presque 3 ans il y a | 0

Réponse apportée
Analog PID controller to Discrete PID controller
You can simply replace pid parts with built-in blk : In Library Browser, discrete -> discrete PID blk.

presque 3 ans il y a | 0

Réponse apportée
how to addpath of +folder
You should 'import' package directory, not 'addpath'. So, basically you may use pkg dir. as >> mypkg.myfile(in) but after...

plus de 3 ans il y a | 0

Réponse apportée
how to connect sum block in simulink to subsystem
Hi Khald Ali, How about this? Use 'Simulink-PS Converter / Controlled Voltage Source'. Please try.

plus de 4 ans il y a | 1