Filter löschen
Filter löschen

Multiplying spreadsheet column by variable

1 Ansicht (letzte 30 Tage)
Gavin Seddon
Gavin Seddon am 30 Jul. 2016
Kommentiert: Gavin Seddon am 1 Aug. 2016
Hello can a spreadsheet column be multiplied by a variable of a function to generate a new column?
g.

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 30 Jul. 2016
Bearbeitet: Azzi Abdelmalek am 30 Jul. 2016
A=randi(10,4,3) % Example
Cst=10
A=[1;2;3]
B=A(:,2)*Cst %Multiply column 2 by constant Cst
  5 Kommentare
Azzi Abdelmalek
Azzi Abdelmalek am 30 Jul. 2016
Bearbeitet: Azzi Abdelmalek am 30 Jul. 2016
  1. You need to import your excell file using the Matlab function xlsread
  2. Use Matlab functions and operators to do the calculations you need, there are several Matlab functions, allowing you to do many kind of calculation and processing
  3. you can also link Excel to Matlab and use Matlab functions in Excel spreedsheet.
Gavin Seddon
Gavin Seddon am 1 Aug. 2016
Thanks for this, I will use the xlsread/write because I use Mac. Do you have a URL for these operators?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Import from MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by