![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6252234_1522112860876_DEF.jpg)
Kyle Wang
Followers: 0 Following: 0
Estadística
22 Preguntas
0 Respuestas
CLASIFICACIÓN
35.682
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
22 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
36.36%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Normalization of gradient image
https://au.mathworks.com/help/images/ref/imgradient.html#bthgcil-method imgradient does not normalize the gradient output. If t...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Split training images based on label in csv sheet
I have collected 1000 images to study deep learning. These images are stored in a single folder, and they have sequential names ...
más de 6 años hace | 1 respuesta | 1
1
respuestaPregunta
How to distribute Matlab tasks to different PC in same network?
Background: I have an exe that processes image and write out result as a single txt file. To process, for example 500, images, I...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab 2016a crashed by calling python function
OS: windows 10 64bit Matlab: 2016a 64bit Python: Enthought Python, downloaded from <https://store.enthought.com/downlo...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Curve fitting using custom model
Given set of x and y, how can I solve the parameter a, b and c in the model y = a * x^b + c to best fit the given data? ...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
how to make unequalled axis interval
I have a large number of data ranging from 0 to 20. However, most of these data are clustered between 0 to 5, which means the da...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Change a specific axis back panel color
I understand the command set(gca, 'color', 'k') allows different color of ALL axis back panels. I would like suggestions to chan...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
A statistical plot demonstrating quantity and std (or mean)
What kind of statistical plot do you think can demonstrate both the quantity and std (or mean)? For example, I have a datase...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Create image axis with the origin in the centre
Dear expert, I'm struggling at making a boxed axis around an image with the custom axis tick labels as seen in the sample. Th...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab subplot equivalent in C++
In Matlab, I used subplot command to plot multiple figures in a single window. These figures include 2D imagesc, 3D surf with li...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Patch an image with lots of holes
Given the binary attached, I'm look for a way to patch those white part without using contourf function. My routine is: bwbo...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Reconstruct contourf image from triangle strips
Using the method described in http://undocumentedmatlab.com/blog/hidden-hg2-plot-functionality we can easily access to tri...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Contourf with transparent background overlapped on other image
I used contourf to generate a big image of a hill sitting in the middle surrounded by gray background (level = 5). I'm wondering...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
2D image in 3D plot with partial transparency
I used surf to plot a 2D matrix as a 3D model, then I want to place imagesc(matrix) on top of this 3D model.Moreover, I want to ...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Axis color in 3D plot
Setting boxstyle on, we can have a box styled axis in a 3D plot. However, set(gca, 'color', [1 1 1]) only affects the back axis ...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Align text in two lines with respect to a location
Say, I have two strings 'a = 2' and 'bbb = 641', now I display them in a column using the command display(['a = 2', char(10...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Source code for Matlab surf plot
I created a surf plot, then use "shading", "camlight" and custom "colormap" to make it look great. In the next step, I would lik...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Change axis gridline line without affecting ticks and labels
The following codes produce a sponge-cake shaped object: img = zeros(100,100)+5; img(1,:)=0; img(end,:)=0; img(:,1...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Draw axis on 3D-object surface
The following code produces a 3D box-surface with a bar in the middle: img = zeros(100,100)+5; img(1,:)=0; img(end,:)...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Discrete color scale in 3D plot
The following code produces a strip in the middle of a flat base. How can I adjust the color bar so that I can use only one colo...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
3D mesh/surf plot puzzle
The following codes produces a 2D image and its corresponding 3D demonstration. However, the pixel in the 2D image as a square b...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Threshold calculation without "if else"
Given following logic T=1, if x < m1 T=2, if x >= m1 && x < m2 T=3, if x >= m2 && x < m3 T=4, if x >= m3 x is a...
casi 10 años hace | 2 respuestas | 0