已回答
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...

8 months 前 | 0

已回答
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...

8 months 前 | 0

已回答
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...

8 months 前 | 0

已回答
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...

8 months 前 | 0

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

8 months 前 | 1

| 已接受

已回答
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...

8 months 前 | 0

已回答
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...

8 months 前 | 0

已回答
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...

8 months 前 | 0

已回答
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...

8 months 前 | 0

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

8 months 前 | 0

已回答
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...

8 months 前 | 0

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

8 months 前 | 0

已回答
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...

8 months 前 | 0

已回答
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 ...

8 months 前 | 0

已回答
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...

8 months 前 | 0

已回答
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'...

8 months 前 | 0

已回答
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...

8 months 前 | 0

已回答
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...

8 months 前 | 0

| 已接受

已回答
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...

8 months 前 | 1

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

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

9 months 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

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

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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 ...

1 year 前 | 0

已回答
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 ...

1 year 前 | 0

加载更多