Community Profile

photo

hemant


Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


Reading pixel value of an axes in a live figure.
So, I tried looking this up but couldn't find anything, but I think people might find this question useful. Let's say we have ...

7 years ago | 1 answer | 0

1

answer

Question


Input argument error while running a batch function.
Hello all, I have a function that takes three inputs in the order, an image,an integer,another image. I have tried running the...

7 years ago | 1 answer | 0

1

answer

Question


Running a UI based function on a separate worker.
Hey all, I have a matlab function that opens a user interactive window and takes some inputs from the user and does some calcul...

7 years ago | 1 answer | 0

1

answer

Question


Finding completely closed boundaries in a binary image.
hey everyone, My question is, given a binary image that consists of a boundary of white pixels which may or may not be perfectl...

7 years ago | 1 answer | 0

1

answer

Question


Vectorising a piece of Code
I have a matrix, mainMatrix of nan values and I also have three vectors of same length, rowVector: Stores the row Number. Lef...

7 years ago | 1 answer | 0

1

answer

Question


Using predefined multiple output matlab function in anonymous function definition: Not getting multiple outputs.
I am trying to feed an array of linear indices into "ind2sub" using "arrayfun" but without explicitly stating that I need two ou...

7 years ago | 2 answers | 0

2

answers

Question


Multiple Output Anonymous function: Using one output value for another output.
I have an anonymous function that gives two output and what it does is takes an index 'x' to a vector, 'rowValues', and then giv...

7 years ago | 1 answer | 0

1

answer

Question


Vecotrizing a for loop
I have been trying to write more efficient piece of code and one obvious aspect of doing that is vectorization.I know the basic ...

7 years ago | 1 answer | 0

1

answer

Question


Old variable values in a for loop affecting the newer ones. Even after using "clearvars" command.
Hello, I am doing some image processing on a set of three images and the operations on all the three images are same. At the en...

7 years ago | 1 answer | 0

1

answer