Community Profile

photo

Angelo Yeo

Last seen: 1일 전 2022년부터 활동

Spoken Languages:
Korean

통계

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Review
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
애드온탐색기오류
설치 이슈와 관련하여서는 설치지원팀에 문의하시는 것을 추천드립니다. 아래의 가이드를 따라 설치지원팀에 문의하여 주십시오. ----------------------------------------------- 1. 웹으로 ...

8일 전 | 0

답변 있음
How to call MATLAB from C/C++ in Windows 10 with IDE, for example, Visual Studio?
For those who are interested in running a demo, you can get a Visual Studio project file here.

15일 전 | 0

답변 있음
"지원하지 않는 16비트 응용 프로그램" 오류 메시지
안녕하세요. 아래의 공식 답변 문서를 우선 확인하여 주십시오. https://www.mathworks.com/matlabcentral/answers/222777-why-do-i-get-the-error-unsupported-...

29일 전 | 0

| 수락됨

답변 있음
라이선스 관리자가 이 MathWorks 제품에 대한 다운로드 액세스를 제한했습니다.
안녕하세요. 우선 아래의 공식 답변을 확인하여 주십시오. - Why do I receive a "Restricted Download Access" message when using Add-Ons manager?https://kr...

대략 1개월 전 | 0

답변 있음
라이선스 갱신 어떻게 하나요
우선 아래의 공식 답변을 참고하여 주십시오. 라이선스가 만료될 예정입니다. https://www.mathworks.com/matlabcentral/answers/486951-?s_tid=answers_rc1-3_p3_ML...

대략 2개월 전 | 0

답변 있음
How to solve "Invalid input argument type or size such as observation, reward, isdone or loggedSignals."
시뮬링크 모델이 첨부되어 있지 않기 때문에 문제 재현은 불가능합니다만, 에러 메시지를 보았을 때 아래의 사항에 대해 고려해볼 수 있을 것으로 생각됩니다. "useDevice" 옵션을 "gpu"에서 "cpu"로 변경 시 문제가 해...

대략 2개월 전 | 0

답변 있음
MATLAB Coder 변환 결과의 오픈소스 라이센스 관련 문의
안녕하세요. 이 커뮤니티나 다른 공개 커뮤니티의 법적 질문에 대한 답변에 의존하지 않는 것이 좋습니다. MATLAB Answers는 기술적인 질의 응답을 하는 커뮤니티입니다. 답변을 제공하는 사람(MathWorks 직원이든 ...

대략 2개월 전 | 0

답변 있음
Architecture Model의 Code Generation 방식 문의
응답 완료 처리 마킹을 위해 본 답변을 채택해주시면 됩니다. 감사합니다.

대략 2개월 전 | 0

| 수락됨

답변 있음
RLS 모듈 입력 배열 늘리는 법을 가르쳐 주세요
안녕하세요. Regressor의 입력 형태가 행렬인 것으로 미루어보아 frame당 샘플 수는 2개, 파라미터 수는 4개인 경우에 해당하는 분석으로 이해됩니다. 현재 사용하시려는 방법은 Frame-based processing...

대략 2개월 전 | 0

답변 있음
R2023a 버전에서 섹션 이동 방법?
안녕하세요. 현재 R2023a 버전에서 Scroll Up/Down 명령어와 Previous/Next Section 단축키에 충돌이 있는 것으로 보입니다. Preference > Keyboard > Shortcuts 에 ...

2개월 전 | 0

| 수락됨

답변 있음
학생용 라이센스 신청
안녕하세요. 아니오. 국방대학교는 Campus Wide License 계약이 이루져있지 않은 학교입니다.

2개월 전 | 0

답변 있음
polyspace report generation with specific review scope
Note that the option is explained in "Tips" section in "polyspace-report-generator" from R2022a documentation. You can see the d...

3개월 전 | 0

답변 있음
Red, Green, Blue Full image pattern file's RGB value distortion when patterns was saved to jpg file form.
imwrite(img,filename,'mode','lossless')

4개월 전 | 0

| 수락됨

답변 있음
Move a contour plot down to a specific z value?
As of R2022b, consider the following example script: x = -2:0.25:2; y = x; [X,Y] = meshgrid(x); F1 = X.*exp(-X.^2-Y.^2); fi...

5개월 전 | 0

답변 있음
How to initialize static variable in C caller blocks during simulation
The "C Caller" block creates temporal C and header files, compiles these and creates .dll files under the slprj folder. These .d...

6개월 전 | 0

답변 있음
Accessing data inside a cell array using a loop
Woud this be working for you? % Z = input('input the test number\n '); Z=[1,2,5]; N = 10; data = cell(48,1); for i = 1:48 ...

8개월 전 | 0

답변 있음
Apply condition to specific column and extract data from that row
A = [1 2 3 2 6 6 1 8 5 3 2 7 8 4 3 6 8 1]; idx_row = (A(:,1) < 5) ...

8개월 전 | 0

답변 있음
How to make variable names using for loop
for k=1:50 v(k)=0; end

8개월 전 | 0

답변 있음
what is the mistake in this code because the output results doesn't appear?
In line 180, you are not supposed to use function "zeros" like below. zeros(j, 1:n) According to the error message, the second...

8개월 전 | 0

답변 있음
Why does the same function generate different results when coder.extrinsic is ON or OFF?
This is because math kernel libraries for code-gen fmincon and MATLAB engine's are different. This is explained in the doc "fmin...

10개월 전 | 0