photo

Silvio Risse


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 5 Jahre vor | 0

Frage


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

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 1

1

Antwort