Answered
How to create text editor in matlab?
Hello Prashanth, I understand you want to create a dedicated GUI application for text editor. Creating a simple text editor in...

1 month ago | 0

Answered
Can't activate/change the Matlab editor fonts
Hello Jack, I understand that you want to change the font for matlab live editor. Please follow the below instrucitons. Speci...

1 month ago | 0

Answered
delay and sum beamforming
Hello Dhananjay, The error you're encountering is due to a mismatch in the lengths of the vectors used in the line function wit...

1 month ago | 0

Answered
How to defined Binary variables with equality and inequality Constraints while using Genetic Algorithm?
Hello John, The Genetic Algorithm (GA) in MATLAB doesn't directly support equality constraints when using integer or binary var...

1 month ago | 0

Answered
lsqlin and its constraints
Hello Masoud, In MATLAB, the lsqlin function is designed to solve linear least squares problems with constraints, including upp...

1 month ago | 1

| accepted

Answered
Violation of upper and lower bound in patternsearch
Hello Andrea, For reproducing the exact issue. Please share the codepiece. However, if you're encountering this issue, here ar...

1 month ago | 0

Answered
How can i sanction changes in linear optimization?
Hello Niklas, To limit cars to using one charger at a time, introduce binary variables to indicate charger usage. Here's a stre...

1 month ago | 0

Answered
obtaining Geotiff file from JPG file
Hello Andrei, The error you're encountering indicates that the worldfileread function is unable to find the associated world fi...

2 months ago | 0

Answered
How can I load a portion of a .tif file using readgeoraster?
Hello Alessio, When dealing with large GeoTIFF files, readgeoraster in MATLAB is a suitable function because it allows you to w...

2 months ago | 0

| accepted

Answered
RF over optical fiber
Hello Gautam, Conducting a feasibility study on using optical fibers for RF transmission in fighter aircraft involves both simu...

2 months ago | 0

Answered
how can i calculate the fibers orientation angle from fluorescence image?
Hello Abdullah, To calculate fiber orientation angles from fluorescence images, you can use image processing techniques to dete...

2 months ago | 0

Answered
how i can download optical fiber toolbox?
Hello kalpesh, you can follow this refrence: https://mathworks.com/matlabcentral/fileexchange/27819-optical-fibre-toolbox ...

2 months ago | 0

Answered
Read .txt file and make comparison
Hello Akmal, The error you're encountering is due to a few syntax issues and misunderstandings about MATLAB's syntax and functi...

2 months ago | 0

Answered
GUI Startup Problem "guide"
Hello Alo, It looks like there is some issue with your guidefunc.m file. Here are few things you can try to fix this. If the ...

2 months ago | 0

Answered
Length of X in in ARX/ARMAX/ARIMAX
Hello Victor, When you're working with an ARX (AutoRegressive with eXogenous inputs) model, the requirement for the exogenous i...

2 months ago | 0

Answered
How to read the fieldname from a field in ThinkSpeak when using ThinkSpeak library for Arduino
Hello Aarnout, To read field names from a field in ThingSpeak using the ThingSpeak library for Arduino, you need to ensure you'...

2 months ago | 0

Answered
What is the simplest way to transfer my MATLAB settings from linux to windows (specifically: modified keyboard shortcut settings and the path to my library stored in Dropbox)
Hi Steven, I understand that you want to use your windows setting on your linux system and you want the exact same setting wi...

2 months ago | 0

Answered
How do I import my MATLAB path preferences when I install MATLAB on new computers?
Hello Matt, You can refer this for transferring the MATLAB shortcuts to another computer: https://mathworks.com/matlabcentral...

2 months ago | 0

| accepted

Answered
Why are graphic positions not observable properties?
Hi Dan, I understand you are facing the issue with the lag using uigridlayout. Here are a few suggestions to help mitigate the...

2 months ago | 1

Answered
How to create a simple single color visualization in simulink ?
Hi Michael, The slow update you're experiencing might be due to the overhead of repeatedly creating graphics objects. Here is...

3 months ago | 0

Answered
how to combine waveform together???
Hello billy, There are a few different methods you may use in Simulink if you wish to combine several signals into a single com...

3 months ago | 0

Answered
fetch the datatype of input signal in simulink without using Mscript
Hi Vivek, I understand that you want to implement different logic based on the different data type of the signal. But In Simu...

3 months ago | 0

Answered
simulink diagram 선색 정상화 방법
Hi, I understand that the lines connecting the blocks in your Simulink model are appearing red, even though there are no errors...

3 months ago | 0

Answered
Unable to resolve the name cv.getOptimalNewCameraMatrix.
Hello Md, It looks like you’re encountering an issue with the cv.getOptimalNewCameraMatrix function in MATLAB. This error typic...

7 months ago | 0

Answered
how to select threshold on haar wavelet
Hi Sholai, MATLAB provides functions like wthresh for thresholding wavelet coefficients. You can use these functions to apply...

7 months ago | 0

Answered
Decode image using huffmandeco()
Hi Nidhi, You can follow below approach: Create the Huffman Dictionary: Ensure you have the same Huffman dictionary (dict) tha...

7 months ago | 0

Answered
Problem with derivative du/dt in Simulink
Hello Alexis, This error can occur when the solver is unable to solve the equations within the step-size provided. Increasing t...

7 months ago | 0

Answered
Can I dock/combine Simulink library browser window?
Hi Michael, To address your question, yes, you need to have MATLAB open while using Simulink. This means you'll have three wind...

7 months ago | 0

Answered
Simulink Library Browser Icons
Hi Daren, I understand that you might be encountering different icons in the library window. I believe this issue has now been ...

7 months ago | 0

Answered
Data insert into Microsoft SQL Server
Hi Vanessa, The issue you're encountering with padded blank spaces in nvarchar columns is typically related to how the data is ...

7 months ago | 0

Load more