Info

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

Help set up averaging

1 visualización (últimos 30 días)
Lev Mihailov
Lev Mihailov el 22 de Jul. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hello! I cannot figure out the averaging function
B=rand(200,3000);
bp=maen(B,5) % need to average 5 values ​​in each column
% I need to get a 40x3000 matrix

Respuestas (1)

KSSV
KSSV el 22 de Jul. de 2020
  1 comentario
Lev Mihailov
Lev Mihailov el 22 de Jul. de 2020
I did as in the answer and decided to crank up the operation to create a matrix, I just need a matrix with averaged values
Avg1=reshape(Avg,40,3000);
Error using reshape
To RESHAPE the number of elements must not change.
how do I render my matrix from a vector again?

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by