Community Profile

photo

Hyunuk Ha

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

Followers: 0   Following: 0

연락

통계

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

4개월 전 | 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...

12개월 전 | 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...

12개월 전 | 0

| 수락됨

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

12개월 전 | 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...

12개월 전 | 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...

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

2년 초과 전 | 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년 전 | 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년 전 | 1

문제를 풀었습니다


Test for balanced parentheses
Given the input inStr, give the boolean output out indicating whether all the parentheses are balanced. Examples: * If ...

거의 4년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

대략 4년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

대략 4년 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

대략 4년 전

문제를 풀었습니다


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

대략 4년 전

문제를 풀었습니다


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

대략 4년 전

문제를 풀었습니다


Generate a random matrix A of (1,-1)
Input n: is an positive integer which serves as the dimension of the matrix A; Output: A=(Aij),where each entry Aij is either...

대략 4년 전

문제를 풀었습니다


Create a square matrix of multiples
Given an input, N, output a matrix N x N with each row containing multiples of the first element of each row. This also applies...

대략 4년 전

문제를 풀었습니다


03 - Matrix Variables 3
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3c.png>> A 10x10 matrix where the numbers from 1 to 100 ...

대략 4년 전

문제를 풀었습니다


Back to basics 23 - Triangular matrix
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, return a matrix with all elements above a...

대략 4년 전

문제를 풀었습니다


Remove DC
Input x is the sampled signal vector, may have both AC and DC components. Output y should not contain any DC component. Examp...

대략 4년 전

문제를 풀었습니다


Remove all the words that end with "ain"
Given the string s1, return the string s2 with the target characters removed. For example, given s1 = 'the main event' your ...

대략 4년 전