Subtract element matrix matlab!
1 view (last 30 days)
Show older comments
Francesco
on 11 Feb 2014
Commented: Azzi Abdelmalek
on 11 Feb 2014
prova=xlsread('2.csv')
[righe, colonne]=size(prova)
primo_elemento=prova(3,:)
I want to subtract this element to the whole prova matrix.
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!