photo

Kilsu Kim

Last seen: 1日 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Knowledgeable Level 2
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
How to optimize matlab code about Radar Signal Process?
Hello, The methods suggested by TI are indeed some of the ways to improve the performance of your MATLAB code. Unfortunately, t...

8日 前 | 0

回答済み
Someting wrong with cdfx write function
해당 이슈는 R2023b Update 7에서 개선되었습니다.

5ヶ月 前 | 0

回答済み
How to change the langauage of simulink?
Hello, Korean language in Simulink has been supported since R2021a.

7ヶ月 前 | 1

| 採用済み

回答済み
EuroNCAP release of the MATLAB r2022b
Hello, You can find the versions of EuroNCAP used in R2022b. Please refer to this page. [1] European New Car Assessment Progra...

9ヶ月 前 | 1

| 採用済み

回答済み
Error: A segmentation fault occurred in "ps_databases_merger.exe".
Hello, We need more information to investigate this issue. Please contact Technical Support team via https://www.mathworks.com/...

9ヶ月 前 | 1

回答済み
How to use a deep learning model created in Python in Matlab
Hello, I hope the following documentation helps. - Pretrained Networks from External Platforms https://www.mathworks.com/help/...

10ヶ月 前 | 0

回答済み
Timestamp Error in Simulink From Workspace Block
Hello, If you just want to use matrix or array as a constant value in Simulink, you can simply use "Constant" block instead of ...

10ヶ月 前 | 0

| 採用済み

回答済み
Data signal processing method through real-time connection of lidar sensor in simulink (jetson, simulink)
From the question, I am little confused, whether you want to read Velodyne Lidar sensor data from Simulink and test your avoidan...

10ヶ月 前 | 1

回答済み
What does the option "ModelReferenceRTWTargetOnly" mean when "slbuild" is used?
Hello, Starting in R2019a, the 'ModelReferenceRTWTargetOnly' option for "slbuild" is no longer recommended due to clarity in ...

10ヶ月 前 | 1

| 採用済み

回答済み
Repeating Sequence Interpolated 여러 개 사용 시 delay 발생
안녕하세요, 현재 구성하신 시간 벡터 값에 따르면, 시뮬레이션 시간 2초가 되었을 때 블록은 값 1을 출력합니다. 그리고 곧바로 같은 시간에 값 0을 출력해야하는데, 같은 시간에 두 개의 값을 출력할 수는 없습니다. 따라서 ...

10ヶ月 前 | 1

| 採用済み

回答済み
오프라인 도움말
안녕하세요, R2023a 이후 릴리즈에서 오프라인에서 문서를 사용하시기 위해서는 별도로 문서를 설치하셔야합니다. 자세한 방법은 하기의 문서를 확인하여 주세요. - Install Documentation https://...

約1年 前 | 2

| 採用済み

回答済み
Polyspace As You Code in VS Code
Hi OSEUNG, This is a known issue for Visual Studio Code version 1.78. This issue will be fixed in a future release and update. ...

約1年 前 | 0

| 採用済み

回答済み
Plot Simulink scope in App designer
Hi Rahul, I hope this answer help https://www.mathworks.com/matlabcentral/answers/1937924-how-do-i-plot-simulink-simulation-da...

約1年 前 | 0

回答済み
Read data from a Simulink scope in App designer
Hi Max, I think this answer can help you. https://www.mathworks.com/matlabcentral/answers/1937924-how-do-i-plot-simulink-simul...

約1年 前 | 0

| 採用済み

回答済み
How to display values from MATLAB standalone windows deployment executable?
This is an old question, but I hope the following documentation will help you. See "Customize an Application/Additional Runtim...

約1年 前 | 0

回答済み
Randomization t-test 2-samples 코드 정확성 검증
정확한 알고리즘에 대해서 알 수는 없지만 10번째 코드 라인이 실행 될 때 행렬의 크기가 50*50으로 변합니다. 개인적으로 이는 아마도 예상된 결과가 아닐 것이라고 생각됩니다. signeddiff =randomsign. *...

4年以上 前 | 0

解決済み


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

約5年 前