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