photo

Kilsu Kim

Last seen: 3 days 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Knowledgeable Level 2
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
How can I utilize Simulink MPC Toolbox for (MCU) STM32F407 Discovery Board?
Hello, I think you can start with the following support package and demo. Embedded Coder Support Package for STMicroelectroni...

10 days 前 | 0

已回答
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...

3 months 前 | 0

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

7 months 前 | 0

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

9 months 前 | 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...

12 months 前 | 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/...

12 months 前 | 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/...

12 months 前 | 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 ...

12 months 前 | 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...

1 year 前 | 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 ...

1 year 前 | 1

| 已接受

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

1 year 前 | 1

| 已接受

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

1 year 前 | 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 year 前 | 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 year 前 | 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 year 前 | 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 year 前 | 0

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

5 years 前 | 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 years 前