Respondida
Curve Fitting Toolbox Fourier Coefficient 9+?
@Isaias Trevino, The Fourier decomposition of a signal is orthogonal. That means that the best fit coefficients at the differen...

más de 3 años hace | 0

Respondida
How can I plot a 2d teardrop shape? I need a figure like the attached image but couldn't figure it out.
@Elif Sensoy, an equation for a plot like yours is where , and n is the number of teardrops, and is a phase angle that allow...

más de 3 años hace | 0

Respondida
Fixing a choppy plot
@Joshua Leiter, The plot order on the line to plot the green marker was wrong. Fixed. Fill in the marker with MarkerFaceColor...

más de 3 años hace | 0

Respondida
How to find uncertainties in Intercept and Slope of a fitted line
@Dinithi Siriwardana Pathiranage, The uncertainties in the fitted parameters are available in the model structure which is cre...

más de 3 años hace | 0

| aceptada

Respondida
Make a semi sphere and identify the co-ordinates as the shown picture
@Anonyms, YOu make a 21x21 array, i.e. 441 elements. I only see 20 points shown on the diagram, so three vectors of length 20 ...

más de 3 años hace | 0

Respondida
How to plot 3D using a table
@Mad Gano, Please sypply your data as a mat file or text file instead of an image. Thank you. I do not understand your goal. ...

más de 3 años hace | 0

| aceptada

Respondida
How to get centre frequency of a pulse
@David Harra, Please share th Matlab code you used to generate the simulated signal, and share the formulas you have seen. Yo...

más de 3 años hace | 0

| aceptada

Respondida
Rigid body motion for overdetermined translational data
@Rolfe, In a movement analysis lab, one sometimes puts four or more markers on a body segment and tracks the markers with motio...

más de 3 años hace | 0

Respondida
3D plotting of known data
@Bill Murray, Generate sample data: ten sinusoidal voltage records, with random variation in amplitude and frequency: t=0:.5:2...

más de 3 años hace | 0

| aceptada

Respondida
how to create rotate function ?
@riki singh, Matlab rotate() command rotates a 3D graphics object by a specified angle about a specified axis.

más de 3 años hace | 0

Respondida
How can I overlay vector arrows to an image of a 2D matrix?
@Shai Katz, the quiver command automatically scales the lengths of the arrows so that they do not overlap. Therefore you do not...

más de 3 años hace | 0

Respondida
How do I calculate the volume between two 3D-surfaces?
@Birgit, See attached script. It approximates the volume between the surfaces. I notice that the x-coordinates of the points ...

más de 3 años hace | 0

| aceptada

Respondida
How to use use an anonymous function to fit data based on the fittype and fit functions.
@payam samadi, I think the manual page examples for this are pretty good. a=1; b=2; c=-1; d=-2; e=3; xdata=-3:.03:3; %ydata=...

más de 3 años hace | 0

| aceptada

Respondida
How do I plotting a 3 column matrix
@Carl Marnewick, Yes it is possible. Search the Matlab file exchange for "ternary plot". You will get multiple hits, such as ...

más de 3 años hace | 1

| aceptada

Respondida
Plot last point of column
@Ruben Garcia Paba, Your script has an error at line plot(Time, ( x ((i-1)*tl+1:(i-1)*tl+tl,1)), '', 'LineWidth',1.0) becaus...

más de 3 años hace | 0

Respondida
Isosurface plots appear 2d when used with subplot
@Irem Altan, I find that if I click twice on the 3D rotate icon above each plot, I am able to rotate thenm. Here is a screensho...

más de 3 años hace | 0

Respondida
The Normal Equation and QR My Solutions
@Doga Ersuz, It looks like your professor has provided a partial script in which you must fill in the right hand side on lines 6...

más de 3 años hace | 0

Respondida
What is the difference between backward slash vs forward slash in MATLAB?
@Jamie Al, X=A\B computes X=inv(A)*B. Y=A/B computes Y=A*inv(B) A=rand(2,2); B=rand(2,2); X1=A\B X2=inv(A)*B Y1=A/B Y2=A...

más de 3 años hace | 2

Respondida
how can integrate black body spectrum in frequency with lowest limit has energy as 13.6 eV in matlab
@Mahima Mohan, You have to specify the temperature of the object and the limits of integration. Your quesiton makes it sound l...

más de 3 años hace | 0

| aceptada

Respondida
Superimposing/Overlaying Points on a Graph
@N. Alfred, to make the plots "appear as though there was just one", we should identify identiy the R-waves, use those to chop t...

más de 3 años hace | 0

| aceptada

Respondida
How to shift array circularly using optimisation algorithm?
@Dynamic, Here is a script that demonstrates how you can find the best shift of a 3D array. In this script, I generate a 3D ar...

más de 3 años hace | 0

Respondida
I'm experiencing multiple errors with my MATLAB
@Dylan Longoria, I cannot tell what you want help with. Please post a concise version of the error you are getting, and what ...

más de 3 años hace | 0

Respondida
Using gyroscopic measurement to rotate image
@Joao Paulo, [edit: correcting my typos] Please describe what you are trying to accomplish with imrotate. You say you have co...

más de 3 años hace | 0

Respondida
Plotting large data set within for loop
@Erin, I admit there are some things I don;t understand about your code. One thing I notice is that you have for ijk=numCol...

más de 3 años hace | 0

Respondida
(PCA) How do I find out if principal components (number of significant coefficients) change over time?
@lil brain, If your hypothesis is true, then the percent of variance explained by the first M principal components (where you c...

más de 3 años hace | 0

Respondida
How can I plot a three-species Lotka-Volterra model?
@Hagen Gersie, The answer from @Sam Chak is excellent . It has the virtues of conciseness and clarity. You may be wondering wh...

más de 3 años hace | 2

| aceptada

Respondida
How to identify each polyshape independently.
@LUIS MARIA ROSETY BERNAL, Please share the matrix of vertex coordinates and the connectivity matrix that accompany the figure...

más de 3 años hace | 0

Respondida
How I can plot this equation ((1-e^-a)^m)
@Aya Emam The plot you provided has on the horizontal axis. Therefore define x, for use as the horizontal coordinate for plot...

casi 4 años hace | 0

| aceptada

Respondida
low pass filter coding that received white noise as a input
@Muhammad Asad, You have specified a low pass filter with a cutoff frequency of radians per unit time. Since you did not spec...

casi 4 años hace | 1

Respondida
My signal after filtering gets attenuated
@Mariam Atef, please include a short .wav file so we can run your code. Please post the most simple possible version of your co...

casi 4 años hace | 0

Cargar más