Angelo Yeo - MATLAB Central
photo

Angelo Yeo

Active since 2022

Followers: 1   Following: 2

Message

I am a Education Customer Success Engineer at MathWorks Korea. I help customers from educational accounts (students, researchers, and professors) successfully use MathWorks solutions for their teaching/research. All comments and opinions expressed on "MATLAB Answers" are mine alone and do not necessarily reflect those of my employers, past or present. https://angeloyeo.github.io/

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

Statistics

All
MATLAB AnswersCodyFrom 08/22 to 05/25Use left and right arrows to move selectionFrom 08/22Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 Questions
529 Answers

Cody

0 Problems
1 Solution

RANK
128
of 298,512

REPUTATION
980

CONTRIBUTIONS
3 Questions
529 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
116

RANK
 of 20,606

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
109,324
of 161,536

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

  • 24 Month Streak
  • Thankful Level 5
  • Knowledgeable Level 5
  • Pro
  • MATLAB Flipbook Mini Hack Participant
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Review
  • First Answer

View badges

Feeds

View by

Answered
Please help me find an example
I sent you a reply email with the model in the webinar. Please check.

1 day ago | 0

| accepted

Answered
matlab command window에서 text 표시의 수치형식 및 수피 표시 변경 방법 문의
format 명령어를 사용할 수 있습니다. format short pi format long pi

2 days ago | 0

Answered
매트랩 질문합니다 적분을 이용하지 않고 더하기로만
가령 A = 3이고 주기는 T=2라고 해보겠습니다. 샘플 주파수는 100kHz로 정하겠습니다. A = 3; T = 2; fs = 100e3; dt = 1/fs; t = -T/2:dt:T/2; x = A * cos(2*p...

2 days ago | 0

Answered
simulink 화면 확대 축소 설정 오류 문의
R2024b 버전 기준입니다만, MATLAB의 Preference에서 Simulink Preference로 들어간 다음 "Scroll wheel controls zooming" 옵션을 꺼보시겠어요? 위 방법으로 R2024b ...

2 days ago | 1

| accepted

Answered
Please help me find an example
Data Center Cooling - MATLAB & Simulink

4 days ago | 0

Answered
정답 보기와 똑같이 썼는데 틀리다고 떠요
문제에서 "4-7번 라인의 코드"를 수정하라고 지시하고 있습니다. 즉, Task 1&2 섹션에서 if 문을 이용해 스크립트를 수정하면 정답 처리 될 것입니다.

8 days ago | 0

Answered
이 라이선스에 대한 사용자 재지정 횟수를 모두 사용함
안녕하세요. 라이센스와 관련된 문의는 고객지원팀에서 정확히 다루어 드릴 수 있습니다. 아래의 가이드를 따라 고객지원팀에 문의하여 주십시오. ----------------------------------------------- ...

9 days ago | 0

Answered
How to extract episode count when training reinforcement learning agents in Simulink?
In the Simulink reinforcement learning environment, there is no explicit block to obtain the currently running episode. However,...

21 days ago | 0

| accepted

Question


How to extract episode count when training reinforcement learning agents in Simulink?
I am currently conducting research on control using reinforcement learning with MATLAB and Simulink. When training with the RL ...

21 days ago | 1 answer | 0

1

answer

Answered
How can I import the value of the Matlab simulink to the default workspace?
To export values in different workspace to base workspace, you can use assignin. An example is below. function foo n = 123...

21 days ago | 0

Answered
Stateflow capture
sfprint 함수를 활용해 보십시오. 아래는 예시입니다. model = 'mymodel'; % Simulink 모델 이름 chartName = 'Chart'; load_system(model); % Stateflow ...

21 days ago | 0

Answered
maneuver tool로 선택한 한 개 교차로의 교차로 바깥의 유턴 입력방법?
로드러너 유턴 그리는 방법 문의 - MATLAB Answers - MATLAB Central 위 링크의 답변을 참고 바랍니다.

22 days ago | 0

Answered
Empty figure window when plotted from Python
MATLAB has a system requirement for Linux. If the requirements do not meet your system, it might work unexpectedly. See system-...

25 days ago | 0

Answered
How to display PyTorch Tensor's value without its properties?
You can consider using tolist method. Converting a tensor to list will only leave the values in a list format. clear all; forma...

25 days ago | 0

| accepted

Answered
로드러너 유턴 그리는 방법 문의
Maneuver Tool 문서의 에제에 보시면 유턴 기동을 만드는 방법이 설명되어 있으니 이를 참고하시기 바랍니다.

30 days ago | 0

Answered
Error in 'To virtual Bus' when adding a signal to a Bus used in the reference model
Such issues occur when the model is generated with an older version or library network and then invoked in a newer top-level mod...

1 month ago | 0

| accepted

Answered
triangulate 함수 내부에 있는 triangulatePoints 함수의 작동 원리가 궁금합니다.
소스 코드를 공개하지 않는 함수나 알고리즘들이 있습니다. 저라면 테스트를 위한 입력, 출력을 미리 마련하고 if isempty(coder.target) 기점으로 분기되는 두 알고리즘을 각각 비교해볼 것 같네요. 꼭 코더로 컴파일 ...

1 month ago | 0

| accepted

Answered
open gazebo world file using matlab gui
Can you open the Gazebo world file with cmd (or Linux's terminal)? Use system command to use the commands to run the cmd command...

1 month ago | 0

Answered
matlab simulink 대수루프 해결방법 문의
우선, Algebraic Loop의 발생 지점을 tracing 해보면 아래와 같이 세 개의 지점에서 algebraic loop이 발생하는 것을 알 수 있습니다. 이 구간에 아주 작은 time constant를 갖는 1차 t...

2 months ago | 0

| accepted

Answered
sine wave measure differ
For the first question, let me set the model's solver as fixed-step with sample time of 0.01. Your MATLAB Function runs every sa...

2 months ago | 0

| accepted

Answered
CORS Issues for MATLAB Compiler SDK Microservices on Google Cloud
The microservice supports the same set of command line arguments as MATLAB Production Server. You should be able to use the cors...

2 months ago | 0

| accepted

Question


CORS Issues for MATLAB Compiler SDK Microservices on Google Cloud
Run Microservice Created Using MATLAB Compiler SDK on Google Cloud Following the doc above, I successfully compiled a MATLAB fu...

2 months ago | 1 answer | 0

1

answer

Answered
압축 풀기 오류가 떠서 매트랩 설치가 안돼요
안녕하세요. 우선 아래의 문서를 확인해주십시오. 단순히 용량 부족의 문제가 아닐 수도 있습니다. Why do I get an extract error when installing MathWorks Products? - MAT...

2 months ago | 0

Answered
매트랩 2024a 설치 오류
아래의 문서에서 설명하는 이슈와 유사해보입니다만 확실하진 않습니다. Why does my MATLAB installation fail at "post-installation tasks" or hang indefinitely? -...

2 months ago | 0

Answered
I would like to get matlab 2022b version, update 8 setup file
You should get ISO files (or DMG) of the specific release & update. Please note: The ability to download a specific update of a ...

3 months ago | 1

Answered
도로와 도로를 어떻게 연결하나요?
Road Plan Tool을 이용해서 연결하고자 하는 도로의 양 끝을 각각 한 번 씩 우클릭하면 연결됩니다.

3 months ago | 0

Answered
RoadRunner -> sumo (.xodr) export 표출 확인시 차로표출 이상
육안으로만 봐서는 도로 연결이 정말 잘 되었는지 확인이 어려울 것 같습니다. 따라서 이 질문만 보고 문제 원인을 아는 것은 어려울 것 같습니다. 문제 원인을 파악하기 위해서 Tools > Geometry Issue Settings...

3 months ago | 1

Answered
지그재그 차선 구축 tool
Marking Curve Tool을 이용하면 곡선 형태의 Marking을 그릴 수 있습니다. Road Plan Tool을 이용해 도로를 그리신 다음 Marking Curve Tool을 선택하시고 Assets > Marking...

3 months ago | 0

Answered
EEGLAB "pop_eeg_spektrine_galia"
Although EEGLAB is not an "official" toolbox from MathWorks, I will be sharing my opinion based on my previous experiences on EE...

3 months ago | 0

Answered
Is there a way to automate Scene Builder using vector data?
아래 문서에도 나와 있는 것 처럼 Vector Data Tool는 시각적 참조로 사용하기 위해 벡터 파일 형식을 시각화하고 탐색하는 데 사용됩니다. 벡터 맵 데이터를 RoadRunner 내부 형식으로 자동 변환하는 것은 지원되지 ...

3 months ago | 0

Load more