Answered
Does MATLAB R2021b support CUDA toolkit version 11.1 for my Ampere GPU with compute capability 8.6?
MATLAB R2021b does support CUDA toolkit version 11.1 for Ampere GPUs with compute capability 8.6.   This discrepancy is confusin...

2 dagen ago | 0

| accepted

Answered
How can I find the version of gcc supported by "mexcuda"?
Please first refer to the link below for version of NVCC that is supported by MATLAB. Say for example, you are using MATLAB R202...

2 dagen ago | 0

| accepted

Answered
Why can't I tune my controllers in Simulink Control Design?
In order for Simulink to perform its tuning capabilities, it must be able to linearize the plant model. Simulink performs linear...

2 dagen ago | 0

| accepted

Answered
Cannot communicate over UDP between Raspberry PI and Simulink using Real-Time UDP Configuration block.
Real-Time blocks are intended to be used with real time hardware and/or real time systems. Instead of using the Real-time UDP C...

2 dagen ago | 0

| accepted

Answered
Why is the MuPAD app button no longer available in MATLAB R2016b?
Starting with MATLAB R2016a, the recommended approach for working with Symbolic Math Toolbox is to use the MATLAB Live Editor. T...

2 dagen ago | 0

| accepted

Answered
When I right click on a block using Xilinx System Generator and Simulink, why do I get errors in MATLAB?
This error is the result of using an incompatible combination of MATLAB and Xilinx System Generator versions. Please visit the ...

2 dagen ago | 0

| accepted

Answered
Is there an alternative method of adding annotations for BugFinder findings other than adding them to the source code or to the BugFinder report?
This is a suggested workflow in this case:1) Launch an analysis from Simulink.2) Get your results from Polyspace: add Status/Sev...

2 dagen ago | 1

| accepted

Answered
How to connect to 32-bit Microsoft Access Database from 64-bit MATLAB?
NOTE: These instructions work only if the version of Office is different from the version of the Microsoft Access database engin...

2 dagen ago | 2

| accepted

Answered
How do I access the prompt location property in masks programmatically?
You can access the prompt location property in masks programmatically by the following command: MO = get_param(gcb,'MaskObject'...

2 dagen ago | 0

| accepted

Answered
Logging the full results of a unit test in MATLAB unit test Framework
There are several known workarounds to modify the method "testExample" 1. You can use 'DisplayDiagnostic' objects as 'test diag...

2 dagen ago | 0

| accepted

Answered
Is MATLAB compatible with macOS Sonoma?
MATLAB is supported on macOS Sonoma starting with R2023b. Any other release is considered unqualified. For more details on comp...

2 dagen ago | 1

| accepted

Answered
Why does MATLAB become unresponsive when closing or docking windows on macOS?
Some macOS users have encountered an issue where MATLAB becomes unresponsive when closing or docking windows created by MATLAB. ...

2 dagen ago | 0

| accepted

Question


Why does MATLAB become unresponsive when closing or docking windows on macOS?
Sometimes when I’m using MATLAB on my Mac and I close or resize a window, MATLAB becomes unresponsive. How do I fix this issue?

2 dagen ago | 1 answer | 0

1

answer

Answered
How do I request Student Competition Software?
You can find a full list of sponsored Student Competitions on our website. Currently we sponsor competitions for the following ...

2 dagen ago | 0

| accepted

Answered
Converting from non-virtual to virtual bus with MATLAB Function block
MATLAB Function blocks only support non-virtual buses, as noted here:  https://www.mathworks.com/help/simulink/structures.html ...

2 dagen ago | 0

| accepted

Answered
How can I Integrate MATLAB & Simulink into my classroom?
Our Educators page contains extensive resources for teaching with MATLAB and Simulink: https://www.mathworks.com/academia/educat...

2 dagen ago | 0

| accepted

Answered
Can I use arithmetic & relational operations in variant conditions?
It is not recommended to use arithmetic operations in variant conditions. The Note in this documentation explains further. Plea...

2 dagen ago | 0

| accepted

Answered
How does the time step work when using Simulink external mode?
When you run a model in external mode, the code for the model is generated and deployed to the target. On the target, the output...

2 dagen ago | 0

| accepted

Answered
Are demos available for IEC 61508 compliance checks and code generation for safety-critical applications using Simulink® Verification and Validation and Real-Time Workshop® Embedded Coder?
MathWorks offers tool support and detailed information about compliance with IEC 61508. You can find information regarding MathW...

2 dagen ago | 0

| accepted

Answered
How can I include the "<RESOURCE-CONSUMPTION>" memory section in the ARXML file generated from Simulink?
Including the "&lt;RESOURCE-CONSUMPTION&gt;" section is a new feature developed for MATLAB R2023b. To workaround this issue for ...

2 dagen ago | 0

| accepted

Answered
How to configure MATLAB Web App Server to use Python?
By default, the application will use the Python environment setting inherited from the MATLAB session that compiled it.  For exa...

2 dagen ago | 0

| accepted

Answered
Is it safe to use the latest version of Polyspace Access ? Is Polyspace Access compatible with older releases ?
Polyspace Access users should always use the latest version of Polyspace Access. Bugs are fixed in every release and lots of imp...

2 dagen ago | 0

| accepted

Answered
Why is MATLAB 7.6 (R2008a) slow when I use the COLON operator for array indexing to extract a row from a matrix?
When processing 2-D or N-D arrays, access your data in columns and store it so that it is easily accessible by columns. Accessin...

2 dagen ago | 0

| accepted

Answered
行列の操作において、行方向優先と列方向優先のどちらが速いですか?
2次元またはそれ以上の行列の操作を行う場合、一般的には列方向で行列の要素にアクセスするほうが高速です。 これは、一般的なPCでは例えば行列データの参照など、メモリアクセスの際には高速化のためにキャッシュを使用していますが、MATLABでは行列データを列方向...

2 dagen ago | 1

| accepted

Answered
How do I obtain a demo of using Simulink and Real-Time Workshop® Embedded Coder for DO-178B applications?
General Simulink Coder and Embedded Coder examples can be found at: https://www.mathworks.com/help/rtw/examples.html You can f...

2 dagen ago | 0

| accepted

Answered
Is it possible to model backlash with the Gear Constraint block in SimMechanics 2.1 (R13)?
The ability to incorporate backlash within the Gear Constraint block is not available. However, there is a demo available: mech_...

2 dagen ago | 0

| accepted

Answered
Using Simulink Desktop Real-time, does the model inherently benefit from more cores on my system?
Unfortunately, Simulink Desktop Real-Time is currently limited to a single CPU core, which means running a model configured for ...

2 dagen ago | 0

| accepted

Answered
How can I perform system identification with time domain input and output signals that are not recorded simultaneously?
Time domain input and output measurements should be used for system identification if they are recorded simultaneously in real t...

2 dagen ago | 2

| accepted

Answered
How do I maximize total available memory and largest contiguous memory block?
Here are some resources to try if you see memory allocation errors, or you suspect that memory allocation is behind a problem. M...

2 dagen ago | 0

| accepted

Answered
How can I generate events in a component created with MATLAB Builder for Excel?
The ability to generate events in a component created with MATLAB Builder for Excel is not available. To work around this issue...

2 dagen ago | 0

| accepted

Load more