Monthly Archives: June 2017

Robotics on arXiv.org Submissions on 30-06-2017 [1]  arXiv:1706.09829 [pdf, other] link Title: Towards Monocular Vision based Obstacle Avoidance through Deep Reinforcement Learning Authors: Linhai Xie, Sen Wang, Andrew Markham, Niki Trigoni Comments: Accepted by RSS 2017 workshop New Frontiers for … Continue reading

Posted in Robotics | Tagged , , , , , , , , | Leave a comment

Robotics on arXiv.org Submissions on 29-06-2017 [1]  arXiv:1706.09351 [pdf, other] link Title: Near-Optimal Edge Evaluation in Explicit Generalized Binomial Graphs Authors: Sanjiban Choudhury, Shervin Javdani, Siddhartha Srinivasa, Sebastian Scherer Subjects: Robotics (cs.RO) [2]  arXiv:1706.09153 [pdf, ps, other] link Title: Drawbacks … Continue reading

Posted in Robotics | Tagged , , , , , , , , , , , | Leave a comment

Robotics on arXiv.org Submissions on 28-06-2017 [1] arXiv:1706.08932 [pdf, other] link Title: Iterative Sequential Action Control for Stable, Model-Based Control of Nonlinear Systems Authors: Emmanouil Tzorakoleftherakis, Todd Murphey Comments: Submitted for publication Subjects: Robotics (cs.RO) [2] arXiv:1706.08931 [pdf, ps, other] … Continue reading

Posted in Robotics | Tagged , , , | Leave a comment

Compress files in MATLAB without other file compression software – Method 3, tar & untar

In the previous post and the post before that, I mentioned two methods for compressing and decompressing files directly in MATLAB using standard ZIP and GNU ZIP methods. In this folder, I demonstrate that we can make tar files using … Continue reading

Posted in Linux, MATLAB, programming, Software, Ubuntu | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Compress files in MATLAB without other file compression software – Method 2, GNU ZIP-UNZIP

In previous post, I showed how you can make zip files in MATLAB and also how to unzip them. The previous function zip used the standard ZIP compression. In this post, we take a look at GNU ZIP and GNU … Continue reading

Posted in Linux, MATLAB, programming, Software, Ubuntu | Tagged , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Compress files in MATLAB without other file compression software – Method 1, ZIP-UNZIP

You can easily zip a file (or a set of files) in MATLAB without requiring any external compression software being installed on your machine. This is useful to be able to compress files while still in MATLAB. In this post, … Continue reading

Posted in Linux, MATLAB, programming, Software, Ubuntu | Tagged , , , , , , , , , , , , , , , , , , , , , | Leave a comment