prova=xlsread('2.csv')
[righe, colonne]=size(prova)
primo_elemento=prova(3,:)
I want to subtract this element to the whole prova matrix.

 Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 11 Feb. 2014

0 Stimmen

If you mean to remove
prova(3,:)=[]

2 Kommentare

Francesco
Francesco am 11 Feb. 2014
I want to substract at each columns of the prova variable the primo_elemento element.
bsxfun(@minus, prova,prova(3,:))

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by