Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Plotting same dataset results in different outputs

1 visualización (últimos 30 días)
Shawn Fernandes
Shawn Fernandes el 12 de Oct. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
The file GMD_F16.dat has 1000 2D points, so 1000 rows & 2 col data.
The output seems different when plotting with for loop & when plotting within entire range, PFB commands & sample code for reference.
Plotting with For loop
subplot(1,4,1) for i = 1:rows plot(data1(i,1),data1(i,2),'k.') hold on end title('Original Data');
Plotting within entire range
subplot(1,4,3) plot(data1(:,1),data1(:,2),'k.','MarkerSize',12)
Please guide.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by