Community Profile

photo

HyunGwang Cho


Last seen: 4 months ago Active since 2023

Followers: 0   Following: 0

Statistics

All
  • 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

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

5 months 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.

6 months ago | 0

Submitted


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

7 months ago | 8 downloads |

Thumbnail

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

8 months ago | 1

| accepted

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

9 months ago | 1

| accepted

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

11 months ago | 2

| accepted

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

11 months 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.

1 year ago | 3 downloads |

Thumbnail