Ian Hopkinson

1,348
Reputation
294 views

Registered User

Name Ian Hopkinson
Member for 1 year
Seen 52 mins ago
Website
Location North West England
Age 39
I'm a physicist working for a home and personal care company. I've written quite a lot of FORTRAN and Matlab code over the years, most of it rather ugly.
Oct
29
comment Handling an invalid security certificate using Matlab’s urlread command
Thanks Amro - that appears to be working for a test case with an invalid certificate! My Java competence is a bit minimal and I ended up taking the package statement out to get it to work, possibly if I put stuff into the right directory structure I wouldn't need to do that.
Oct
28
comment Handling an invalid security certificate using Matlab’s urlread command
I'm on 2009a. I'd seen the solution you linked to, I don't think this is the problem. I think the urlread function supports https - but can't handle invalid security certificates.
Oct
28
asked Handling an invalid security certificate using Matlab’s urlread command
Oct
5
comment To geo-tag a photo, what attributes are required? More than lat/lon?
Are you being careful to preserve the original EXIF data? The example above is a minimal one - I take a panorama photo (created using autostitch) which, before I add GPS data, has pretty much no EXIF data. A photo direct from the camera has stacks more data, some applications are careless of their treatment of this data. Picasa, for example, mangles the EXIF maker notes subtly.
Oct
4
accepted To geo-tag a photo, what attributes are required? More than lat/lon?
Oct
4
revised To geo-tag a photo, what attributes are required? More than lat/lon?
Highlighted big-endian, little-endian
Oct
4
answered To geo-tag a photo, what attributes are required? More than lat/lon?
Sep
20
awarded  Yearling
Sep
18
awarded  Nice Answer
Sep
17
answered MATLAB: Defective or just different?
Sep
8
answered What Source Control Has MATLAB Integration?
Sep
4
awarded  
Aug
26
answered Matlab MPEG 7 descriptors
Aug
24
comment How do I provide a username/password to access a web resource using Matlab urlread/urlwrite?
Neat - I hadn't realised it was so straightforward to do the Base64 coding as well. Plans on hold since I don't think the sysadmin appreciated my unorthodox access methods - now instead of a pdf file I get a "Don't do that" HTML page! Which is fair enough really, switching to diplomacy mode :oops:
Aug
24
comment Running a Javascript command from Matlab to fetch a PDF file
Dimitri Shvorob's solution for converting the PDF file to text works nicely
Aug
24
answered How do I provide a username/password to access a web resource using Matlab urlread/urlwrite?
Aug
24
comment EXIF key names explanations
exiftool, which this post references, is excellent and provides the most EXIF info I've seen. The supporting documentation is very good too.
Aug
23
asked How do I provide a username/password to access a web resource using Matlab urlread/urlwrite?
Aug
21
comment Running a Javascript command from Matlab to fetch a PDF file
My problem at the moment is that the URL requires authentication to access the contents, and I can't work out how to provide it via urlread. I believe there might be a route using a Java URL object. Using the webbrowser method above I can see the pdf document on screen, which is frustratingly close to what I want. The text from PDF functions look useful...
Aug
21
comment Running a Javascript command from Matlab to fetch a PDF file
This looks a very promising route - I now have a URL which gets me the PDF - all I need to do now is work out how to get it into a variable... Firebug is rather handy!
Aug
21
asked Running a Javascript command from Matlab to fetch a PDF file
Aug
19
answered Meaning of -fold
Aug
17
comment How do I emulate ‘include’ behaviour in MATLAB?
+1 because this is a reasonable solution which I'd considered.
Aug
17
comment How do I emulate ‘include’ behaviour in MATLAB?
I didn't know you could do this. I'll give it a go to see how it works out. At least all the function files will be hidden in a quiet corner!
Aug
14
asked How do I emulate ‘include’ behaviour in MATLAB?
Aug
12
accepted Image noise filtering
Aug
12
revised Image noise filtering
clarified a little
Aug
12
answered Image noise filtering
Jul
30
accepted Implementing ridge detection
Jul
14
answered MATLAB: impoint getPosition strange behaviour
Jun
26
comment How do I convert a MATLAB image processing program to java?
Only drawback to this is that it requires the Matlab runtime, which is freely distributable but fairly large (130mb)
Jun
25
answered Is there a way to find the approximate value of the nth prime?
Jun
3
revised Smoothing of Vertices in MeshGeometry3D (WPF)
Added a comment on lighting
Jun
3
answered Smoothing of Vertices in MeshGeometry3D (WPF)