Effacer les filtres
Effacer les filtres

plot an image using pulsating voltage

3 vues (au cours des 30 derniers jours)
MANJUNATH
MANJUNATH le 18 Oct 2012
Commenté : amogha le 18 Juin 2021
i have a data i.e voltage values which are varying at a faster rate ,
how to show them as a grayscale image with 32 by 32 size( there should be image with 32 by 32 pixels )
and what should be the range of the voltage values ?
  1 commentaire
amogha
amogha le 18 Juin 2021
a = csvread('lt1.csv');
B = rescale(a,0,255);
V=B
N = numel(V) ;
M = NaN(ceil(sqrt(N))) ;
M(1:N) = V ;

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Images 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