Answered
How to deal with signal logging within a library block
Hello, From my understanding, you want to override the Signal Logging settings during simulation for a model. The following li...

3 years ago | 0

Answered
How can i create a table that will contains the pixel values that i get from impixel()?
Hello, The impixel() accepts the image as an argument and returns the values of the pixels selected interactively on the image....

3 years ago | 0

Answered
Grouped bar plots with label on each bar
Hello, The following answers from the community might of be relevance to your problem. https://www.mathworks.com/matlabcentral...

3 years ago | 1

Answered
Nested list in Matlab Livescript
The possibility of creating a nested list is currently not supported in the Live script. I have brought this issue to the notice...

3 years ago | 4

Answered
Thingspeak clear channel/field
From my understanding, you are trying to clear the data from a ThingSpeak channel. You can use one of the REST API calls 'DELET...

3 years ago | 0

| accepted

Answered
Is it possible to run MATLAB on Linux Mint?
From my understanding, you are trying to install MATLAB on a Linux Mint 18 system. According to the MathWorks documentation, 'L...

3 years ago | 0

Answered
MATLAB does not detect my Arduino
Hello, From my understanding, you are receiving an "Cannot detect arduino hardware" error when trying to connect an arduino in ...

3 years ago | 1

Answered
How to extract the same row, column 2 value by inputting the column 1 value
From my understanding, you want to print the corresponding Tm1 value of a specific x1 value from the SS matrix. Here is a sampl...

3 years ago | 0

Answered
Issues using Table function and changing the fonts in my editor window :2020a
From my understanding, you have changed the font size in the Preferences but it is not getting reflected in the live script. Cu...

3 years ago | 0

Answered
DICOM Image Color Values
From my understanding, you want to convert your image to an image having its values in the range [0,1] or [0,255]. The mat2gray...

3 years ago | 0

Answered
corrcoef 함수 적용이 안돼요
The following answers in the community might be of relevance to you. https://www.mathworks.com/matlabcentral/answers/276082-why...

3 years ago | 0

Answered
Unknown/Unsupported Constrained Instance
This page on Troubleshooting CAD Export Issues might help you with the issue. You can replace each unsupported constraint with ...

3 years ago | 0

| accepted

Answered
How do i use roipoly function in app designer?
From my understanding, you are using axes() to modify the current axes and bring the parent figure into focus which could be bec...

3 years ago | 0

Answered
Simscape Multibody visual properties: How to define/inherit custom color scheme?
Hello, From my understanding, you want to manipulate visual properties of bodies which contributes to the effectiveness of mult...

3 years ago | 0

Answered
is brush available for stackeplot objects?
Brush is used to interactively mark data values in a chart. Most charts support data brushing including line, bar, area, histog...

4 years ago | 0

Answered
MATLAB WEB APP SERVER CONFIGURATION ERROR
This error may been seen if the Web App Server Windows service is in fact installed but its corresponding configuration files on...

4 years ago | 1

Answered
How can write a script to plot my data with two y-axes
yyaxis is used to create a chart with two y-axes. You can refer to this example for plotting data using yyaxis.

4 years ago | 0

Answered
How can I add a progress dialog box inside of a GUI axis?
According to the documentation, uiprogressdlg() accepts figure created from uifigure() as an argument. But according to your co...

4 years ago | 0

Answered
Help with Simulink Integrator Block
The error maybe due to a model instability. One way to remove the error is to open the dialog box of the 'Integrator' block, s...

4 years ago | 0

Answered
Error using xlswrite , (line 224) Error, Il server ha sollevato un'eccezione.
You can try disabling the Add-in in Excel which is mentioned here. If the issue persists try the following workarounds: Save y...

4 years ago | 0

Answered
Authenticate Linux Matlab using FLEXlm hosted on Windows.
Hello, You can refer these links that might help you to get started https://www.mathworks.com/support/tech-notes/1300/1303.h...

4 years ago | 0

Answered
Database JDBC and Timezone
MySQL Driver 8.x has a backward incompatibility which requires the server to be configured with a time-zone which can be recogni...

4 years ago | 0

Answered
How to implement dll file to use this functions in matlab or simulink
Hello, Yes, a DLL can be loaded in Simulink and its functions can be used. There are several ways to do this. For a list of wa...

4 years ago | 0

Answered
Facing the error "PID tuner could not find an initial stabilizing controller for this plant"
Hello, The workarounds for the issue are: You can use a PI controller instead of PID controller Check the 'Use filtered deriv...

4 years ago | 1

Answered
how do I turn my control logic into plc ladder logic
Hello, Simulink PLC Coder provides a tool for generating code to use on Programmable Logic Controllers (PLCs). PLC Coder can ge...

4 years ago | 0

Answered
How to export test manager results to a dataset programmatically when using Simulink Real Time?
Hello, From my understanding, you want to export test manager results to a dataset in an automated way when using Speedgoat Sim...

4 years ago | 0

Answered
Correlation coefficient on qq plot
From my understanding, you want to customize the plot such that data other than the legend related to plot should be added to th...

4 years ago | 0

Answered
issue with datastreamws (HTTPs)
Hello, Currently, datastreamws does use HTTP in the endpoint. To work around the issue and use the HTTPS protocol through our i...

4 years ago | 0

Answered
How can I insert a new line on Simulink Report Generator Title/Subtitle?
From my understanding you are looking for a way to distribute information on the title page in Simulink Report Generator. The f...

4 years ago | 0

| accepted

Answered
Error occurred while executing External Mode MEX-file 'ext_comm': ExtTargetPktPending() call failed while checking for target pkt
Hello, This error message indicates that Simulink was unable to communicate with the target board. One of the main reasons this...

4 years ago | 0

Load more