Home
PDF Print E-mail
Written by Batuhan Osmanoglu   
Wednesday, 28 May 2008 19:22

Matlab CEOS State Vector Reader

I had this particular dataset from Radarsat that I wanted to process badly but for some reason Doris and I couldn't agree on the satellites orbit. For starters, state vectors are vectors that tell us about the satellites state, or in English, where the satellite is and how fast it is traveling. Since there are three dimensions in space and one dimension (or something similar) in time, state vectors constitute from time, position in x, y and z, and velocity in x, y, z dimensions.

Last Updated ( Wednesday, 25 June 2008 03:39 )
Read more...
 
PDF Print E-mail
Written by Batuhan Osmanoglu   
Wednesday, 28 May 2008 15:22

Multithreading Matlab with Java 2

In this second part of Multithreading Matlab with Java series we will look into how to pass parameters back and forth between Matlab and Java. It is actually relatively simple, and requires a minor change in our code. But before we'll look into that, I'll go over how to compile Java from the Linux command prompt.

Last Updated ( Wednesday, 28 May 2008 18:59 )
Read more...
 
PDF Print E-mail
Written by Batu   
Friday, 25 April 2008 04:06

Multithreading Matlab with Java

With the advance of technology, we have started seeing SMP (Symmetric Multiple Processing) CPUs (Central Processing Unit, operational brain of your computer) even in laptops. Though these architectures are great for listening to your favorite internet radio station and work on Matlab at the same time, when you actually want to use both CPUs to attack the same problem in Matlab it is quite tricky.

Last Updated ( Friday, 09 May 2008 13:51 )
Read more...