Quantcast
Channel: MATLAB Central Newsreader - tag:"urlread"
Browsing latest articles
Browse All 16 View Live

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 Article


Re: 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 Article


Promblem 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 Article

Streaming 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 Article

Access 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 Article


urlread / 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 Article

URLRead 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 Article

Urlread 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 Article


Re: 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 Article


using 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 Article

Re: 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 Article

Re: 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 Article

Re: 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 Article


Re: 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 Article

urlread 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

Browsing latest articles
Browse All 16 View Live