Contenido del Curso
Matlab Basics
Matlab Basics
1. Basic Syntax and Coding with a Text Editor
5. Recursion and Matrix Multiplication
Recursive ProgrammingUnderstanding Matrices and Matrix MultiplicationApplying Matrix Multiplication: Transforming Vectors and Coordinate SystemsApplying Matrix Multiplication: Solving Systems of EquationsApplying Matrix Multiplication: Derivatives and IntegralsCareer Prospects for a MATLAB Programmer
Importing and Exporting Data to and from Excel
No one enters large data sets manually into Matlab, we import them! Matlab makes importing and exporting Excel data very simple, and we'll learn how to fill in a few parameters in a single line of code so that we can start importing and exporting data with Matlab and start solving real world problems with programming.
Task
- Imports the chapter Excel file (
data sample.xlsx
); - Calculates the average number of each animal type;
- Calculates the average species population on each farm;
- Exports the two sets of averages back to the Excel file in a location that makes sense;
- Exports headings to the Excel file to label the sets of averages calculated.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 2