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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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...
거의 8년 전 | 답변 수: 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...
거의 8년 전 | 답변 수: 1 | 0
