Hyunuk Ha
MathWorks
Followers: 0 Following: 0
Python, C++, MATLAB
Spoken Languages:
English, Korean
Pronouns:
He/him
Statistics
RANK
3,388
of 295,448
REPUTATION
16
CONTRIBUTIONS
0 Questions
9 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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 months ago | 1
| accepted
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...
1 year ago | 0
| accepted
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...
1 year ago | 0
| accepted
Simulink Real Time Explorer Not Opening
Can you use ' slrtExplorer' instead of 'slrtexplr'? https://www.mathworks.com/help/slrealtime/api/slrealtime.explorer.slrtexplo...
1 year ago | 0
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...
1 year ago | 0
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...
3 years ago | 0
Analog PID controller to Discrete PID controller
You can simply replace pid parts with built-in blk : In Library Browser, discrete -> discrete PID blk.
3 years ago | 0
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...
3 years ago | 0
how to connect sum block in simulink to subsystem
Hi Khald Ali, How about this? Use 'Simulink-PS Converter / Controlled Voltage Source'. Please try.
4 years ago | 1