photo

Hyunuk Ha

MathWorks

Last seen: 16일 전 2020년부터 활동

Followers: 1   Following: 2

메시지

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

통계

All
MATLAB Answers

0 질문
9 답변

Cody

0 문제
12 답안

순위
3,547
of 301,513

평판
16

참여
0 질문
9 답변

답변 채택
0.00%

획득한 표
2

순위
 of 21,312

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
36,310
of 175,031

참여
0 문제
12 답안

점수
130

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

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

2년 초과 전 | 1

| 수락됨

답변 있음
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...

거의 3년 전 | 0

| 수락됨

답변 있음
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...

거의 3년 전 | 0

| 수락됨

답변 있음
Simulink Real Time Explorer Not Opening
Can you use ' slrtExplorer' instead of 'slrtexplr'? https://www.mathworks.com/help/slrealtime/api/slrealtime.explorer.slrtexplo...

거의 3년 전 | 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...

거의 3년 전 | 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...

4년 초과 전 | 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.

4년 초과 전 | 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...

거의 5년 전 | 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.

거의 6년 전 | 1