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

1 vue (au cours des 30 derniers jours)
I have a 1024*256 matrix i want to plot values in 250th colum. Please answer.
Thanks in advance

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Line Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by