Subtract element matrix matlab!

1 次查看(过去 30 天)
prova=xlsread('2.csv')
[righe, colonne]=size(prova)
primo_elemento=prova(3,:)
I want to subtract this element to the whole prova matrix.

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2014-2-11
If you mean to remove
prova(3,:)=[]
  2 个评论
Francesco
Francesco 2014-2-11
I want to substract at each columns of the prova variable the primo_elemento element.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by