Answered
Matlab figures of same size still appear different in a LaTex document
Hi, The error could be arising in either MATLAB or Latex. You would have to check the vertical alignment in minipage or any env...

4 months ago | 1

Answered
Could you fix this code? I am trying to generate the Gaussian noise that is changing over time. X(t)=5+10*cos(2*pi*t+pi/6)+G(sigma,t)
Hi Byungho, The error you are getting is because you are trying to assign a vector 5+10*cos(2*pi*time+pi/6)+15*randn(1) to a si...

4 months ago | 0

| accepted

Answered
Error while setting up phaser cn0566 in matlab
Hi, The error message you're encountering suggests that there's an issue with the setup or initialization process for the ADAR1...

4 months ago | 0

Answered
C2000: Viewing variables in Simulink and Embedded Coder
Hi Richard, Viewing ADC results in real-time as your code generated from Simulink is running on a Texas Instruments F28379D pro...

4 months ago | 0

| accepted

Answered
Gaussian fitting, peak value, and FWHM measurement method.
Hi, Here are the answers to the questions you asked above: To set the x-axis range to be from -300 to 300 for all histograms,y...

7 months ago | 0

Answered
What is the right formula for the RBF 'KernelScale' of fitcsvm?
Hi, The RBF kernel function is defined as : The "Ker...

7 months ago | 1

| accepted

Answered
Combining kernels for Gaussian Process Regression
Hi, You can combine multiple predefined kernels for GPR using simple addition or multiplication. Gaussian kernels are inherentl...

7 months ago | 0

Answered
audio waves energetic attenuation diagram
Hi, To create a log Power vs. time plot as shown in the picture provided, you could sum the power across all frequencies at eac...

7 months ago | 0

Answered
Why is MATLAB2023b slow to start?
Hi, There could be several reasons why MATLAB 2023b might boot up slower than MATLAB 2018b on your computer. Here are some poss...

7 months ago | 0

Answered
False size for row vector
Hi Sveva, The MATLAB command window has a default width that determines how many columns of a vector it will display on one lin...

7 months ago | 1

Answered
Change 'yolov4ObjectDetector' from read-only settings.
Hi Rodrigo, In MATLAB, the "Network" property of the "yolov4ObjectDetector" is read-only, which means you cannot directly modif...

7 months ago | 0

| accepted

Answered
Object Detection with Blank labels
Hi Doron, Some object detection frameworks might not handle empty labels or annotations smoothly. Here are some alternatives to...

7 months ago | 0

| accepted

Answered
How can I improve the accuracy of the prediction method?
Hi Atefeh, Machine learning models usually require iteratively tuning and reinitialising parameters, along with preprocessing t...

7 months ago | 1

Answered
Interferogram phase unwrapping by Takeda's method
Hi Araf, You can use Takeda's method for phase extraction from a single fringe pattern in interferometry if you know the carrie...

8 months ago | 0

Answered
Create an exact Copy of a UIAxes in a different Tab in a Matlab App
Hi Janno, In MATLAB, UI components like “UIAxes” are tied to their parent container (such as a figure or a tab). So, when copy...

8 months ago | 0

Answered
How to get relationship between input variables and output through ANN
Hi Sunita, You can analyse the relationship between the inputs and output in an Artificial Neural Network by varying inputs an...

8 months ago | 0

Answered
Cannot find library called 'tllib'
Hi Shiwani, The error message "Cannot find library called 'tllib'" suggests that Simulink is unable to locate the “TargetLink”...

8 months ago | 0

Answered
How to visualize joint speed of a 6DOF robot
Hi Denizhan, You can visualize the joint speed, acceleration, and other dynamics of a 6DOF robot using the Robotics System too...

8 months ago | 0

| accepted

Answered
I have 2 datasets each containing 1000 observations. I want to calculate quantiles of each dataset separately and then plot a qqplot between them. How to do? steps required
Hi Payel, You can use the “quantile” function in MATLAB to calculate the quantiles for each dataset, specifying the number of ...

8 months ago | 0

Answered
Language used in the env
Hi Jacob, You can use the following command to get the language preference set in MATLAB: locale = get(0, 'Language') Since S...

8 months ago | 0

| accepted

Answered
Can you Install MATLAB 2021b on Windows Server 22 OS?
Hi George, It is recommended to utilize the well-established and thoroughly tested versions of the software. MATLAB versions ar...

8 months ago | 0

Answered
Hair Shadow Removal.
Hi, I understand you are trying to use HDR bracketing for removing shadows from hair in medical imaging, and want to alternate ...

8 months ago | 0

Answered
Approximate RBF kernel's infinite feature space
Hi Khalil, I understand you want to know if there is a way to approximately map RBF kernel from its default infinite dimension...

8 months ago | 0

Answered
Install Simscape Multibody Link Plugin without install MATLAB
Hi Arda, I understand you want to know if it is possible to install Simscape Multibody link plugin without installing MATLAB. ...

8 months ago | 0

Answered
How does the satellite scenario account for drag, if no drag coeffincient is passed?
Hi Steffen, I understand you are simulating orbits from Keplerian element for a CubeSat and want to know how the SGP4 algorith...

8 months ago | 0

Answered
How can you model a temperature gradient in a constant moist air volume?
Hi, I understand you want to simulate the temperature gradient in a room with a heat source and airflow. For the situation you ...

8 months ago | 0

Answered
plot spline in matlab
Hi, I understand you want to plot a spline for some data you have. You can do this using the “fnval” function to evaluate the ...

8 months ago | 0

Answered
Map vector to vector with neural network or other black box model
Hi Raymond, I understand you have two vectors "x" and "y" of sizes 3 and 4 with a non-linear relationship between them. It is c...

8 months ago | 0

Answered
How can I resolve the issue of connecting my Rigol DL3031A to Simulink via TCP/IP when I've already successfully connected it to MATLAB?
Hi Max, I understand you are trying to setup a communication session with the Rigol DL3031A via TCP/IP Simulink block but are f...

8 months ago | 0

Answered
Mixture distribution, classification
Hi, I understand you want to generate a Gaussian mixture distribution consisting of 3 overlapping single Gaussian distributions...

8 months ago | 0

Load more