photo

nirit


Ruppin Inst

2015 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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 (...

5年弱 前 | 0 件の回答 | 0

0

回答

質問


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

約5年 前 | 1 件の回答 | 0

1

回答

回答済み
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...

5年以上 前 | 0

| 採用済み

回答済み
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...

5年以上 前 | 0

質問


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...

5年以上 前 | 1 件の回答 | 0

1

回答

回答済み
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.

5年以上 前 | 0

| 採用済み

質問


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() ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


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:...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


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 ...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


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 ...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


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), ... ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

7年以上 前 | 2 件の回答 | 0

2

回答

質問


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. ...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

8年弱 前 | 1 件の回答 | 1

1

回答

質問


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...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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

8年以上 前 | 2 件の回答 | 0

2

回答

質問


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://...

9年弱 前 | 3 件の回答 | 0

3

回答