uiscope.framework documentation

dear matlab users,
i use implay to open a video, and need to export the current frame to the workspace. therefore i am wondering where i can find proper documentation for the uiscope.framework.
can you give me a hint on that?
thank you very much, philipp

답변 (1개)

Walter Roberson
Walter Roberson 2012년 5월 25일

0 개 추천

All of uiscopes is private implementation, at least in theory. In practice you can find the relevant code as MATLAB source in toolbox/shared/spcuilib subdirectories. There is H1 info for each file, but I do not see anything at the moment as to how it all holds together.
Possibly the method name you need is getFrameData, but I am not at all sure about that.

댓글 수: 2

Philipp
Philipp 2012년 5월 31일
Hi Walter,
thanks for your answer,
Unfortunately I cannot solve my problem with getFrameData.
Can you give me a hint, how to find appropriate methods of private implementations?
All the best,
Philipp
Walter Roberson
Walter Roberson 2012년 5월 31일
The way I find methods of private implementations is by using the Unix search tool "grep", or "find" together with "xargs" and "grep"
find . -type file -depth -print | args grep getFrameData

댓글을 달려면 로그인하십시오.

카테고리

태그

질문:

2012년 5월 25일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by