MATLAB Questions & Expert Answers

Ask an expert. Trust the answer.
Academic and career questions answered by verified MATLAB professionals.

MATLAB expert answering student questions
Showing page 61 of 214 Ask a Question
Fitting a log-normal distribution
Lewis MacKenzie · May 17, 2022 · lognormal , fitting , AI, Data Science, and Statistics , Statistics and Machine Learning Toolbox ,

Hello,   I'm trying to plot a fit to a log-normal distribution. I have the statistics and machine learning toolbox, but I am confused as how to apply the log-normal fit function t…

how to create an arc path from 3 points(x, y, z) in plane?
hadisensafi · May 17, 2022 · geometry, robot path trajectory

I want to create an arc trajectory cross over n=3 points P(n)=(x, y, z), I decided to draw a circle over 3 points in plane. so I have center, radius, theta (angle in x, y plane) an…

How to calculate moving average in a matrix?
riyanath-seela · May 10, 2022 · moving average , matrix , AI, Data Science, and Statistics

Hi Guys, I have got a matrix :378x9. I need to calculate the moving average with a window size of 120(starting from row one). Can somebody help me please? By the way, i need to do …

As predicted delayed outputs settle in NarX
Greg Heath · May 10, 2022 · narx , tutorial , AI, Data Science, and Statistics , Deep Learning Toolbox

I applied my code to data simplenarx_dataset. To do this I performed the following steps: 1 - I have done autocorrelation and cross correlation peaks to see that gives us more info…

Finding inflection points of a noisy signal
Ghazal Hnr · May 10, 2022 · inflection , signal , AI, Data Science, and Statistics , Statistics and Machine Learning Toolbox

Hi, I'd like to find the inflection points of this noisy signal. Do you have any suggestions on how to do this?   fs = 100; %Hz dt = 1 / fs; t = 0:dt:2; x = sin(3 * pi * t) - (3 *…

How to properly extract data from text file?
Sharah · May 10, 2022 · MATLAB , Data Import and Analysis , Data Import and Export , AI, Data Science, and Statistics ,

I have a data in a text file that looks basically like this:     LineType: 1 PlayMode: Single GameType: OneBalloon LineType: SumR3 TranslationSpeed: 0 SensivityBalloon1: 0.09 Sen…

Birthday paradox
s3942336 · May 5, 2022 · Appdesigner GUI

hey this is my code for my birthday paradox, why wouldnt it run when i chnage the values, the graph deosnt work mat= zeros(1, 365); N = app.RealisationsEditField.Value; dmax = app.…

How to initialize the parameter mu to zero of a Gaussian Mixture model ?
A. P. B. · May 4, 2022 · gaussian mixture m... , AI, Data Science, and Statistics , Statistics and Machine Learning Toolbox

X = mat_cell;   [counts,binLocations] = imhist(X); stem(binLocations, counts, 'MarkerSize', 1 ); xlim([-1 1]); % inital kmeans step used to initialize EM K = 2; % number of mixtur…

Get a Free Consultation or a Sample Assignment Review!