postgres to MATLAB

버전 1.0.0.0 (8.6 KB) 작성자: Rodrigo Oliveira
This toolbox reads a db .txt output file into MATLAB.
다운로드 수: 1.4K
업데이트 날짜: 2003/11/24

라이선스 없음

The purpose of this toolbox is to take the .txt output of an postgreSQL dbms(or any other) into MATLAB. The toolbox reads the file into a cell array, which is later converted into a numerical matrix. It can also join two different files into the same matrix (more ahead). It is assumed the data format to be a single table, with different fields/attribute in each column, with cases along the rows. A bug was corrected and the version updated 24Nov03

It was tested under MATLAB R12.1

The toolbox is composed of the following four files:

pg_result_read.m
pg_join_matrixes.m
pg_cell2others.m
explode_without_spaces.m

인용 양식

Rodrigo Oliveira (2025). postgres to MATLAB (https://kr.mathworks.com/matlabcentral/fileexchange/3027-postgres-to-matlab), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R12.1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Database Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

A bug was corrected for this new version (some inputs were not accepted in the previous version).