Tong Zhao
Followers: 0 Following: 0
Feeds
질문
How to run on-demand asynchronous tasks in Simulink?
I wonder how one could implement an on-demand computation task in Simulink that will keep running in the background until finish...
2년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Simulink and Memory and Matlab Function Block
You can use a Memory block outside the MATLAB Function block to store your values, then send the output of the Memory block back...
Simulink and Memory and Matlab Function Block
You can use a Memory block outside the MATLAB Function block to store your values, then send the output of the Memory block back...
2년 초과 전 | 0
답변 있음
How to use parfor to create an array of SimulationInput objects?
My own answer to the problem: Actually there's no syntax error regarding SimulationInput here. The error was due to another rea...
How to use parfor to create an array of SimulationInput objects?
My own answer to the problem: Actually there's no syntax error regarding SimulationInput here. The error was due to another rea...
2년 초과 전 | 0
| 수락됨
질문
How to use parfor to create an array of SimulationInput objects?
I have a piece of code used to generate an array of SimulationInput objects, it works in a normal for loop, but when I switch to...
2년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Fast Restart can not be enabled as profiling is turned on
I solved my own problem. The problem was that somehow the Simulink profiler was on in the background, and to manually turn it of...
Fast Restart can not be enabled as profiling is turned on
I solved my own problem. The problem was that somehow the Simulink profiler was on in the background, and to manually turn it of...
2년 초과 전 | 1
| 수락됨
질문
Fast Restart can not be enabled as profiling is turned on
I have a simulink model that runs fine otherwise. But when I started to try the 'Fast Restart' feature, it gives the following w...
2년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
How to use system libcrypto.so.1.1 instead of MATLAB libcrypto.so.1.1 to avoid error: symbol EVP_KDF_ctrl version OPENSSL_1_1_1b not defined in file libcrypto.so.1.1
I found an answer to my own problem, thanks to my cluster admin, and @Walter Roberson. And the solution turned out to be not exa...
How to use system libcrypto.so.1.1 instead of MATLAB libcrypto.so.1.1 to avoid error: symbol EVP_KDF_ctrl version OPENSSL_1_1_1b not defined in file libcrypto.so.1.1
I found an answer to my own problem, thanks to my cluster admin, and @Walter Roberson. And the solution turned out to be not exa...
거의 3년 전 | 2
| 수락됨
질문
How to use system libcrypto.so.1.1 instead of MATLAB libcrypto.so.1.1 to avoid error: symbol EVP_KDF_ctrl version OPENSSL_1_1_1b not defined in file libcrypto.so.1.1
Since I work on a cluster and I'm not the admin, I simply cannot delete any files from the <MATLABROOT> folder. I wonder is the...
거의 3년 전 | 답변 수: 2 | 1
2
답변답변 있음
Rapid Accelerator tunable parameters mapping structure remains empty after build
I had a similar problem, and here's how I resolved it: In my Simulink model, the tunable parameters I provided did not contri...
Rapid Accelerator tunable parameters mapping structure remains empty after build
I had a similar problem, and here's how I resolved it: In my Simulink model, the tunable parameters I provided did not contri...
거의 3년 전 | 0
질문
Error 'The process cannot access the file because it is being used by another process' during a parfor loop
I am using parfor loop and system() function to run batches of simulations based on a codgenerated file from a simulink model, a...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
Permission denied for executing batch file on linux compute node
On a local unbuntu 20.04 os, I have followed the MATLAB example of building code-generated model file (as rsim.tlc system target...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
GPU Coder used, but got error: Error generated while running CUDA-enabled program: [700,cudaErrorIllegalAddress]
I'm using GPU coder to accelerate N-D interpolation function interpn(). Everything worked fine when my problem scale was small,...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Merging Organised Point Clouds together in MATLAB Function block in Simulink
Hi, In an autonomous vehicle point-cloud simulation, I have organised point cloud data from two different sources: one from othe...
3년 초과 전 | 답변 수: 0 | 0
0
답변질문
Customize Scene with Unreal Engine failed in R2020b
Back in MATLAB R2020a, I was able to follow the guide at https://www.mathworks.com/help/driving/ug/customize-scenes-using-simuli...
대략 4년 전 | 답변 수: 0 | 0
0
답변질문
Fatal error running reference example Double Lane Change Maneuver after adding a scope to the model
I'm using latest R2020a and trying to run the reference model "Double Lane Change Maneuver"( https://www.mathworks.com/help/vdyn...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
How to add transparency to animatedline?
I have some animation in plot that I want to add transparency to, since I'm plotting multiple data with different color, and som...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to animate different plots at the same time?
I am wondering if there's a way to animate two different figures (Figure 1 and figure 2 For example) at the same time. I know th...
7년 초과 전 | 답변 수: 1 | 1