Answered
Why don't I see my toolbox listed in the APPS tab of MATLAB?
Please first make sure your toolbox is installed and properly licensed by running the command: >> ver -support If you see...

1 day ago | 1

| 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 ...

1 day 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...

1 day ago | 2

| accepted

Answered
How does the Parallel Computing Toolbox (PCT) add further pressure to memory requirements and how to mitigate memory swapping?
The reason for MATLAB swapping prematurely could be attributed to a combination of the high memory footprint required by the Par...

1 day ago | 0

| accepted

Answered
How do I install an update release for MATLAB Web App Server?
Note: This answer is regarding the product version of MATLAB Web App Server. To update the development version of Web App Server...

1 day ago | 0

| accepted

Answered
How do I update the development version of MATLAB Web App Server to a new update release?
To fully update the development version of MATLAB Web App Server, both the corresponding runtime and the management application ...

1 day ago | 0

| accepted

Answered
Python failing to import MATLAB Engine in a virtual environment
This error generally indicates that MATLAB Engine is not being found on the Python path and may occur even if you are not using ...

1 day ago | 0

| accepted

Answered
Why do I get the MATLAB Coder error 'Computed maximum size exceeds maximum allowed number of elements' when calling 'sum' on an array?
When you call: sum(~isnan(parameterA), [2 3]) or similarly: sum(parameterA, [2 3]) MATLAB uses type inference to determine the...

1 day ago | 0

| accepted

Answered
How can I migrate my color preference settings of MATLAB from one machine to another in MATLAB R2023a?
You can migrate your MATLAB color preference settings from one machine to another by following the steps below: 1. Manually cha...

1 day ago | 1

| accepted

Answered
How do I determine the required toolboxes and licenses for my Simulink model?
Given some existing Simulink files, there are several methods of fetching a list of toolboxes that the project is dependent on. ...

1 day ago | 0

| accepted

Answered
What are recommended best practices for file management of complex projects?
File management and organization become very important as projects grow and get more complex. There are some tips below that sho...

1 day ago | 0

| accepted

Answered
Why can the use of "ctrb" function not prove the controllability of a system that can be controlled with "hinfsyn"?
Yes, this is expected behavior. Based on finite-precision arithmetic, the "rank(ctrb(a,b))" method may provide inaccurate result...

1 day ago | 0

| accepted

Answered
Why is MATLAB Compiler not detecting the image dependency from "uiimage"?
This is an intended behavior of MATLAB Compiler; very few functions, such as "imread" will autodetect the image "question.gif" a...

1 day ago | 0

| accepted

Answered
Relationship between the Simulink Test Manager and the Test Sequence block
While there exists similar functionality between Test manager and Test Sequence, they have different purposes. To get started, t...

1 day ago | 0

| accepted

Answered
Can I view a Mechanics Explorer simulation in fullscreen?
The Mechanics Explorer does not currently support a full screen borderless mode for the simulation view. If the simulation does ...

1 day ago | 0

| accepted

Answered
How do you create an AUTOSAR model containing non-AUTOSAR entry points so that they do not appear in the generated ARXML files?
To model non-RTE entry point function in your CDD, you could use scoped Simulink Function which gives you the flexibil...

1 day ago | 0

| accepted

Answered
How can I install a real-time application on my Speedgoat target machine without MATLAB for R2020b onwards?
Below are the instructions for deploying and installing the shipped model 'slrt_ex_pendulum_100Hz' for R2020b onwards: 1. ...

1 day ago | 0

| accepted

Answered
How do I Perform Requirement Based SIL testing and Autogenerate tests for the missing coverage?
This answer demonstrates the workflow to perform Requirement-Based SIL testing and to add test cases for missing coverage  ...

1 day ago | 1

| accepted

Answered
Is it possible to keep an AppDesigner GUI always on top?
Starting in R2021a, you can use the 'WindowStyle' property to create UI figures that remain in the foreground. To keep a specifi...

1 day ago | 3

| accepted

Answered
Why am I not able to see the properties of the standalone executable even if I filled them in the Application Compiler app in MATLAB Compiler?
The application information such as 'Author Name', 'Email', 'Company', and 'Version' appears on the first page of the installer ...

1 day ago | 0

| accepted

Answered
How do I troubleshoot issues of applications not opening from the Toolstrip?
To help resolve the issue, please try the following troubleshooting steps. Please note that they should be applicable to any app...

1 day ago | 0

| accepted

Answered
"Timed-out waiting for application to start" error with Speedgoat & Simulink Real-Time (SLRT)
The error message "Timed-out waiting for application to start" is given when the host-target connection takes too long to start ...

1 day ago | 0

| accepted

Answered
How to run a model including Simscape blocks in a Simulink environment without a Simscape license?
Option 1: Protected Model If the goal is simulation only, the best way to share your model with colleagues that do not have a Si...

1 day ago | 0

| accepted

Answered
How to remove particular data to be exported to A2L with coder.asap2.export?
There is the way of setting "Export" flag to false for particular data. For example, the following sample-script shows the way t...

1 day ago | 0

| accepted

Answered
How can I increase the font size of the data displayed in the "Constant" and the "Display" blocks in MATLAB R2023b?
To adjust the font size of the "Display" block, first select the block, then navigate to the "FORMAT" section in the top toolbar...

1 day ago | 0

| accepted

Answered
リモートデスクトップ経由でも、ハードウェアopenGL機能は使用可能ですか?
弊社ドキュメンテーションページ「低水準グラフィックス問題の解決」 https://jp.mathworks.com/help/matlab/ref/rendererinfo.html#buwj00i-1 に記載があるように、一部のグラフィックスハードウェア...

1 day ago | 2

| accepted

Answered
Why is the PNG of my figure rotated 90 degrees?
When the 'PaperOrientation' property of the figure is set to 'landscape' instead of 'portrait', the subsequent call to "print" s...

1 day ago | 2

| accepted

Answered
Why does text appear blurry in MATLAB R2016b on Ubuntu 16.04?
This due to MATLAB not supporting high DPI monitors on Linux platforms. MATLAB's definition of a normal DPI monitor is 96 dpi (d...

1 day ago | 0

| accepted

Answered
Using python inside MATLAB: unexpected results when printing Python list inside MATLAB
The MATLAB automatically converts compatible Python data to MATLAB data. For Python types that do not have compatible MATLAB typ...

1 day ago | 0

| accepted

Answered
Incorrect results for button output of ginput returned when double clicking
This is the expected behavior. Based on the documentation, the 3rd return argument from this function can be a "vector of i...

1 day ago | 0

| accepted

Load more