Azzera filtri
Azzera filtri

How to get matrix weighted average

1 visualizzazione (ultimi 30 giorni)
Suppose i have matrix A=[1;2;3]. I want the answer as = [1/6;2/6;3/6]

Risposta accettata

KALYAN ACHARJYA
KALYAN ACHARJYA il 24 Set 2019
Modificato: KALYAN ACHARJYA il 24 Set 2019
A=[1;2;3];
result=A./6
or
result=A/6

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by