photo

li yan


Last seen: etwa 3 Jahre vor Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

11 Fragen
3 Antworten

RANG
4.510
of 297.457

REPUTATION
11

BEITRÄGE
11 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
54.55%

ERHALTENE STIMMEN
4

RANG
 of 20.438

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 158.938

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Knowledgeable Level 1
  • Thankful Level 3
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 7 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

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

fast 7 Jahre vor | 0

| akzeptiert

Frage


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

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
who to replace a row in matrix ?
you just need to do like this B(1,:) = A(1,:);

fast 9 Jahre vor | 3

Beantwortet
how can i set an images pixels to black ?
I(I > 0.5) = 0;

fast 9 Jahre vor | 0

Frage


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

fast 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to plot a graph like this
<</matlabcentral/answers/uploaded_files/22006/%E6%8D%95%E8%8E%B7.PNG>>

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 10 Jahre vor | 3 Antworten | 0

3

Antworten