Hi, I have curve fitted an histogram using the gaussian function. Now I would like to know how to extract a series of cell diameters from the gaussian fit. Histogram with curve f…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
Hi, I have curve fitted an histogram using the gaussian function. Now I would like to know how to extract a series of cell diameters from the gaussian fit. Histogram with curve f…
Hi Everyone, can someone help me on how to use the K-mean clustering or perhaps share with me the suitable coding use to cluster wind speed data. I hava wind speed data in the fo…
I would like to share my MATLAB project with others that does not have any GPU card in your computers, but I want to use the GPU power in my computer. How can I write ONLY ONE M…
Consider a matrix A of size n. I would like to determine the square root of this matrix which can be done like this: n = 10; % variable size A = rand(n); % random square matrix …
Hi everyone, could someone explain me how the sdmag parameter is calculated from the following statement? Thanks in advance. [mag,phase,wout,sdmag,sdphase] = bode(sys,w); …
I have a system, it's Transfer function is : 1 ------------ s^3 + 1 and I want to design a Discrete PID Controller so discretized the plant at sampling time 0.05s : 0.000019z…
Hello all, I coded a nodal basis function for 1D element from [-1,1]. the code is below: close all; clc; clearvars; n=10; x = linspace(-1,1,n); for i=1:n a= x(i); for j=1:n b(j)…
Is there a better way of solving simultaneous differential equations then using dsolve as MATLAB crashes everytime I use it? So I have a set of simulataneous differential equtio…
I'm trying to look at the phase and gain margin of an openloop system. Due to presentation/publications, I had to designa function to plot my amplitude and phase response with good…
I have built a matlab-script to linearize a gate-turbine-generator modell around a specific operation point. To create a general model, I have tried to use symbolics (syms) in t…