Borrar filtros
Borrar filtros

How to plot values at particular column or row in a 2D matrix

3 visualizaciones (últimos 30 días)
I have a 1024*256 matrix i want to plot values in 250th colum. Please answer.
Thanks in advance

Respuesta aceptada

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 11 de Nov. de 2021
% A is 1024 - by - 256
plot(A(:,250))

Más respuestas (0)

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by