Respondida
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...

8 meses hace | 1

Respondida
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...

8 meses hace | 0

| aceptada

Respondida
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...

8 meses hace | 0

Respondida
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...

8 meses hace | 0

| aceptada

Respondida
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...

11 meses hace | 0

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

11 meses hace | 1

| aceptada

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

11 meses hace | 0

Respondida
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...

11 meses hace | 0

Respondida
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...

11 meses hace | 0

Respondida
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...

11 meses hace | 1

Respondida
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...

11 meses hace | 0

| aceptada

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

11 meses hace | 0

| aceptada

Respondida
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...

11 meses hace | 1

Respondida
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...

11 meses hace | 0

Respondida
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...

11 meses hace | 0

Respondida
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...

11 meses hace | 0

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

12 meses hace | 0

Respondida
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...

12 meses hace | 0

| aceptada

Respondida
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 ...

12 meses hace | 0

Respondida
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...

12 meses hace | 0

| aceptada

Respondida
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...

12 meses hace | 0

Respondida
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 ...

12 meses hace | 0

Respondida
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...

12 meses hace | 0

Respondida
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. ...

12 meses hace | 0

Respondida
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...

12 meses hace | 0

Respondida
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 ...

12 meses hace | 0

Respondida
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 ...

12 meses hace | 0

Respondida
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...

12 meses hace | 0

Respondida
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...

12 meses hace | 0

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

12 meses hace | 0

Cargar más