MATLAB: Subtract element matrix matlab!

subtract

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

Best Answer

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