Community Profile

photo

nirit


Ruppin Inst

Aktiv seit 2015

Followers: 0   Following: 0

Kontakt

Statistiken

  • First Answer
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to add listener and action when listener detected
i created a class which plots an image from 3d image matrix [img row size, img cols size , frame num] which have shared data (...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to save errors
I have the following code: for i=1:10 output1=some_function1(input1,input2) output2=some_function2(output1,inpu...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
update tool tip data using data cursor in loop
Found a solution!! fig=figure; hold on; for i=1:4 x=sort(rand(1,100)); y=sin(2*pi*x*i); txt = ['itr ',num...

etwa 5 Jahre vor | 0

| akzeptiert

Beantwortet
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
Not sure I understand.I tried you run it with /without the commented line and all worked fine without errors. have you cleare...

etwa 5 Jahre vor | 0

Frage


update tool tip data using data cursor in loop
Hi all. I am plotting sevrals of plots all in one figure. I want to use custom tool tip that shows me each plot iteration orig...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can I display string vector the same way number vectors are displayed
Ok. I manage to solve this just by declaring vector B values as "x : y/z," instead of 'x : y/z,' like I did before.

mehr als 5 Jahre vor | 0

| akzeptiert

Frage


How can I display string vector the same way number vectors are displayed
I have two long vectors: vector A- int vector with size 1xN vector B string vector with size of 1xM. I want to use disp() ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


videoreader reads frames very slowly. how can I improve it?
I have a movie, and selected list of frames (called frameNums) I want to read. I tried reading them like this : VR=VideoRea...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to create csv file with dlmwrite for diffrent vector sizing?
hello, I have sevral of colums vector with different sizes, and I want to write them all to a csv file,in the following way:...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to use handles key pressed to change 2 figures at once?
Hello all. I have folder path1 which contains 10 images. and folder path2 which contains 10 images. I have a costume matlab ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to use handles on subplot?
hello. newbie on handles. I have an image and 2 different algorithms, each resulting 2 different outputs, which mark pixels ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


histogram change over time
hello! I have a collation of images. each image was taken in different time, meaning: img1(t=0), img2(t=T),img2(t=2T), ... ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


FIND and rgb image
I have rgb image (NxMx3) on which I want to mark some pixels in red. for that I have created a mask M (NxMx1), which values ar...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can i get the fft result at specific freq?
how can I calculate fft on a specific frequency? I have a signal in time domain. I want to create anonymous function that calc...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to set colorbar not showing values
I have grayscale image with values 0, 11-max(image). I want to show 0 as black , and 11-max(image) as different type of red. ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can I show different values of the image in different colors?
I have a gray scale image with values that differ between 0 and 255. I want to show value 0 as black , value 255 as white, va...

mehr als 7 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


image pixel info on
Hello. I have 2 different images (image1, image2). I want to place the mouse (or click with it) on image1 (to get the (x,y) o...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


create Non-uniform distribution
Hello! I want to create non -uniform distribution using rand. for example, let X be random integer number with : X= ...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to find Rotation matrix mean?
Hi, I am trying to find out the mean matrix of a collection of rotation matrices. I found out this Algorithm: <http://...

mehr als 8 Jahre vor | 3 Antworten | 0

3

Antworten