photo

Kilsu Kim

Last seen: 1 day ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Knowledgeable Level 2
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
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 days ago | 0

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

5 months ago | 0

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

7 months ago | 1

| accepted

Answered
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 months ago | 1

| accepted

Answered
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 months ago | 1

Answered
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 months ago | 0

Answered
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 months ago | 0

| accepted

Answered
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 months ago | 1

Answered
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 months ago | 1

| accepted

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

10 months ago | 1

| accepted

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

1 year ago | 2

| accepted

Answered
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 year ago | 0

| accepted

Answered
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 year ago | 0

Answered
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 year ago | 0

| accepted

Answered
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 year ago | 0

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

4 years ago | 0

Solved


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 years ago