<< News feed UI Data Gerenciamento de ajuda online >>

Scilab Help >> UI Data > uiimport

uiimport

Import data from csv/txt file

Syntax

uiimport()
uiimport(filename)

Arguments

filename

a string: name or path of file

Description

uiimport opens a Scilab application which asks you to select the CSV or TXT file to load data.

uiimport(filename) directly imports data in the application from filename.

From this function, the user will be able to import data either in a table or in a timeseries

This application is also available in Scilab console menu: Applications > Import Data.

It is divided into two parts: preview (center panel) and options management (left panel). Changes made in the left panel update the preview.

The preview panel displays a part of data if the number of lines exceeds 29 (the first 14 lines (excluding header and column names) and the last 14 lines of the file). In this case, "..." is added for each column.

uiimport has several features:

Examples

uiimport(fullfile(SCI, "modules", "spreadsheet", "tests", "unit_tests","meteo_data_bordeaux.csv"));

See also

History

VersionDescription
2024.1.0 Introduction in Scilab.

Report an issue
<< News feed UI Data Gerenciamento de ajuda online >>