Hello,
I am still relatively new to coding and creating macros/code in Excel VBA, so please excuse the lack of knowledge and/or coding language.
I have 750 rows of information with columns staying static. I need to send information in certain cells to another worksheet within the same...
I am trying to use Access VBA code to interpolate (linearly) and return values to a table. I am still very new to both Access and VBA coding, so please be kind and clear any responses--I appreciate it!
Going off of this formula: y2 = [(x2-x1)(y3-y1)/(x3-x1)] +y1
My x2 column is in a table...
I have three signals from an acoustic data set that I am trying to plot on a frequency vs. wavenumber basis. I am very new to MatLab and need guidance.
I have looked into this answer, but I need help relating it to my data...
I have three acoustic data sets z1, z2, z3 that are nx1 matrices. I would like to plot them in a spectrogram in Matlab. I am aware of the spectrogram function, but I am new to Matlab and unsure how three signals would work.
I want to create a code to have the user input a number, have the code search through a column of cells with these numbers, and report back the rows of data associated with the column if it matches the input number. Ideally these would be reported on a different spreadsheet. I am pretty clueless...