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

ongeveer 18 uur 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...

ongeveer 18 uur 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. ...

ongeveer 18 uur 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  ...

ongeveer 18 uur 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...

ongeveer 18 uur 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 ...

ongeveer 18 uur 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...

ongeveer 18 uur 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 ...

ongeveer 18 uur 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...

ongeveer 18 uur 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...

ongeveer 18 uur 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...

ongeveer 18 uur ago | 0

| accepted

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

ongeveer 18 uur 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...

ongeveer 18 uur 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...

ongeveer 18 uur 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...

ongeveer 18 uur 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...

ongeveer 18 uur ago | 0

| accepted

Answered
Can "feedforwardnet" and "patternnet" accept images (2-D or 3-D) as inputs?
The input data for training classical neural networks is expected to be an R x Q dimensional matrix (or a cell array of R x Q ma...

ongeveer 18 uur ago | 0

| accepted

Answered
How can I adjust the Eye diagram so that it shows the jitter for different amplitude levels?
The example at the link below demonstrates all of the features of the eye diagram in MATLAB and Simulink: https://www.mathworks....

ongeveer 18 uur 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/e...

ongeveer 18 uur ago | 0

| accepted

Answered
Why are "webmap" and "web" functions not displaying content as expected in the Web Browser?
The issue is that the system is behind a firewall or is using a proxy. To resolve the issue, the proxy settings in the MAT...

ongeveer 18 uur ago | 0

| accepted

Answered
How can I avoid rebuilding my model each time I run a Simulink Test Real-Time test case?
I have 2 workarounds for you that should allow you to avoid re-building. 1) Change "System Under Test" If you just want to to d...

ongeveer 18 uur ago | 0

| accepted

Answered
How do I uninstall the MATLAB Engine API for Python?
There is no need for uninstalling the MATLAB Engine previously installed for a different MATLAB release. In fact, if you install...

ongeveer 18 uur ago | 0

| accepted

Answered
How do I have my figure print consistently despite resizing?
This can be done by setting the figure paper properties: >> f= figure; >> plot(1:10); >> f.PaperSize = [8.5 1...

ongeveer 18 uur ago | 0

| accepted

Answered
How to save variables from within an app created in App Designer to use the variable from other function or script?
There are three approaches that you can utilize for using data from an app created using App Designer in a different function or...

ongeveer 18 uur ago | 9

| accepted

Answered
Which languages are available for MATLAB?
MATLAB Desktop and MATLAB Online are available in English, Japanese, Korean, and Simplified Chinese. MATLAB is currently not ava...

ongeveer 18 uur ago | 0

| accepted

Answered
Why do I receive an error about "undefined symbol: PyUnicodeUCS4_DecodeUTF16" when importing MATLAB engine module in Python 2.7 on Linux?
The build of this Python distribution uses narrow Unicode while Python Engine is built to support wide Unicode:  "To enabl...

ongeveer 18 uur ago | 1

| accepted

Answered
Why does MATLAB crash in Linux (with NVIDIA drivers) when trying to plot or save/export figures (with "TextureObject" mentioned in the crash report)?
This crash appears to be due to a bug in the NVIDIA graphics driver for your Linux machine.  You may be able to resolve the...

ongeveer 18 uur ago | 0

| accepted

Answered
How to execute the callback of an editable text field in my GUIDE application from the Command Window?
Here is example code that outlines one approach to do this.  For illustration purposes, I am assuming that your GUIDE appli...

ongeveer 18 uur ago | 0

| accepted

Answered
Why is my variable undefined when using parsim?
The reason the you see the error is because the base workspace is not shared among the workers, To make sure that each worker ha...

ongeveer 18 uur ago | 1

| accepted

Answered
Why does MATLAB Crash when using NVIDIA Graphics Driver 384.130 on Ubuntu?
The issue is likely caused by graphics drivers. Please use these three workarounds. Restart MATLAB and execute your code after e...

ongeveer 18 uur ago | 0

| accepted

Load more