Community Profile

photo

xiaojuezi


Last seen: más de 1 año hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


How to assign the first element of each cell in a cell aray using a matrix
Hi I have a cell array A with size m x n, where each cell contains a vector of random size. Now I would like to assign the firs...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to compute uv coordinates for an arbitrary quad?
Hi For a regular grid, it is quite straightforward to get the uv coordinates for any given pixel in an image. However, for an a...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to select multiple edit fields?
Hi, In my user interface, users can specify a dimension, for exam m x n, then I draw a m x n table, where each element is an e...

alrededor de 2 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How to index with a changing index
Hi, I would like to construct a matrix L of size nxn that looks like below: L = [a,b,c,0,0,0,0,... 0,a,b,c,0,0,0,... ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to index array with an array?
Hi I want to index an element in an array. The array u can be 1D, 2D or 3D, and I have an index id which is 1D, 2D or 3D. I'm cu...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to avoid using eval in this case?
Hi, I read in multiple threads that the usage of the function eval should be avoided as much as possible. But in the following c...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to make uicontrol edit box only show the text when needed?
Hi, I have a uicontrol edit box. When nothing is entered, by default, the edit box looks empty. Now I would like to add an addit...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to apply spatially-varying blur to an image?
Hi I have an image of size 128x128, and an associated a blur map, where each element defines the size of the blur kernel. How c...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to only replot part of a graph?
Hi I'm currently plotting cubic bezier splines. My aim is that every time I move a control point, the bezier curve moves accod...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Respondida
Unrecognized property 'LabelTextColor' for class 'images.roi.Point'
The problem is solved when switching to 2020b. Thank you very much for all your help!

más de 3 años hace | 0

| aceptada

Pregunta


How to fit ascending data with piecewise linear function?
Hi, I have a vector r sorted in asending order. Now I would like to fit this r with m+1 pieces, and extract the m internal poin...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Unrecognized property 'LabelTextColor' for class 'images.roi.Point'
Hi, on the official website of matlab: https://uk.mathworks.com/help/images/ref/drawpoint.html#mw_d573bdc7-78b6-41f4-8ee9-c545...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to only change part of the background color?
Hi, I have a figure as my ui. Now I would like to plot something in the middle of the ui: axes('Position',[.7 .7 .2 .2]) set (...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why conv2 gives opposite sign
Hi, I have a simple matrix I: I = [1,2,3,4,5; 6,7,8,9,10; 11,12,13,14,15; 16,17,18,19,20; 21,22,23,24,25] ...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Respondida
How to stick one figure to the center of another figure
I figured out a quick solution. Simply change the last part as: figure(1) imshow(img) No need to copy the object.

más de 3 años hace | 0

Pregunta


How to stick one figure to the center of another figure
I have a main figure f with size 1200 x 800 working as my UI. I created another figure f2 of size 512x512 which presents an imag...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Is there a way to input direction in matlab UI
Hi, I would like to let users to click on an image and input the normal vector of the pixel. Is there a way to let the users inp...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to repeat different vectors to form another vector?
Hi I would like to construct a vector as: 1,2,3,1,2,3,1,2,3,4,5,6,4,5,6,4,5,6.....k-2,k-1,k,k-2,k-1,k i.e. repeat [1,2,3], [4,...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to plot images with different sizes in one figure?
I have 5 images and I would like to plot them like: fig1 fig2 fig3 fig4 fig5 i.e. I would like to have two rows, the fir...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


2d convolution returns empty result
I have an image matrix of size 512x512x3, for each pixel I would like to compute its weight as the average of the neighbouring p...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to use 2D logical mask on an image without for loop?
I have two image matrices A and B with size 512 x 512 x 3, and a logical mask of size 512 x 512. For each position with true val...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to change plot figure resolution
I have a few points originally designed for 512x512 resolution, such as [128,450] and [336, 500]. When plotting them, I initiall...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to know which pixels are covered by a plot?
Hi, I plotted a few curves on a 512 x 512 figure (each curve has 32 points). How could I know which pixels are covered with the ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to set default background for figures to be negative
I'm currently using matlab's rasterization functionality. After I plot a curve, I saved the whole image to a matrix using img =...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to interpolate color along a curve with specific colors?
Hi, I have a curve of dimension 50x2, and a specification of the colors at certain positions. For example, at position 1 the col...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Figure automatically scales by 2
Hi, I set my figure as below: figure(1) set(gcf,'units','pixels','position',[0,0,512,512]); However, the popped figur...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas