S.Wijn
Followers: 0 Following: 0
Statistica
4 Domande
0 Risposte
RANK
250.202
of 295.569
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 154.105
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
I want to play a avi file in matlab environment, supported by a graph underneath it, which also changes according to specific time in the movie. Any suggestions?
<</matlabcentral/answers/uploaded_files/36754/Video-Graph%20visual%20repres..png>>
circa 9 anni fa | 1 risposta | 0
1
rispostaDomanda
I'm extracting frames of selected events from an avi file (5 GB). The way I did it is saving all frames as images, creating avi after that. Worked with few events, more events now. Can I store frames in workspace (as array), then create avi?
numArrays = numel(FrameNumbersEvents); %assign variable to different green water events A = cell(numArrays,1); for n = ...
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
How can I run an .avi file which is far too big (5 GB)? I need to run the video alongside some data so observations can be made. I thougt breaking the video it up in pieces and let them run in sequence could work, but haven't found a way to do that..
??? Error using ==> VideoWaveSpectrumCharacteristics at 18 Not enough memory available for 40 frames.
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
I want to assign a complete array of unknown length of values each to a separate variable. I'm using the 'deal' function now, but an expression can't be inserted in that function.
t = num2cell([FrameNumbersEvents]); n = numel(FrameNumbersEvents); out = sprintf('x%u,', 1:n); [(out)] = t{:}
oltre 9 anni fa | 1 risposta | 0