Community Profile

photo

Thomas Gunther


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How do I resample data from 1 sample per second to 50 samples per second?
I am collecting data from an Avionics device which provides 1 sample per second sampling rate. I have the ability to get the .c...

6 years ago | 1 answer | 0

1

answer

Answered
How do I copy a .csv file from any specified folder to the working directory where matlab is run from?
Okay, thanks. I will give it a go and see if that works.

6 years ago | 0

Question


How do I copy a .csv file from any specified folder to the working directory where matlab is run from?
I have been looking in your previous collections of Answers but have not found what I need for my situation. I will be creating...

6 years ago | 2 answers | 0

2

answers

Answered
How do I run a separate .exe file within a .m script?
Thank you Paolo. I tried your solution and it works perfectly. I was not aware of the 'system' function to run an external bat...

6 years ago | 0

| accepted

Question


How do I run a separate .exe file within a .m script?
I have an executable program to pull bin data from different directories and convert the data into .csv files. How do I write t...

6 years ago | 1 answer | 0

1

answer

Question


How do I resize multiple arrays that are read in from large csv files of different sizes?
I am constantly reviewing data measurements from three devices and each time I extract data, they are usually different in size....

6 years ago | 0 answers | 0

0

answers

Question


Adding to or Subtract From a Specifc Array Element Based on Size or Magnitude Condition
I am comparing the deltas between two compass readings and both compasses are measured from 0 degrees up to 359.99 degrees. Whe...

6 years ago | 0 answers | 0

0

answers

Answered
Is there any way of extracting raw data from scanned plots of charts with X and Y scales defined on graph paper?
I have attached a simple graph showing Tue Airspeed vs. Pressure Altitude and I want to be able to extract data from one of the ...

6 years ago | 0

Question


How Do I Remove Scientific Notation From X/Y Axes on Plotted Data
I have large data files collected over a long time period where time sampling is in seconds. So measured data magnitude plotted...

6 years ago | 2 answers | 1

2

answers

Question


Is there any way of extracting raw data from scanned plots of charts with X and Y scales defined on graph paper?
I want to use scanned image of a chart with plotted data. If I define the X/Y scaling and limits, is there a way to extract plo...

6 years ago | 4 answers | 0

4

answers

Question


How I can insert rows of zeros at beginning of a smaller matrix (X) until value of X(1,1) is less than or equal to first value encountered in column 1 of a longer matrix Y by n rows? n varies based data for Y. Resizing array X to be same size as Y.
Can you please help with how I can insert rows of zeros at the beginning of a smaller matrix (X) until the value of X(1,1) is le...

6 years ago | 0 answers | 0

0

answers

Question


1 have 3 csv files of various sizes with timestamps (TS) in Column 1 of each csv. 2 csv files will always have same size matrix, but third csv TS is delayed which causes a smaller matrix. How do I pad third csv with 0's until TS3 = TS1 or TS2?
1 have 3 csv files of various sizes with timestamps (TS) in Column 1 of each csv. 2 csv files will always have same size matrix...

6 years ago | 1 answer | 0

1

answer