Answered
I'm trying to open a serial port, but Matlab says it's not available. What can i do?
It looks like you already have the port open. You may want to fclose or delete it before trying to fopen it. <https://www.ma...

7 years ago | 0

Answered
Matlab is not saving the whole figure in epsc2 format
It is possible that print switches to OpenGL renderer for your figure, which causes this issue. You may want to specify the rend...

7 years ago | 0

Answered
loading library is causing error
It looks like you are using a C++ library with header file that does not use a supported format. Consider modifying your header ...

7 years ago | 0

Answered
Tunable parameters do not appear in generated S function
Although I don't know your exact use case, I am guessing that you are using some struct, enum or Simulink.Parameter type paramet...

7 years ago | 0

Answered
Input and Output to and from workspace from running gui
Although your use case requires more explanations, there are 2 functions you could try: 1) guidata <https://www.mathworks...

7 years ago | 0

Answered
Why do I get "java quit unexpectedly" while installing R2016b on a Mac running macOS Sierra?
If your macOS is installed on a VM, the following link may be relevant to the issue and could help you resolve it. <https://c...

7 years ago | 0

Answered
bwlabel doesn't work as expected and what would be ideal method to segment disconnected regions like this example
You can use the <https://www.mathworks.com/help/images/image-segmentation-using-the-image-segmenter-app.html Image Segmenter App...

7 years ago | 0

Answered
How to set the display range for this medical DICOM images
You could use <https://www.mathworks.com/help/images/ref/imcontrast.html imcontrast> to perform this adjustment.

7 years ago | 0

Answered
Array function for ranges
You should be able to do it using a combination of <https://www.mathworks.com/help/matlab/ref/not.html _not_> and <https://www.m...

7 years ago | 0

| accepted

Answered
SelectionHighlight of line always appears on 'top'?
(1) <https://www.mathworks.com/help/matlab/ref/uistack.html uistack> is designed for changing the "visual stacking order of UI o...

7 years ago | 0

Answered
How can I set the string of a pushbutton using another pushbutton created with uicontrol ?
When you specify the callback function, you use the syntax '@command_fc', which means that the function can only have the defaul...

7 years ago | 0

Answered
Error: Simulink does not support the execution of function-call cycles
As the error suggests, function call cycles are not supported in Simulink. So you will have to modify your design to avoid creat...

7 years ago | 1

Answered
Unable to create mobiledev object in Matlab 2016a, HELP!!
You may want to try reinstalling the support package. http://www.mathworks.com/matlabcentral/answers/318635-how-do-i-perform-...

7 years ago | 0

Answered
how do I push data from outlook to sql database?
Based on your description, the following links may be relevant. https://www.mathworks.com/matlabcentral/answers/95936-how-do-...

7 years ago | 0

| accepted

Answered
I am trying to display a status in a GUI using Edit Textbox
Looking at the error message, it seems that issue is related to incorrect usage of the 'matlab.ui.control.UIControl/set' method....

7 years ago | 1

Answered
Matlab curves in figures become blur ever since I update NVIDA Graphics driver
It looks like Graphics Smoothing or some other feature has been disabled after your driver update, which might be due to some in...

7 years ago | 0

Answered
Simulink Mask Support for SVG images - doesn't work fully
Hi Aditya, I was able to reproduce the issues you mentioned with both 'image' and 'imread' functions using SVG image files. I...

7 years ago | 0

| accepted

Answered
File access problem in flac format
You can use <http://www.mathworks.com/help/matlab/ref/dir.html dir> command to get the list of all filenames, and then use <http...

7 years ago | 0

Answered
how to add new option to context menu of biograph viewer
The right-click context menu options for the Biograph Nodes is generated based on the <http://www.mathworks.com/help/bioinfo/ref...

7 years ago | 0

Answered
RTP buildRapidAcceleratorTarget with S-functions
Make sure all your mask parameters are tunable and registered as run-time parameters in your S-function. You may find the <htt...

7 years ago | 0

Answered
Why is there a discrepancy between and screen and .eps versions of images generated with the painters renderer? (Mac OS10.11.6, Matlab 2013b)
Hello Rick, It is possible that MATLAB switches to OpenGL or ZBuffer renderer while saving your figure as an EPS file. This h...

7 years ago | 1

Answered
'system' command issues: R2016a on Kubuntu 16.04
Hello Peter, MATLAB R2016a is qualified on Ubuntu 14.04 through 15.10, so you may encounter some unpredictable behavior on Ku...

7 years ago | 0

Answered
what is my problem in using datevec?
Hello Ryoung, Based on your description, it seems that your date values are in the format |'yyyymmdd'| (ex. 19730101), but yo...

7 years ago | 0

Answered
desktop not loading when starting matlab
Hello Thomas, Based on your description, it appears to be most likely a Java related issue. You can find the specific error i...

7 years ago | 0

Answered
Problem when install RTL-SDR Hardware Support Package
Hello Abdullah, It appears that your ‘Supported packages’ section in the right side panel is disabled. This means that there ...

7 years ago | 0

Answered
Application Compiler won't start - Java error?
Hello Anna, From your description, it appears that you are using Java 1.8 with MATLAB R2016a. Currently, MATLAB (both R2016a ...

7 years ago | 1

| accepted

Answered
how can i clear the variables except the ones i need inside a loop
Hello Domenico, You can use the <http://www.mathworks.com/help/matlab/ref/clearvars.html |clearvars|> command, with the |-exc...

7 years ago | 7