Info

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

How to do it?

4 visualizaciones (últimos 30 días)
Rizwana
Rizwana el 4 de Feb. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Contours in the section of y coordinate varying from 24 to 24.7 with x-axis varying from 0 to 0.3 approx are really concentrated and appears like a patch when i do contour filled. Can i make them wide and clearly visible.

Respuestas (1)

Image Analyst
Image Analyst el 4 de Feb. de 2014
A lot of functions take a 'LineWidth' input argument. See if yours does, like
somefunction(....., 'LineWidth', 4, .........) % Make thick lines.
  1 comentario
Rizwana
Rizwana el 4 de Feb. de 2014
using the line width is just making the contour lines in plot to be more darkened/thick...

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