Multiplying spreadsheet column by variable
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Gavin Seddon
el 30 de Jul. de 2016
Comentada: Gavin Seddon
el 1 de Ag. de 2016
Hello can a spreadsheet column be multiplied by a variable of a function to generate a new column?
g.
1 comentario
Respuesta aceptada
Azzi Abdelmalek
el 30 de Jul. de 2016
Editada: Azzi Abdelmalek
el 30 de Jul. de 2016
A=randi(10,4,3) % Example
Cst=10
A=[1;2;3]
B=A(:,2)*Cst %Multiply column 2 by constant Cst
5 comentarios
Azzi Abdelmalek
el 30 de Jul. de 2016
Editada: Azzi Abdelmalek
el 30 de Jul. de 2016
- You need to import your excell file using the Matlab function xlsread
- 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
- you can also link Excel to Matlab and use Matlab functions in Excel spreedsheet.
Más respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!