Feeds
提问
Timedata 'dd-mmm-yyyy HH:MM:SS' transform into seconds
Hello, I got a excel data in xlsx or csv, which looks like in the picture. The time vector should be transformed into second...
6 years 前 | 1 个回答 | 0
1
个回答提问
Simulink can not work with islocalmax
Hello, i have vibrationsdata in my workspace which getting in a matlab function in simulink. This function includes the functio...
6 years 前 | 1 个回答 | 0
1
个回答已回答
Transform from excel HH:MM:SS data to Matlab
datenum( '14:35:59.812', 'HH:MM:SS' ) .* (24*60*60) - datenum( '00:00:00', 'HH:MM:SS' ) .* (24*60*60) Is a good choice for my...
Transform from excel HH:MM:SS data to Matlab
datenum( '14:35:59.812', 'HH:MM:SS' ) .* (24*60*60) - datenum( '00:00:00', 'HH:MM:SS' ) .* (24*60*60) Is a good choice for my...
6 years 前 | 0
提问
Transform from excel HH:MM:SS data to Matlab
Hello, i want to transform a timestamp excel data which looks like HH:MM:SS to Matlab. After it, the data should be convert i...
6 years 前 | 2 个回答 | 0
2
个回答提问
islocalmax dont find the first maximum
Hello, if i use islocalmax for a signal like A=[12;12;4;65;43;34;6;7;7;3;768;324;564;23] Matlab throws ans = 14×1 logica...
6 years 前 | 1 个回答 | 1