User Ian Hopkinson - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T15:35:54Z http://stackoverflow.com/feeds/user/19172 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1317931/how-do-i-provide-a-username-password-to-access-a-web-resource-using-matlab-urlrea 0 How do I provide a username/password to access a web resource using Matlab urlread/urlwrite? Ian Hopkinson 2009-08-23T06:50:06Z 2009-11-17T09:05:27Z <p>Following on from <a href="http://stackoverflow.com/questions/1311106/running-a-javascript-command-from-matlab-to-fetch-a-pdf-file">this question</a>, regarding accessing a PDF on a web page using Matlab which is originally buried behind a Javascript function. I now have a URL which allows me to access the page directly, this works okay using the Matlab webrowser object (the PDF appears on screen), but to save the PDF for subsequent processing I appear to need to use the Matlab urlread/urlwrite functions. However, these functions provide no method for offering authentication credentials.</p> <p>How do I provide username/password for Matlab's urlread/urlwrite functions?</p> http://stackoverflow.com/questions/1638275/handling-an-invalid-security-certificate-using-matlabs-urlread-command 2 Handling an invalid security certificate using Matlab's urlread command Ian Hopkinson 2009-10-28T16:09:25Z 2009-10-28T21:02:18Z <p>I'm accessing an internal database using Matlab's urlread command, everything was working fine until the service was moved to a secure server (i.e. with an https address rather than an http address). Now urlread no longer successfully retrieves results (It gives an error: "Error downloading URL. Your network connection may be down or your proxy settings improperly configured"). I believe the problem is that the service is using an invalid digital certificate since if I try to access the resource directly in a web browser I get "untrusted connection" warning which I am able to pass through by adding the site to an Exception list. urlread doesn't have an obvious way of handling this problem.</p> <p>Under the hood urlread is using Java to access web resources, and the error is thrown at this line:</p> <pre><code>inputStream = urlConnection.getInputStream; </code></pre> <p>where urlConnection is a Java object: sun.net.www.protocol.https.HttpsURLConnectionImpl.</p> <p>Anyone suggest a workaround for this problem? </p> http://stackoverflow.com/questions/38239/practices-for-programming-in-a-scientific-environment/104403#104403 3 Answer by Ian Hopkinson for Practices for programming in a scientific environment? Ian Hopkinson 2008-09-19T18:39:14Z 2009-10-18T11:27:06Z <p>Ex-academic physicist and now industrial physicist UK here:</p> <p><em>What languages/environments have you used for developing scientific software, esp. data analysis? What libraries? (E.g., what do you use for plotting?)</em></p> <p>I mainly use <a href="http://www.google.com/search?client=opera&amp;rls=en&amp;q=site%3Aen.wikipedia.org+MATLAB&amp;sourceid=opera&amp;ie=utf-8&amp;oe=utf-8" rel="nofollow">MATLAB</a> these days (easy to access visualisation functions and maths). I used to use <a href="http://en.wikipedia.org/wiki/Fortran" rel="nofollow">Fortran</a> a lot and <a href="http://en.wikipedia.org/wiki/IDL%5F%28programming%5Flanguage%29" rel="nofollow">IDL</a>. I have used C (but I'm more a reader than a writer of C), Excel macros (ugly and confusing). I'm currently needing to be able to read Java and C++ (but I can't really program in them) and I've hacked Python as well. For my own entertainment I'm now doing some programming in C# (mainly to get portability / low cost / pretty interfaces). I can write Fortran with pretty much any language I'm presented with ;-)</p> <p><em>Was there any training for people without any significant background in programming?</em></p> <p>Most (all?) undergraduate physics course will have a small programming course usually on C, Fortran or MATLAB but it's the real basics. I'd really like to have had some training in software engineering at some point (revision control / testing / designing medium scale systems)</p> <p><em>Did you have anything like version control, bug tracking?</em></p> <p>I started using Subversion / TortoiseSVN relatively recently. Groups I've worked with in the past have used revision control. I don't know any academic group which uses formal bug tracking software. I still don't use any sort of systematic testing.</p> <p><em>How would you go about trying to create a decent environment for programming, without getting too much in the way of the individual scientists (esp. physicists are stubborn people!)</em></p> <p>I would try to introduce some software engineering ideas at undergraduate level and then reinforce them by practice at graduate level, also provide pointers to resources like the Software Carpentry course mentioned above.</p> <p>I'd expect that a significant fraction of academic physicists will be writing software (not necessarily all though) and they are in dire need of at least an introduction to ideas in software engineering.</p> http://stackoverflow.com/questions/1516200/to-geo-tag-a-photo-what-attributes-are-required-more-than-lat-lon/1516205#1516205 2 Answer by Ian Hopkinson for To geo-tag a photo, what attributes are required? More than lat/lon? Ian Hopkinson 2009-10-04T11:45:17Z 2009-10-04T13:44:34Z <p>I've done this to geo-tag photos which Picasa will recognise, for Picasa you need to add the following tags:</p> <p>GPSVersionID ("0 0 2 2 "), GPSlongituderef ("W" or "E"), GPSlatituderef ("N" or "S") and also GPSAltitudeRef ("Above Sea Level")</p> <p>Values in brackets are the ones I used. These are in addition to the lat, long and altitude tags. As Brian mentions <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/" rel="nofollow">exiftool</a> is excellent for examining and modifying EXIF tags. </p> <p><strong>EDIT</strong> Output from exiftool:</p> <pre><code> ExifTool Version Number : 7.01 File Name : bleatarn.jpg Directory : . File Size : 3 MB File Modification Date/Time : 2008:03:01 12:43:44 File Type : JPEG MIME Type : image/jpeg JFIF Version : 1.1 Resolution Unit : None X Resolution : 1 Y Resolution : 1 Exif Byte Order : Little-endian (Intel) Software : Picasa 3.0 Exif Version : 0210 Interoperability Index : Unknown ( ) Interoperability Version : 0100 Image Unique ID : 6fda6fa9628b8615d99abc81663c9b01 GPS Version ID : 0.0.2.2 GPS Latitude Ref : North GPS Longitude Ref : West GPS Altitude Ref : Above Sea Level GPS Altitude : 0 m Caption-Abstract : Blea Tarn Image Width : 3151 Image Height : 1375 Encoding Process : Baseline DCT, Huffman coding Bits Per Sample : 8 Color Components : 3 Y Cb Cr Sub Sampling : YCbCr4:2:0 (2 2) GPS Latitude : 54 deg 25' 44.33" N GPS Longitude : 3 deg 5' 27.44" W GPS Position : 54 deg 25' 44.33" N, 3 deg 5' 27.44" W Image Size : 3151x1375 </code></pre> <p>Only difference I can see is that GPS Version ID is different, and you're Big-endian rather than little-endian (that shouldn't matter, should it?)</p> http://stackoverflow.com/questions/1440171/matlab-defective-or-just-different/1441034#1441034 0 Answer by Ian Hopkinson for MATLAB: Defective or just different? Ian Hopkinson 2009-09-17T20:01:55Z 2009-09-17T20:01:55Z <p>I'm rather fond of MATLAB - I use it to "get-things-done" - analysing data from experiments and coding up physical models - for which it works very well. I can write prettier things in C#, from a GUI and structural elegance point of view but it would take much longer to do my core work in C# so I use it for fun. </p> http://stackoverflow.com/questions/1392861/what-source-control-has-matlab-integration/1393209#1393209 1 Answer by Ian Hopkinson for What Source Control Has MATLAB Integration? Ian Hopkinson 2009-09-08T10:30:58Z 2009-09-08T10:30:58Z <p>I use TortoiseSVN / Subversion with Matlab - there's no integration into the Matlab IDE (not even the overlay icons) but nevertheless it's pretty straightforward to use.</p> http://stackoverflow.com/questions/1327939/matlab-mpeg-7-descriptors/1333605#1333605 0 Answer by Ian Hopkinson for Matlab MPEG 7 descriptors Ian Hopkinson 2009-08-26T10:00:16Z 2009-08-26T10:00:16Z <p>Can you extract the descriptors from the MPEG7 file using <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/" rel="nofollow"><strong>ExifTool</strong></a>? </p> <p>If you can, and you're using Windows, then it's possible to run Exiftool from Matlab using the <strong>dos</strong> command. The result from the <strong>dos</strong> command contains the output of Exiftool as text which you can parse to get the descriptors you require.</p> <p>If you can find a Java tool that does the trick, then accessing it via Matlab is possible (I've got this to work for a few things, but I'm not clear how it works!)</p> <p>I get the impression that MPEG7 is an XML based format - there are a number of ways of parsing XML using Matlab...</p> <p>I couldn't quickly find any MPEG7 files to try these routes out...</p> http://stackoverflow.com/questions/1317931/how-do-i-provide-a-username-password-to-access-a-web-resource-using-matlab-urlrea/1321726#1321726 0 Answer by Ian Hopkinson for How do I provide a username/password to access a web resource using Matlab urlread/urlwrite? Ian Hopkinson 2009-08-24T11:02:15Z 2009-08-24T11:02:15Z <p>It turns out the intranet site is using basic authentication, which isn't supported by Matlab out-of-the-box but there is a workaround solution described on the Mathworks site <a href="http://www.mathworks.com/support/solutions/data/1-4EO8VK.html?product=ML&amp;solution=1-4EO8VK" rel="nofollow"><strong>here</strong></a> which works fine. In the first instance I used Firebug to get me the Base64 encoded string I needed for access, but I also did a direct calculation using the tool <a href="http://www.motobit.com/util/base64-decoder-encoder.asp" rel="nofollow"><strong>here</strong></a>. I have now saved my PDF report file to disk - so job done. For my next trick I will be converting it into text...</p> <p>My understanding is that the get and post methods are distinct from the basic authentication method, but that basic authentication is not often used on the open net.</p> http://stackoverflow.com/questions/1311106/running-a-javascript-command-from-matlab-to-fetch-a-pdf-file 1 Running a Javascript command from Matlab to fetch a PDF file Ian Hopkinson 2009-08-21T10:13:46Z 2009-08-21T15:02:18Z <p>I'm currently writing some Matlab code to interact with my company's internal reports database. So far I can access the HTML abstract page using code which looks like this:</p> <pre><code>import com.mathworks.mde.desk.*; wb=com.mathworks.mde.webbrowser.WebBrowser.createBrowser; wb.setCurrentLocation(ReportURL(8:end)); pause(1); s={}; while isempty(s) s=char(wb.getHtmlText); pause(.1); end desk=MLDesktop.getInstance; desk.removeClient(wb); </code></pre> <p>I can extract out various bits of information from the HTML text which ends up in the variable s, however the PDF of the report is accessed via what I believe is a Javascript command (onClick="gotoFulltext('','[Report Number]')").</p> <p>Any ideas as to how I execute this Javascript command and get the contents of the PDF file into a Matlab variable?</p> <p>(Matlab sits on top of Java, so I believe a Java solution would work...)</p> http://stackoverflow.com/questions/1298607/meaning-of-fold/1298618#1298618 0 Answer by Ian Hopkinson for Meaning of -fold Ian Hopkinson 2009-08-19T09:00:25Z 2009-08-19T09:00:25Z <p>It just means "multiple" - so 2-fold is twice as fast and 1000-fold is 1000 times as fast...</p> http://stackoverflow.com/questions/1277613/how-do-i-emulate-include-behaviour-in-matlab 3 How do I emulate 'include' behaviour in MATLAB? Ian Hopkinson 2009-08-14T12:34:16Z 2009-08-18T03:09:49Z <p>In MATLAB I can define multiple functions in one file, with only the first defined function being visible external to that file. Alternatively, I can put each function in its own file and make them all globally visible through the path. I'm writing a menu driven application, where each menu item runs a different function. Currently, these are all in one big file, which is getting increasingly difficult to navigate. What I'd like to do is put groups of related functions into separate files.</p> <p>I think I can do something like this by putting all the child functions into a separate directory and then adding the directory to the path in my parent function, but this feels a bit messy and inelegant. </p> <p>Can anyone make a better suggestion?</p> <p><em>Note: I'm most familiar with MATLAB 2006, but I'm in the process of upgrading to MATLAB 2009.</em></p> http://stackoverflow.com/questions/1267870/image-noise-filtering/1268002#1268002 4 Answer by Ian Hopkinson for Image noise filtering Ian Hopkinson 2009-08-12T18:47:47Z 2009-08-12T18:52:49Z <p>What about filtering in the Fourier domain? If the noise is periodic then with any luck your noise will appear as a pair of nice pointy features in Fourier space, where you can filter them with a couple of Gaussians then transform back to real space and your periodic noise should be gone. </p> http://stackoverflow.com/questions/1116142/matlab-impoint-getposition-strange-behaviour/1126958#1126958 0 Answer by Ian Hopkinson for MATLAB: impoint getPosition strange behaviour Ian Hopkinson 2009-07-14T17:51:51Z 2009-07-14T17:51:51Z <p>Might be worth checking to see which renderer you are using (Painter or OpenGL), a colleague showed me some wierd behaviour with point picking when using the OpenGL renderer which went away when using the Painter renderer.</p> http://stackoverflow.com/questions/1042717/is-there-a-way-to-find-the-approximate-value-of-the-nth-prime/1042745#1042745 4 Answer by Ian Hopkinson for Is there a way to find the approximate value of the nth prime? Ian Hopkinson 2009-06-25T08:12:16Z 2009-06-25T08:12:16Z <p><a href="http://en.wikipedia.org/wiki/Prime%5Fnumber%5Ftheorem" rel="nofollow">Prime number theorem</a> gives a number of primes below a threshold value, so it could be used to give an approximate value for the nth prime.</p> http://stackoverflow.com/questions/943309/smoothing-of-vertices-in-meshgeometry3d-wpf/943550#943550 0 Answer by Ian Hopkinson for Smoothing of Vertices in MeshGeometry3D (WPF) Ian Hopkinson 2009-06-03T07:51:20Z 2009-06-03T07:57:58Z <p>Is there a problem with sidedness? By default I think WPF renders facets onesided - you can't see them from the 'wrong' side.</p> <p>Similarly with lighting you can get odd effects if your model isn't illuminated from all directions - try putting in an AmbientLight</p> http://stackoverflow.com/questions/872469/simplest-way-to-send-messages-between-matlab-vb6-and-vb-net-programs/872595#872595 0 Answer by Ian Hopkinson for Simplest way to send messages between Matlab, VB6 and VB.NET programs Ian Hopkinson 2009-05-16T15:03:40Z 2009-05-16T15:03:40Z <p>I've used the Matlab dos command to execute a Java program on the commandline, it waits for the commandline to complete before returning control to Matlab. This worked fine for me, after my Matlab program regained control I read the output file from the Java.</p> <p>I've used compiled Matlab programs (i.e. exe's), these work okay but they spray files around when they execute - I believe it's possible to pass in commandline arguments to a compiled executable. Assuming VB.NET is like C# .NET you could execute your exe from code using something like the Process object.</p> <p>Alternatively there are ways to compile to .dll which are accessible via .NET see here:</p> <p><a href="http://www.codeproject.com/KB/dotnet/matlabeng.aspx" rel="nofollow">http://www.codeproject.com/KB/dotnet/matlabeng.aspx</a></p> <p>for an explanation. I've never tried this...</p> http://stackoverflow.com/questions/721604/programming-with-java-for-beginners/721750#721750 0 Answer by Ian Hopkinson for Programming with Java for beginners Ian Hopkinson 2009-04-06T14:37:15Z 2009-04-06T14:37:15Z <p>Another vote for actually doing some coding here. If you don't like the exercises in books then try programming something you're interested in personally. In my quest to learn C# I'm writing a program to correlate and display photos and GPS tracks and as a spin-off I'm trying to write a 3D graph component in WPF. Having a real problem I'm actually interested in makes a big difference to me, you can get a bit tired of implementations of bank account classes and vehicles.</p> http://stackoverflow.com/questions/631110/career-crossroads-should-i-choose-teaching/631143#631143 0 Answer by Ian Hopkinson for Career crossroads - should I choose teaching? Ian Hopkinson 2009-03-10T16:37:34Z 2009-03-10T16:37:34Z <p>If you're "introverted and don't have good people skills", I think you're going to find teaching really hard! Other disadvantage of teaching is that you're forced to take holidays in peak times (which is really bad for skiing)</p> http://stackoverflow.com/questions/610414/automatic-assembly-version-number-management-in-vs2008/610532#610532 0 Answer by Ian Hopkinson for Automatic assembly version number management in VS2008 Ian Hopkinson 2009-03-04T13:25:26Z 2009-03-04T13:25:26Z <p>I've used the svnversion <a href="http://msbuildtasks.tigris.org/" rel="nofollow"><strong>MSBuild community tasks</strong> </a>to do something like this, I followed the instructions <a href="http://blog.tfanshteyn.com/2006/10/msbuild-community-tasks.html" rel="nofollow"><strong>here</strong></a> Although the way I do it doesn't span multiple assemblies. </p> http://stackoverflow.com/questions/600357/anyone-know-of-a-really-good-book-about-ray-tracing/600362#600362 2 Answer by Ian Hopkinson for Anyone know of a really good book about Ray Tracing? Ian Hopkinson 2009-03-01T19:36:11Z 2009-03-01T19:47:06Z <p>I can recommend <a href="http://www.pbrt.org/" rel="nofollow"><strong>Physically Based Rendering</strong></a> by Pharr and Humphreys, which includes a full renderer written in C++ using literature programming methods.</p> http://stackoverflow.com/questions/585160/implementing-ridge-detection/585983#585983 2 Answer by Ian Hopkinson for Implementing ridge detection Ian Hopkinson 2009-02-25T13:24:52Z 2009-02-28T07:18:00Z <p>Maybe you need to think in terms of cleaning up the line you already have, rather than a Canny-like edge detection. It feels like you should be able to do something with <a href="http://en.wikipedia.org/wiki/Morphological%5Fimage%5Fprocessing" rel="nofollow"><strong>image morphology</strong></a>, in particular I'm thinking of the skeletonize and ultimate eroded points type operations. Used appropriately these should remove from your image any features which are not 'lines' - I believe they're implemented in Intel's OpenCV library. </p> <p>You can recover a single line from your double line generated using the Canny filter using one dilate operation followed by 3 erodes (I tried it out in ImageJ) - this should also remove any edges.</p> http://stackoverflow.com/questions/596262/image-fingerprint-to-compare-similarity-of-many-images/597676#597676 0 Answer by Ian Hopkinson for Image fingerprint to compare similarity of many images Ian Hopkinson 2009-02-28T07:15:13Z 2009-02-28T07:15:13Z <p>It seems that specialised image hashing algorithms are an area of active research but perhaps a normal hash calculation of the image bytes would do the trick. </p> <p>Are you seeking byte-identical images rather than looking for images that are derived from the same source but may be a different format or resolution (which strikes me as a rather hard problem).</p> http://stackoverflow.com/questions/596216/formula-to-determine-brightness-of-rgb-color/596254#596254 3 Answer by Ian Hopkinson for Formula to determine brightness of RGB color Ian Hopkinson 2009-02-27T19:28:08Z 2009-02-27T19:28:08Z <p>The HSV colorspace should do the trick, see the <a href="http://en.wikipedia.org/wiki/HSL%5Fand%5FHSV" rel="nofollow"><strong>wikipedia article</strong></a> depending on the language you're working in you may get a library conversion .</p> <p>H is hue which is a numerical value for the color (i.e. red, green...)</p> <p>S is the saturation of the color, i.e. how 'intense' it is</p> <p>V is the 'brightness' of the color.</p> http://stackoverflow.com/questions/445456/computer-graphics-raytracing-and-programming-3d-renders/570773#570773 1 Answer by Ian Hopkinson for Computer Graphics: Raytracing and Programming 3D Renders Ian Hopkinson 2009-02-20T18:44:36Z 2009-02-20T18:44:36Z <p>I can recommend <a href="http://www.pbrt.org/" rel="nofollow"><strong>pbrt</strong></a>, it's a book and a physically-based renderer used to teach computer science graduates. The description of the maths used is nice and clear, and since it is written in the 'literate programming' you can see the appropriate code (in C++) too.</p> http://stackoverflow.com/questions/570739/how-do-you-calculate-the-angle-of-incidence/570749#570749 6 Answer by Ian Hopkinson for How do you calculate the Angle of Incidence? Ian Hopkinson 2009-02-20T18:35:31Z 2009-02-20T18:35:31Z <p>The <a href="http://en.wikipedia.org/wiki/Dot_product" rel="nofollow"><strong>dot product</strong></a> of the surface normal vector and the incident light vector will give you the cosine of the angle of incidence, if you've normalised your vectors. </p> http://stackoverflow.com/questions/560316/how-to-detect-subjective-image-quality/560486#560486 2 Answer by Ian Hopkinson for How to detect subjective image quality Ian Hopkinson 2009-02-18T10:13:51Z 2009-02-18T10:13:51Z <p>You could try looking in the EXIF tags of the image (using something like exiftool), what you get will vary a lot. On my SLR, for example, you even get which of the focus points were active when the image was taken. There may also be something about compression quality.</p> <p>The other thing to check is the image histogram - watch out for images biased to the left, which suggests under-exposure or lots of saturated pixels.</p> <p>For image blur you could look at the high frequency components of the Fourier transform, this is probably accessing parameters relating to the JPG compression anyway. </p> <p>This is a bit of a tricky area because most "rules" you might be able to implement could arguably be broken for artistic effect.</p> http://stackoverflow.com/questions/560166/programming-vocabulary/560274#560274 0 Answer by Ian Hopkinson for Programming Vocabulary Ian Hopkinson 2009-02-18T08:40:06Z 2009-02-18T08:40:06Z <p>For when things go wrong:</p> <ul> <li>bug</li> <li>exception</li> <li>breakpoint</li> <li>error</li> <li>warning</li> </ul> http://stackoverflow.com/questions/557935/can-i-create-this-type-of-graph-in-zedgraph/558275#558275 1 Answer by Ian Hopkinson for Can I create this type of Graph in ZedGraph? Ian Hopkinson 2009-02-17T19:03:07Z 2009-02-17T19:03:07Z <p>I can see three routes (can't say I've tried them), if you want to shade the whole graph area then either of these two:</p> <p>(1) Use BoxObj, with a Fill defined with an alpha value - this should be completely flexible. BoxObj is used towards the bottom of <a href="http://zedgraph.org/wiki/index.php?title=Combo_Chart_Demo" rel="nofollow"><strong>this</strong></a> demo.</p> <p>(2) Use a filled plot style as shown <a href="http://zedgraph.org/wiki/index.php?title=Combo_Chart_Demo" rel="nofollow"><strong>here</strong></a>, you can see how a semi-transparent fill is defined here as well. Not sure how to control where the fill goes (i.e the graph min or max) rather than to the x-axis.</p> <p>Alternatively if you just want to shade the points, then you could build the curve objects conditionally.</p> http://stackoverflow.com/questions/556108/fast-java-library-for-circle-recognition/556126#556126 2 Answer by Ian Hopkinson for Fast Java library for circle recognition Ian Hopkinson 2009-02-17T09:52:43Z 2009-02-17T09:52:43Z <p>You might want to have a look at the implementation in ImageJ, see <a href="http://rsbweb.nih.gov/ij/plugins/download/Hough_Circles.java" rel="nofollow"><strong>here</strong></a>.</p> http://stackoverflow.com/questions/551072/how-to-delete-a-long-path-in-windows/551138#551138 3 Answer by Ian Hopkinson for How to delete a long path in windows. Ian Hopkinson 2009-02-15T16:20:24Z 2009-02-15T16:20:24Z <p>I had a problem similar to this with Eclipse: trying to import a project using Subclipse, it generated a deeply nested set of directories which I couldn't delete.</p> <p>I did a couple of things, firstly I edited the directory names down to the shortest length possible (actually I think this was pointless). Secondly, I traversed the directory tree as deeply as possible and then cut and pasted the branch out (which makes it possible to delete the original branch), and then repeated the process. </p> <p>@Charlie and @Tomalek's solutions look like they might be more elegant. I don't plan on repeating the experience to find out though.</p> http://stackoverflow.com/questions/1638275/handling-an-invalid-security-certificate-using-matlabs-urlread-command/1640099#1640099 Comment by Ian Hopkinson on Handling an invalid security certificate using Matlab's urlread command Ian Hopkinson 2009-10-29T08:47:01Z 2009-10-29T08:47:01Z 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. http://stackoverflow.com/questions/1638275/handling-an-invalid-security-certificate-using-matlabs-urlread-command Comment by Ian Hopkinson on Handling an invalid security certificate using Matlab's urlread command Ian Hopkinson 2009-10-28T18:52:02Z 2009-10-28T18:52:02Z 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. http://stackoverflow.com/questions/1516200/to-geo-tag-a-photo-what-attributes-are-required-more-than-lat-lon/1516205#1516205 Comment by Ian Hopkinson on To geo-tag a photo, what attributes are required? More than lat/lon? Ian Hopkinson 2009-10-05T05:11:06Z 2009-10-05T05:11:06Z 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. http://stackoverflow.com/questions/1317931/how-do-i-provide-a-username-password-to-access-a-web-resource-using-matlab-urlrea/1323535#1323535 Comment by Ian Hopkinson on How do I provide a username/password to access a web resource using Matlab urlread/urlwrite? Ian Hopkinson 2009-08-24T18:37:07Z 2009-08-24T18:37:07Z 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 &quot;Don't do that&quot; HTML page! Which is fair enough really, switching to diplomacy mode :oops: http://stackoverflow.com/questions/1311106/running-a-javascript-command-from-matlab-to-fetch-a-pdf-file/1312501#1312501 Comment by Ian Hopkinson on Running a Javascript command from Matlab to fetch a PDF file Ian Hopkinson 2009-08-24T14:43:42Z 2009-08-24T14:43:42Z Dimitri Shvorob's solution for converting the PDF file to text works nicely http://stackoverflow.com/questions/1320881/exif-key-names-explanations/1320902#1320902 Comment by Ian Hopkinson on EXIF key names explanations Ian Hopkinson 2009-08-24T07:26:08Z 2009-08-24T07:26:08Z exiftool, which this post references, is excellent and provides the most EXIF info I've seen. The supporting documentation is very good too. http://stackoverflow.com/questions/1311106/running-a-javascript-command-from-matlab-to-fetch-a-pdf-file/1312501#1312501 Comment by Ian Hopkinson on Running a Javascript command from Matlab to fetch a PDF file Ian Hopkinson 2009-08-21T18:35:38Z 2009-08-21T18:35:38Z 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 <i>see</i> the pdf document on screen, which is frustratingly close to what I want. The text from PDF functions look useful... http://stackoverflow.com/questions/1311106/running-a-javascript-command-from-matlab-to-fetch-a-pdf-file/1311117#1311117 Comment by Ian Hopkinson on Running a Javascript command from Matlab to fetch a PDF file Ian Hopkinson 2009-08-21T10:47:20Z 2009-08-21T10:47:20Z 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! http://stackoverflow.com/questions/1277613/how-do-i-emulate-include-behaviour-in-matlab/1277769#1277769 Comment by Ian Hopkinson on How do I emulate 'include' behaviour in MATLAB? Ian Hopkinson 2009-08-17T10:54:54Z 2009-08-17T10:54:54Z +1 because this is a reasonable solution which I'd considered. http://stackoverflow.com/questions/1277613/how-do-i-emulate-include-behaviour-in-matlab/1278206#1278206 Comment by Ian Hopkinson on How do I emulate 'include' behaviour in MATLAB? Ian Hopkinson 2009-08-17T10:53:59Z 2009-08-17T10:53:59Z 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! http://stackoverflow.com/questions/1025866/how-do-i-convert-a-matlab-image-processing-program-to-java/1048518#1048518 Comment by Ian Hopkinson on How do I convert a MATLAB image processing program to java? Ian Hopkinson 2009-06-26T14:02:59Z 2009-06-26T14:02:59Z Only drawback to this is that it requires the Matlab runtime, which is freely distributable but fairly large (130mb) http://stackoverflow.com/questions/925864/project-eulers-problem-16-in-visual-basic-sum-of-digits-in-the-number-21000 Comment by Ian Hopkinson on Project Eulers problem 16 in visual basic. Sum of digits in the number 2^1000 Ian Hopkinson 2009-05-29T13:26:18Z 2009-05-29T13:26:18Z I suspect there is a more elegant way than simply creating 2^1000 in a BigInteger and summing the digits thus generated. http://stackoverflow.com/questions/881010/how-to-solve-symbolic-equation-with-double-coefficients-in-matlab/881021#881021 Comment by Ian Hopkinson on How to solve symbolic equation with double coefficients in matlab? Ian Hopkinson 2009-05-19T05:24:20Z 2009-05-19T05:24:20Z What happens if you use the function VPA(ans)? http://stackoverflow.com/questions/872469/simplest-way-to-send-messages-between-matlab-vb6-and-vb-net-programs/872595#872595 Comment by Ian Hopkinson on Simplest way to send messages between Matlab, VB6 and VB.NET programs Ian Hopkinson 2009-05-16T16:21:38Z 2009-05-16T16:21:38Z That's my understanding - I must admit that I've steered clear of such things for fear of banging head against mysterious compiler incantations. http://stackoverflow.com/questions/585160/implementing-ridge-detection Comment by Ian Hopkinson on Implementing ridge detection Ian Hopkinson 2009-02-28T07:20:04Z 2009-02-28T07:20:04Z @Jesse - it's done. I agree it's a bit hackish - but that's image analysis for you ;-) Depending on precise nature of your original image you might be able to dispense with the Canny filter step