Refine by Content Type

Refine by Category

Refine by Product

Refine by Time Frame

image thumbnail

updated 20 days ago

google by Chaowei Chen

google.m is a simple shell interface to initiate Google search in Matlab. (search, urlread, web)

google(varargin)

image thumbnail

updated 1 year ago

urlread2 by Jim Hokanson

Generalizes HTTP requests, providing more control and access to input and output (http, urlread)

http_createHeader(name,value)

http_paramsToString(params,encodeOption)

urlread2(urlChar,method,body,headersIn,varargin)

image thumbnail

updated 1 year ago

IATA code to longitude and latitude by Tom Kent

A function enabling the easy extraction of longitude and latitude data from an IATA code. (iata, aerospace, data import)

IATA2lonlat(code)

image thumbnail

updated 1 year ago

htmlTableToCell by Steinar Elgsæter

Parses HTML file and retrieves specified table as cell. (html, url, web)

example

htmlTableToCell.m

image thumbnail

updated 2 years ago

Get HTML-table data into MATLAB via urlread and without builtin browser by Sven Koerner

Based on getTableFromWeb with a little more functionality for bring in table data from web to MATLAB (table, cell array, html)

getTableFromWeb_mod(url_string, nr_table)

image thumbnail

updated 7 years ago

Rewrites of urlread and urlwrite by Fu-Sung Wang

Adding TIMEOUT to both url functions. (data import, data export, urlread)

urlread2(urlChar,method,params,timeout);

urlwrite2(urlChar,location,method,params,timeout);

ex1.m

Contact us