![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5316063_1522107529553_DEF.jpg)
li yan
Followers: 0 Following: 0
Estadística
11 Preguntas
3 Respuestas
CLASIFICACIÓN
4.527
of 297.016
REPUTACIÓN
11
CONTRIBUCIONES
11 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
54.55%
VOTOS RECIBIDOS
4
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
how to index a cell array
Hi, I encountered a Matlab problem again. I want to access all struct field elements, which is an element of a cell array, at on...
más de 6 años hace | 1 respuesta | 1
1
respuestaPregunta
Can I view the source code of auto driving toolbox
I'm interest in auto driving, and I find that matlab 2018 is published with auto driving toolbox. I want to learn the source cod...
casi 7 años hace | 1 respuesta | 0
1
respuestawhen i read a image in matlab i face this error and the values of image is not shown (Warning: Image is too big to fit on screen; displaying at 67% > In images.internal.initSize (line 71) In imshow (line 328) In InputFeature (line 5) )
It seems correctly, the first line should be *clear all;* 1. You should verify that the image is existing; 2. Is the img ...
casi 7 años hace | 0
| aceptada
Pregunta
why I cannot list specify files with function dir
I want to list all special files with specified extensions, such as all *.jpg files. I cd the matlab to the current folder, and ...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
how to calibrate synchronously radar and camera
As we all know that the synchronous calibration of radar and camera is the key step in ADAS system. Before collecting data of ra...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
why the plot curve is not smooth as the fitted curve
I fitted a Quadratic curve, such as f = fit(x,y, 'ploy2'); If I plot the fitting curve plot(f, x, y) plot(f, x, y)...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
my colorbar exponent mark is located at bottom
<</matlabcentral/answers/uploaded_files/49488/%E9%94%99%E8%AF%AF.png>> yeah, the exponent mark is at the bottom right instead...
casi 9 años hace | 1 respuesta | 0
1
respuestawho to replace a row in matrix ?
you just need to do like this B(1,:) = A(1,:);
casi 9 años hace | 3
Pregunta
i'm confused about the function imnoise
I debuged the function imnoise to add Gaussian noise. I entered following code f = zeros(255); noisedImg = imnoise(f...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
can matlab move a plot curve to a special position
I want to plot an image data of a row, and then let the curve be holded on the image at this row. The result should look like th...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Matlab cannot read the tiff image
Matlab sometimes gives a warning when running the imread function to read a *TIFF* image. <</matlabcentral/answers/uploaded_f...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
how to plot a graph like this
<</matlabcentral/answers/uploaded_files/22006/%E6%8D%95%E8%8E%B7.PNG>>
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I use imfindcircles function to find circle centers without sorting
I used imfindcircles to find circles in an image, but the circles found are also sorted based on the strgenth of the circles! I ...
alrededor de 10 años hace | 3 respuestas | 0