Re: fullfile sucks!!!!!!!!!!!!
Thank you "image analyst." This is a very good way. Also, instead of using fullfile, just using [] also works. Second belated appreciation to Tideman...
View ArticleRe: fullfile sucks!!!!!!!!!!!!
"Baha Kuzu" <ibaha411@gmail.com> wrote in message news:jf04m1$6ig$1@newscl01ah.mathworks.com...> I am trying to read thousands of files from web. But matlab "fullfile" > does not allow for...
View ArticlePromblem with 'urlread' and 'google map api', pls help me!
% MY AIM IS: to transform location/address to Latitude and Longitude by % GOOGLE MAP API. clc; clear; KEY='ABQIAAAA7VerLsOcLuBYXR7vZI2NjhTRERdeAiwZ9EeJWta3L_JZVS0bOBRIFbhTrQjhHE52fqjZvfabYYyn6A'; loc0...
View ArticleStreaming from Zavio IP camera into MATLAB Framework
I am working on a wireless surveillance project, requires me to receive a feed from a zavio IP camera and analyze frames individually. The camera feed can be accessed through a IP address within any...
View ArticleAccess secure websites (SSL) via urlread
Hello, I need to access a Cacti-Database (http://www.cacti.net/) from Matlab to retrieve individual measurements as .csv-File. To get the .csv-File for a specific time and parameter range I can query...
View Articleurlread / urlwrite with umlaut in the url - is there a way to get this to work?
Dear all, I am trying to read a url that contains german umlauts. This does, apparently, not work with urlread/urlwrite. An example: urlread('http://www.möbel.de') produces an error, whereas:...
View ArticleURLRead Website Integration
I'm fairly new to using MATLAB to query websites and obtain data from them so I'm prob going to need things spelled out as detailed and simply as possible. I am trying to query the following website...
View ArticleUrlread problem
I need to download the html code of a website but matlab codes ( urlread , urlreadv or urlread2 ) do not allow my task, as these functions do not download the full html code . Need to get this url...
View ArticleRe: Urlread problem
"Fernando Alarcon" <a20070808@pucp.pe> wrote in message news:mb9iml$5ob$1@newscl01ah.mathworks.com...> I need to download the html code of a website but matlab codes ( urlread , > urlreadv...
View Articleusing urlread (or urlread2) with a client certificate and key
Hello! I want retrieve data through an SSL connection. To do this, I generated the necessary .CRT and .KEY files, but how can I tell urlread2 to use this certificate? Best regards, Mischa
View ArticleRe: using urlread (or urlread2) with a client certificate and key
Python equivalent would be something like payload = 'username=myusername&password=password' headers = {'Content-Type': 'application/x-www-form-urlencoded'} resp = requests.post('myurl',...
View ArticleRe: urlread not working
"Ephraim" wrote in message <i62m0p$41o$1@fred.mathworks.com>...> "Sujit Modi" <sujit.modi@gmail.com> wrote in message <hikdlt$7c9$1@fred.mathworks.com>...> > I am trying to...
View ArticleRe: html form post using urlread
"Matthew Simoneau" <matthew@mathworks.com> wrote in message <gkiglu$942$1@fred.mathworks.com>...> >> params = {'search','IBM','type','U','Submit','Submit'};> >> s =...
View ArticleRe: Streaming from Zavio IP camera into MATLAB Framework
Good morning, I am having the same problem, did u find any solution for speeding up the frame acquisition in Matlab from the IP address? Regards,Álvaro
View Articleurlread problem
Hello everyone, I am a newbie to Matlab. I am trying to read some data from an API using urlread. I have a USB-sensor that sends data to the computer through an API. I get an error message "Error...
View Article