Community Profile

photo

Muhammad Zaigham Zaheer


Active since 2015

Statistics

  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

Question


How to evaluate overall memory consumption and number of computations of a code?
Hi, I am trying to compare two different image processing techniques, the performance results of which are identical. But I nee...

7 years ago | 3 answers | 0

3

answers

Question


Which kind of mex implementation is faster? C++ to mex file or .m function to mex
I have a function in my code which consumes almost 80% of the total run time. I converted this .m function into mex file through...

7 years ago | 1 answer | 0

1

answer

Answered
Problem with imshow command
Thanks for the answers. But it was may be some corrupted files problem. I have re-installed matlab and everything is working fin...

9 years ago | 0

| accepted

Answered
imshow does not work in 2014a
I am also having this same problem in 2014b. This code below works fine when I remove the imshow command. But gives error when ...

9 years ago | 0

Question


Problem with imshow command
I am trying to display multiple images in one figure using the following code: [imgs labels] = readMNIST('t10k-images-i...

9 years ago | 3 answers | 0

3

answers