photo

HyunGwang Cho


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
5 Answers

File Exchange

2 Files

Cody

0 Problems
1 Solution

RANK
2,661
of 299,969

REPUTATION
22

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
5

RANK
8,566 of 20,853

REPUTATION
95

AVERAGE RATING
5.00

CONTRIBUTIONS
2 Files

DOWNLOADS
13

ALL TIME DOWNLOADS
346

RANK
128,413
of 166,784

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • MATLAB Flipbook Mini Hack Participant
  • 5-Star Galaxy Level 3
  • Solver
  • 3 Month Streak
  • First Answer
  • Personal Best Downloads Level 1
  • First Submission

View badges

Feeds

View by

Submitted


Progress bar (cli, gui, parfor)
Handy progress bar that can be used in GUI or text interface with parfor compatibility.

1 year ago | 10 downloads |

5.0 / 5
Thumbnail

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2 years ago

Answered
problem loading a .mat file stored in a package
I had the same problem. I don't know if this is the correct way, but I used load +mypackage/filename.mat like this.

2 years ago | 0

Answered
필요한 mathworks 서비스와 통신할 수 없습니다
비슷한 내용이 있어서 가져와봅니다. https://kr.mathworks.com/matlabcentral/answers/1819035-why-do-i-receive-error-5003-or-5010-unable-to-commun...

2 years ago | 1

| accepted

Answered
Simulink optimization 사용시, optimization 중인 Parameter A,B 간의 상호관계를 줄 수 있는지 여부
시뮬링크는 아니지만 도움이 될까해서 올려봅니다. 아마 시뮬링크에서도 비슷한 방식으로 시도해보시면 될듯 합니다. 매트랩에서 fmincon 으로 최적화를 할 때 inequality constrain 를 줄 수 있습니다. 최적...

2 years ago | 1

| accepted

Answered
tf 함수 인식 문제
Control System Toolbox 가 없어서 발생하는 오류입니다. 툴박스를 설치하면 잘 실행이 될겁니다. 매트랩 Home 텝에서 Add-Ons 버튼 누르셔서 설치 진행하세요 :)

2 years ago | 3

| accepted

Answered
매트랩에 STP파일이나 3D CAD파일 넣는법
stp 파일은 아니지만, 비슷한 코드가 있어서 혹시 참고가 될까 해서 올립니다. 따로 파일을 불러오는 함수가 있는지는 잘 모르겠습니다. 문자열로 된 stl 파일을 메모장에서 구조 확인하고, 매트랩에서 점좌표 불러와서 figur...

2 years ago | 0

Submitted


Nyan cat on MATLAB
Run this script. You can stop Nyan by closing the figure. Enjoy nyan cat to your heart's content.

2 years ago | 3 downloads |

0.0 / 5
Thumbnail