Taylor Azizeh
Followers: 0 Following: 0
Feeds
提问
Small data won't plot correctly
I have acceleration data that I cannot get to plot in Matlab. Here is the basics of what the data looks like (Z does deviated fr...
1 year 前 | 0 个回答 | 0
0
个回答提问
Remove non-finite values while decimating
I was able to decimate 8 other identical (or so I thought) files, but this one hit an error. Code and error below: %% Set path ...
1 year 前 | 2 个回答 | 0
2
个回答已回答
Table won't export as .csv into correct folder
I got this to work by using this weird work-around code. % Now, export the data. cd 'C:\folderoutput'; save_directory = 'C:\f...
Table won't export as .csv into correct folder
I got this to work by using this weird work-around code. % Now, export the data. cd 'C:\folderoutput'; save_directory = 'C:\f...
1 year 前 | 0
| 已接受
提问
Table won't export as .csv into correct folder
I am trying to export a big table (62413451x16) as a .csv file into a specific folder. This seems like it should be simple but i...
1 year 前 | 2 个回答 | 0
2
个回答提问
Decimated table exporting same size as original
I am trying to decimate a data file that was recorded at 100Hz and the original size of the file is ~6.16GB. I decimated the dat...
1 year 前 | 0 个回答 | 0
0
个回答提问
Decimation function needs a double precision vector
I am trying to decimate some data that was recorded at 100Hz down to 50Hz. So far, I extracted the three columns to decimate and...
1 year 前 | 1 个回答 | 0