Community Profile

photo

Melissa


Last seen: oltre 3 anni fa Attivo dal 2011

I enjoy learning mathematics but have a hard time in any programming skills. I have a BS in mathematics with a minor in Astronomy from EMU. I hope one day to work for NASA but that dream is quickly fading. Also I am w running/workout health nut and am currently training for the Marine Corps Marathon in October.
Professional Interests: interpolation. optimization

Statistiche

  • First Review
  • Thankful Level 4
  • First Answer

Visualizza badge

Content Feed

Visto da

Domanda


writing a conditional for loop
Good Morning, I am having a little trouble with my for loop and was hoping someone would be so kind to assist me. Given a set...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


exporting listbox to excel while adding spaces in between variable names
Good Morning All, I have created a GUI which uses a listbox of some parameter names. I am looking to export the parameters ch...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


plotting multiple variables in a listbox
Good Morning, I am trying to plot all variables selected in a listbox in a matlab gui. I seem to be overwriting the variables w...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


rms correction factor for fft
Good Afternoon All, I am looking to apply a correction factor to the fft for a hanning window. I have looked and have seen 2*...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


for loop for multiple functions and output
Good Morning All, Probably a silly question for most programmers but I am trying to create a loop that will run through two m...

quasi 10 anni fa | 2 risposte | 0

2

risposte

Domanda


Exaggeration Factor for FFT
Good Afternoon All and Happy New Years!! I was just wondering if anyone could assist me or provide me with a reference on wha...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


creaing a loop with symbols
Good Morning All, I am trying to make a loop using the sym function. Given the information for a spline interpolation (mmkp f...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


finding coefficients for interpolation function
Good Morning All, I have created a function called interpolation which gives the user an option to choose between linear, cub...

oltre 10 anni fa | 3 risposte | 0

3

risposte

Domanda


normalizing constant of a column and inverse matrix understanding
Good Morning All, I am attempting to find the Torque Roll Axis given the equations below. According to my understanding the T...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


plotting new axis given a DCM
Good Morning, If I am given a coordinate system centered at [0,0,0] and have obtained the cosines of the angles (DCM) how can...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


finding principal axis and moments of inertia tensor using eig function
Good Morning, I am trying to calculate the principal moment of inertia as well as the principal axis of inertia. If I am g...

oltre 10 anni fa | 1 risposta | 1

1

risposta

Domanda


directional cosine matrix for coordinate transformation
Good Afternoon All, I know this is highly engineering based but the photo shown below is a reference paper to calculate the T...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


indexing error for loop: "In an assignment A(I) = B, the number of elements in B and I must be the same."
Good Afternoon, I am having a bit of trouble with my for loop. I have two data sets of A and B with a different number of row...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Cross Product and Vector Multiplication
If i have the following 4 vectors: D=Ax(B*C) How would I solve for C? Try and make this a tab bit more clear. I have A ...

oltre 10 anni fa | 4 risposte | 0

4

risposte

Domanda


multiplication of multiple matrices
Good Afternoon, I know this is probably a silly question to ask but if I have matrices A, B, C and D. With the equation D...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


matching matrices sizes using if statements
Good Afternoon, I was wondering if someone could assist me on an if condition. I have two data sets A [nx3] and B[mx3]. I wou...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Activate toggle button from pushbutton matlab GUI
Good Afternoon All, I have made a two "tab" GUI which is actually activated by using the visibility settings in a toggle swit...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Transformation matrix using Rotation Matrix producing identity
Good Afternoon All, I am trying to find a transformation matrix from a local coordinate system to a global system using Euler...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


normalizing constant of a column
Good Morning All, Probably one of the most simplest questions I have ever asked but when normalizing the first column of a ma...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How does matlab normalize its eigenvectors?
Good Afternoon All, I am currently working with a mass-stiffness problem where I have two matrices M and K. Solving the eigen...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


for loop indexing problem
Good Afternoon All, I seem to be having trouble with my indexing for a for loop. I am getting the same values every time the ...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


matrix multiplication and transposing zeroing out problem
Good Afternoon All, I am trying to calculate the stiffness matrix of a powertrain mount. I am having issues when applying my tr...

quasi 11 anni fa | 2 risposte | 0

2

risposte

Domanda


matrix dimension error for interpolation in loop
Good Afternoon All, I seem to be having a bit of trouble with matrix dimensions agreeing (I know rookie mistake). I am using ...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


storing values in a loop
I have a function of the following and it only gives the last value. I want to see a vector of Nf and pf. I tried inserting i. F...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Matlab Compiler error (cpp files)
[EDIT: 20110716 09:13 CDT - reformat - WDR] Good Morning All, Very new to the Matlab programming or any programming for ...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Matlab Cart2pol plotting help
Good Afternoon All, I have been taking a perfect circle and applying displacement to the circle and then converting to polar ...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Passing two subfunction variables in GUI to another function
Good Afternoon All, I have been searching matlab documentation and forums for a way to properly pass data from a subfunction...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


Multiple fig files into one GUI with Tabs.
Good Afternoon All, I have created three different .fig files in matlab Guide and want to combine them into a single GUI with...

oltre 11 anni fa | 4 risposte | 1

4

risposte

Domanda


declaring variables for codegen
Good Morning All, I was wondering if anyone had an easy to follow of indepth explanation of how to properly declare the varia...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


switch case
Good Morning All, I have been trying to understand the function reference for matlab switch case and cannot figure out what i...

circa 12 anni fa | 1 risposta | 0

1

risposta

Carica altro