About 16,900,000 results
Open links in new tab
  1. Create Tables and Assign Data to Them - MATLAB & Simulink

    Create a table from input arrays by using the table function. Add variables to an existing table by using dot notation. Assign variables to an empty table. Preallocate a table and fill in its data …

  2. Tables - MATLAB & Simulink - MathWorks

    There are several ways to create tables and assign data to them. You can create tables from input arrays, preallocate tables and fill them in later, or import tables from text files or spreadsheets.

  3. Access Data in Tables - MATLAB & Simulink - MathWorks

    To access the data in a table, you can index into the table by specifying rows and variables, just as you can index into a matrix by specifying rows and columns.

  4. table - Table array with named variables that can contain different ...

    One way to create a table from these variables is to call the table function with the syntax T = table(Date',location1',location2',location3'). Because the workspace variables are row vectors, …

  5. readtable - Create table from file - MATLAB - MathWorks

    T = readtable(filename) creates a table by reading column-oriented data from a text file, spreadsheet (including Microsoft® Excel®) file, XML file, HTML file, or a Microsoft Word …

  6. table2array - Convert table to homogeneous array - MATLAB

    This MATLAB function converts an input table or timetable to a homogeneous array.

  7. What are Tables and How are They Used in MATLAB - MATLAB

    Nov 3, 2020 · In this video, we’ll define what a table is in MATLAB, how to import external table data into MATLAB from programs like Excel, and how to perform basic functions on the table …

  8. Add, Delete, and Rearrange Table Variables - MATLAB & Simulink

    Add, Delete, and Rearrange Table Variables This example shows how to add, delete, and rearrange column-oriented variables in a table. You can add, move, and delete table variables …

  9. Plots That Support Tables - MATLAB & Simulink - MathWorks

    You can specify either a table or a timetable, and in many cases, you can plot multiple data sets together in the same axes. The following examples use the plot and scatter functions to …

  10. Lookup Tables - MATLAB & Simulink - MathWorks

    Use blocks from the Lookup Tables library to model nonlinearity. Lookup table blocks use arrays of data to map input values to output values, approximating mathematical functions.

Refresh