photo

Hyunuk Ha

MathWorks

Last seen: 4 days 前 自 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,485
of 300,369

声誉
16

贡献数
0 个提问
9 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,936

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
34,780
of 168,436

贡献数
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 years 前 | 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...

2 years 前 | 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...

2 years 前 | 0

| 已接受

已回答
Simulink Real Time Explorer Not Opening
Can you use ' slrtExplorer' instead of 'slrtexplr'? https://www.mathworks.com/help/slrealtime/api/slrealtime.explorer.slrtexplo...

2 years 前 | 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...

2 years 前 | 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 years 前 | 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 years 前 | 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...

4 years 前 | 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.

5 years 前 | 1