Answered
simulink 2020b open "configuration parameters" is much slower!
Hi By default MATLAB tries 'opengl hardware' on the machine, and if some reason it detects some incompatibility with graphics d...

3 years ago | 0

Answered
Configure Simulink to ask for new model version when saving the model
This might be possible using model callbacks, but it would have to be added to every model manually, or to the default Simulink ...

3 years ago | 0

| accepted

Answered
Configure Simulink to ask for new model version when saving the model
Hi If you want to change the model version you can use "set_param" function before saving the model. for example if you want ...

3 years ago | 0

Answered
Individual license vs Site-wide license
Hi Refer to the below link which answers a similar question: https://www.mathworks.com/matlabcentral/answers/476216-differenc...

3 years ago | 0

Answered
Why can I not specify a bus to have infinite sample time (constant)?
Hi From the error message i am assuming that the block is expecting the sample time which is real and finite. For a block to a...

3 years ago | 0

Answered
App Design & Simulink
Hi Refer to the below link which explains "How to interact with simulink models from App Designer" https://in.mathworks.com/ma...

3 years ago | 0

Answered
Matlab is stuck in busy after simple line of code
Hi Refer to the below link which answers a similar question: https://www.mathworks.com/matlabcentral/answers/92566-why-does-m...

3 years ago | 0

Answered
How can i play audio from a bluetooth speaker and record the audio using my laptops microphone ?
Hi Refer to the below link which answers a similar question: https://www.mathworks.com/matlabcentral/answers/569854-issue-wit...

3 years ago | 0

Answered
Programmatically activate "Show Value Label of Selected Port"
Hi Port Value Display cannot be used programmatically as mentioned in the "Command Line Interface" section in the below documen...

3 years ago | 1

| accepted

Answered
Downloading problem of installing support package for USRP radio
Hi Refer to the "System requirements and installation options" mentioned in the below link it may resolve the issue: https://w...

3 years ago | 0

Answered
When building a simulink real time standalone application, why do I get rttboot.com and xpckrnl.rtb instead of xpcboot.com and slrtkrnl.rtb?
Hi Refer to the below link which answers a similar question: https://www.mathworks.com/matlabcentral/answers/561734-why-does-...

3 years ago | 0

Answered
how to solve arduino build error in simulink
Hi Run below command in your command window to resolve the issue. set_param(modelname,'GenerateSampleERTMain','off')

3 years ago | 0

Answered
Rapid Accelerator target building error for simulink model
Hi When there are spaces in the path of model file it throws the error in Rapid Accelerator Mode. As a workaround try to remov...

3 years ago | 0

| accepted

Answered
VideoReader Failed to init Ubuntu 20.04
Hi The reason is that old versions of MATLAB used to rely on gstreamer-0.10 to process video but from at least R2017a the depen...

3 years ago | 1

Answered
Simulink cannot be open
Hi The issue might be related to the OpenGL settings. you can try to use a software version of OpenGL to render graphics, if ...

3 years ago | 0

Answered
Script for reading UDP
Hi From the error message it seems that the port is already being used by another application ( or by an earlier run of your MA...

3 years ago | 0

Answered
Simulink Online window is too small
Hi I tried to reproduce the issue but Simulink Online window looks fine for me. As you mentioned some of the features are blo...

3 years ago | 0

Answered
Simulink & Arduino: Transmit Serial strings
you can refer to the below link which answers "How to implement serial communication between Simulink and Arduino" : https://ww...

3 years ago | 0

Answered
dot indexing is not supported error on second run using VideoReader
This is a known issue and the issue is resolved in the latest update of R2018b. updating your MATLAB version with the latest upd...

3 years ago | 0

Answered
Problem about EnergyPlus Co-simulation Toolbox, java.net.SocketTimeoutException: Accept timed out
You can refer to the below link which answers a similar question: https://www.mathworks.com/matlabcentral/answers/462733-why-do...

3 years ago | 0

Answered
I am making an app on app designer, I want the user to enter data in tabular form, where the no. of rows can be input by user and then he enters data in 2 columns
You can use the below call back for "Edit field" to get the number of rows based on user input function EditFieldValueChanged(...

3 years ago | 0

Answered
I have received an error 5 while downloading simulink R2019.
There are a few reasons why "Error 5" may occur: Product Incompatibility This error can occur when attempting to install MATLA...

3 years ago | 0

Answered
How to drive function call input port of a subsystem by an asynchronous function call initiator?
The reason that you are getting the above error is because the Asynchronous task specification block is NOT triggered by Asynchr...

3 years ago | 0

Answered
How can I hide a subsystem in External mode?
Hi Stanislav As of now, protected models is not supported for external mode. I have heard that this issue is known and the conc...

3 years ago | 0

Answered
Cannot find S-function module 'QueryInstrument'. S-Function modules must exist as either source files or pre-compiled object files on the MATLAB path.
Hi The issue stems from the "S-function modules" entry in the S-function dialog box. File names should be entered here without ...

3 years ago | 0

Answered
Issue with browser slowing down while using MATLAB answers
I tried simulating different scenarios on Windows/Chrome but I could not reproduce this issue.But I have brought this issue to t...

3 years ago | 0

Answered
What tools do I need to download for an encryption and decryption program?
You can refer to below link which answers a similar question https://www.mathworks.com/matlabcentral/answers/125618-simple-matl...

3 years ago | 0

Answered
Error while setting up simscape multibody link for inventor
you can try: Reinstalling Simscape multibody properly and check for the file cl_inventor2sm.dll in the path shown in the error ...

3 years ago | 0

Answered
Can I add an existing test harness to my model
Refer to the below link which answers a similar question : https://www.mathworks.com/matlabcentral/answers/380975-what-are-the-...

3 years ago | 0

Answered
How do I write files in NITF format?
Hi Raymond Right now we don't support 'nitfwrite' feature. I have brought this issue to the concerned people and it might be co...

3 years ago | 0

Load more