Réponse apportée
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...

environ un an il y a | 1

Réponse apportée
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...

environ un an il y a | 0

| A accepté

Réponse apportée
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...

environ un an il y a | 0

Réponse apportée
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...

environ un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
What is the right formula for the RBF 'KernelScale' of fitcsvm?
Hi, The RBF kernel function is defined as : The "Ker...

plus d'un an il y a | 1

| A accepté

Réponse apportée
Combining kernels for Gaussian Process Regression
Hi, You can combine multiple predefined kernels for GPR using simple addition or multiplication. Gaussian kernels are inherentl...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 1

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

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

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 1

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

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

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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 ...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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 ...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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. ...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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 ...

plus d'un an il y a | 0

Réponse apportée
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 ...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
Mixture distribution, classification
Hi, I understand you want to generate a Gaussian mixture distribution consisting of 3 overlapping single Gaussian distributions...

plus d'un an il y a | 0

Charger plus