답변 있음
Simulink engine interface is not enabled.
This is probably due to a licensing problem. Please see the following answer: https://www.mathworks.com/matlabcentral/answers/1...

대략 2년 전 | 0

답변 있음
Simulink Engine Interface is not enabled
I suspect that this might be a licensing problem. For example, it could be that a network license key is unavailable. See also: ...

대략 2년 전 | 0

| 수락됨

답변 있음
Index exceeds array bounds when trying to configure USRP Support Package
We assume that you are receiving this error message while trying to set up the USRP Radio using the Hardware Setup GUI. The erro...

대략 2년 전 | 0

답변 있음
How to run a code only up to a certain line?
Starting in R2021b, with our improved editor, there is also a new "Run to here" feature to run the code until to a certain line ...

대략 2년 전 | 0

답변 있음
Simulink Real-Time API for Microsoft .NET Framework @ 2020b
See also the following MATLAB Answers post: https://www.mathworks.com/matlabcentral/answers/1459179-can-i-use-xpcapi-dll-or-xpc...

대략 2년 전 | 0

답변 있음
SoC Builder: 'loading existing binaries' workflow fails with error: "Selected folder does not contain project information files"
Even if you would like to use the pregenerated bitstream, you need to follow all the steps in the example. This means that you h...

대략 2년 전 | 0

답변 있음
EtherCAT master in Simulink Desktop Real-Time
The short answer is no. Simulink Real-Time (SLRT) and Simulink Desktop Real-Time (SLDRT) are fundamentally different products an...

대략 2년 전 | 0

답변 있음
why this error "Unable to check out the Simulink Coder license which is required to generate code"?
See the following answer to troubleshoot license and installation issues with our Coder products: https://www.mathworks.com/mat...

대략 2년 전 | 0

답변 있음
Setup : FPGA in LOOP
The Xilinx tool edition that you need to install will most likely depend on the FPGA that you would like to use. See also: http...

대략 2년 전 | 0

답변 있음
What is the roadmap to updating MATLAB to use HDF5 1.10 or later?
We support HDF5 1.10.7 starting from release 2021b. See the release notes: https://www.mathworks.com/help/releases/R2021b/matla...

대략 2년 전 | 0

| 수락됨

답변 있음
Does the 2020a version allow using the deploy function for deep learning models on macOS?
According to this documentation page, we don't support deployment of deep learning applications from Mac to Raspi as of R2021b: ...

대략 2년 전 | 0

답변 있음
How to deploy a matlab function to raspberry pi 3b+
According to this documentation page, we don't currently support deployment of deep learning networks from Mac to Raspi: https:...

대략 2년 전 | 0

답변 있음
In 2018b MATLAB version, Can SIMULINK files (.slx) be converted into Standalone applications(.exe)?
Please see the following answer. The recommended workflow is to upgrade MATLAB to R2020a or later and use Simulink Compiler: ht...

대략 2년 전 | 0

답변 있음
Using Raspberry Pi as Hardware for Vehicle Network Toolbox
Starting from R2021b, you can use the MATLAB Support Package for Raspberry Pi Hardware to read and write CAN messages from the C...

대략 2년 전 | 0

답변 있음
Standalone executable of Simulink Desktop Real Time model
No, it is currently not possible to run a Simulink Desktop Real-Time simulation as standalone executable. Depending on the hard...

대략 2년 전 | 0

답변 있음
About the difference between Normal Mode and External Mode of Simulink Desktop Real-Time.
Please see the following post: https://www.mathworks.com/matlabcentral/answers/536647-what-are-the-differences-between-normal-a...

대략 2년 전 | 0

답변 있음
Memory section default configuration
You see this warning because starting from R2018a, the correct way to define default memory sections is using the Code Mappings ...

2년 초과 전 | 0

답변 있음
What is the difference between MATLAB Web App Server (R2020a new toolbox) and MATLAB Web App Server (in matlab compiler)?
You can also see the following doc page for more details regarding the differences: https://www.mathworks.com/help/compiler/web...

2년 초과 전 | 0

답변 있음
Worst Case execution time analysis for Simulink Blocks
Worst Case Execution Time is not yet a feature provided by MathWorks products. However, our development team is aware of this us...

2년 초과 전 | 0

답변 있음
using forecast in combination with nlarx gives an error
The error message is caused by the variable "forecast=6" in your code that shadows the "forecast" function. Please rename the va...

2년 초과 전 | 0

| 수락됨

답변 있음
Can I disable update notifications
Unfortunately, there is currently no way to turn off these Update Notifications, but we might consider adding such an option in ...

2년 초과 전 | 0

답변 있음
Matlab standalone application running on Raspberry Pi or Xilinx Zynq-7020
You will need Embedded Coder to create C/C++ from your MATLAB code or Simulink model, so that you can build "real" standalone ex...

2년 초과 전 | 0

답변 있음
HDL Workflow Advisor Warning: Family artix7 not characterized. Using default value,...
If you look at the Warning more closely, it says: "Using default value, SynthesisToolChipFamily=virtex7 and SynthesisToolSpeedV...

2년 초과 전 | 0

| 수락됨

답변 있음
How can I change the default installed folder of openExample() function?
See the following MATLAB Answers Post to see different options of changing the folder used by "openExample": https://www.mathwo...

2년 초과 전 | 0

답변 있음
Reversing y axis direction causes xticks to invert and overlap with labels
This is a bug in R2018b that was fixed in R2019a. See the following Bug Report: https://www.mathworks.com/support/bugreports/18...

2년 초과 전 | 0

답변 있음
Why won't Embedded Coder show up in the list of Apps?
If you are using R2019b or newer, and you cannot find the Simulink Coder or Embedded Coder apps in the Simulink Toolstrip, see t...

2년 초과 전 | 1

답변 있음
a solution for this error
You need to run the setup for the TI C2000 support package to resolve this. Please see the following MATLAB Answers post for mor...

거의 3년 전 | 0

답변 있음
how to read a pdf file and convert to image file ?
There is a way to import a PDF as image in MATLAB by making use of the Apache PDFBox library that we ship. Please see the follow...

거의 3년 전 | 2

답변 있음
How can I read an image file that is stored in PDF format (much like reading a jpeg file with I = imread('image.jpg')?
There is a way to import a PDF as image in MATLAB by making use of the Apache PDFBox library that we ship. Please see the follo...

거의 3년 전 | 2

답변 있음
Error due to variable size data in Matlab function block
You can also see this MATLAB Answers post for an overview and instructions with screenshots: https://www.mathworks.com/matlabce...

대략 3년 전 | 0

더 보기