Feeds
提问
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...
7 years 前 | 1 个回答 | 0
1
个回答已回答
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.
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.
7 years 前 | 0
提问
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...
7 years 前 | 2 个回答 | 0
2
个回答已回答
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...
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...
7 years 前 | 0
| 已接受
提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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....
7 years 前 | 0 个回答 | 0
0
个回答提问
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...
7 years 前 | 0 个回答 | 0
0
个回答已回答
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 ...
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 ...
7 years 前 | 0
提问
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...
7 years 前 | 2 个回答 | 2
2
个回答提问
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...
7 years 前 | 4 个回答 | 0
4
个回答提问
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...
7 years 前 | 0 个回答 | 0
0
个回答提问
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...
7 years 前 | 1 个回答 | 0