photo

Thomas Gunther


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
3 个回答

排名
27,186
of 299,905

声誉
1

贡献数
9 个提问
3 个回答

回答接受率
66.67%

收到投票数
2

排名
 of 20,832

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,501

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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.

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...

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 ...

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

1

个回答