S.Wijn
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
250.099
of 295.467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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>>
ongeveer 9 jaar ago | 1 answer | 0
1
answerQuestion
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 = ...
meer dan 9 jaar ago | 2 answers | 0
2
answersQuestion
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.
meer dan 9 jaar ago | 0 answers | 0
0
answersQuestion
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{:}
meer dan 9 jaar ago | 1 answer | 0