Community Profile

photo

Onomitra Ghosh

MathWorks

Last seen: 17일 전 2011년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • First Review
  • First Submission
  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
HDP 3.1.1 and MATLAB R2019a Compatability
Brian, can you provide some more details on the problem you are running into when running the mapreduce command. A code example ...

4년 초과 전 | 0

| 수락됨

제출됨


Acquire Double Rate Image From Photonfocus(TM) Camera using Image Acquisition Toolbox (TM)
Acquire & demodulate Double Rate Images from Photonfocus camera using Image Acquisition Toolbox

7년 초과 전 | 다운로드 수: 2 |

답변 있음
Data sorting.
Get them all in a cell array without the header and use the sortcell function according to the column you want to sort: <htt...

대략 12년 전 | 0

답변 있음
getframe problem
You can try the workarounds mentioned in: <http://www.mathworks.com/support/bugreports/384622>

대략 12년 전 | 3

답변 있음
Summing common elements of a matrix together
May be something like: A = [1 1 2 2 3 3 3]; B = [1 2 3 4 5 6 7]; C = []; for idx = unique(A) C(end+1) = sum...

대략 12년 전 | 0

답변 있음
Taking images from a video
I am guessing that you already have a video file. If that is the case then you can use the VideoReader class to read the frames ...

대략 12년 전 | 0

| 수락됨

답변 있음
random error with frame size making a video
Based on the error message, it seems that the not all of the frames in Mv are of the same size. Something in the way the figure ...

대략 12년 전 | 0

답변 있음
AVIREAD unable to locate decompressor when H264 codec is present
It may be the case the H.264 decoder present is a 32 bit version and not 64 bit one. Windows Media Player (and many other applic...

대략 12년 전 | 0

| 수락됨

답변 있음
logical indexing
Your "b" matrix is in double. You need to convert that to logical values for logical indexing: >> a(boolean(b)) ans = ...

대략 12년 전 | 0

답변 있음
Use video Live stream
You will need the Image Acquisition Toolbox for that. You can look at the examples provided at: https://www.mathworks.com/help/i...

대략 12년 전 | 1

| 수락됨

답변 있음
Use of movie(M) command
How did you extract the frames and how is the data in MATLAB? MOVIE is good to view the video in MATLAB. However if you want to ...

거의 13년 전 | 0