Community Profile

photo

Nikolay Vinnichenko


Last seen: 3 years ago Active since 2012

Statistics

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


memory lost with a simple code
Hello! I was trying to optimize my image-processing software to make it use less memory and was very surprised to see that the ...

4 years ago | 0 answers | 0

0

answers

Question


Black mask over pcolor plot
I have two matrices of the same size. The first one is function of two variables, which is to be displayed using pcolor. But the...

4 years ago | 2 answers | 0

2

answers

Question


Imwarp results in unwanted image resize
I'm trying to correct for keystone distortion for a flat object imaged by the camera with incidence angle about 15-20 degrees. S...

6 years ago | 0 answers | 0

0

answers

Answered
Trouble creating AVI with 64-bit Windows
Thanks. Your code works and this helped me to resolve the issue. The solution is set(gcf,'Renderer','zbuffer'); %Setting th...

10 years ago | 0

Question


Trouble creating AVI with 64-bit Windows
Trying to create AVI movie with either movie2avi, addframe or VideoWriter, I get file, where all the frames are identical (i.e. ...

10 years ago | 2 answers | 0

2

answers

Question


Java Heap Memory in case of stand-alone application
What value for Java Heap Memory size is used if a stand-alone application, built with Matlab Compiler, is executed by a user wit...

11 years ago | 0 answers | 0

0

answers

Answered
Incorrect height of colorbar after view([0 -90])
Thanks, Jan. set(gca, 'YDir', 'reverse') really solves my problem. I've just forgot about this property. In fact, colorbar ...

11 years ago | 0

Question


Incorrect height of colorbar after view([0 -90])
Hello! I have a top view of 3D surface plot, but I need to use view([0 -90]) instead of view([0 90]) in order to have reversed ...

11 years ago | 2 answers | 0

2

answers