Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

how to access 31 signals

3 vues (au cours des 30 derniers jours)
Deepthi K
Deepthi K le 16 Avr 2019
Clôturé : MATLAB Answer Bot le 20 Août 2021
clear all;
close all;
clc;
m1=[];
load 'E:\data1\matlab3.mat';
for j=1:31
y=mat1(j,:);
cmat_new=[];
for i=1:21
cmat_new=[cmat_new mat1(i,1:21)];
end
m=mean(cmat_new);
m1=[m1;m];
end

Réponses (0)

Produits


Version

R2008a

Community Treasure Hunt

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

Start Hunting!

Translated by