Open GoogleCodeExporter opened 9 years ago
I have the same problem running R2013b on Mac OS X 10.9.5
Original comment by cla...@cse.unsw.edu.au
on 6 Jul 2014 at 3:20
Also in MATLAB Version: 8.3.0.532 (R2014a)
Original comment by zoomb...@gmail.com
on 14 Jul 2014 at 7:09
i am also facing same problem in matlab R2014a version in windows 7
Original comment by anvesh.i...@gmail.com
on 14 Jul 2014 at 9:25
[deleted comment]
You can solve this issue applying the attached patches to the "transl.m" and
"trplot2.m" files.
In order to have the exactly same graphical result instead of
>> axis([0, 5, 0, 5]);
>> trplot2(T1, 'frame', '1', 'color', 'b')
use
>> trplot2(T1, 'frame', '1', 'color', 'b', 'axis', [0, 5, 0, 5])
I hope it helps.
César
Original comment by cesarver...@gmail.com
on 15 Jul 2014 at 12:46
Attachments:
How can i apply the patch Mr.Cesar? how can i apply it to a m.file. please help
me.
Original comment by anvesh.i...@gmail.com
on 16 Jul 2014 at 7:47
In linux you can use
patch source.code.file < patch.file
in windows you can install winmerge <http://winmerge.org/>. Or simply open
the patch file in a text editor, read it, an make the change into the .m
file by hand.
If you have problems, please contact me again.
:-)
On Wed, Jul 16, 2014 at 4:47 PM, <
matlab-toolboxes-robotics-vision@googlecode.com> wrote:
Original comment by cesarver...@gmail.com
on 16 Jul 2014 at 9:53
Tanks for your help, it works (patch too) under win 8.1. R2014a :-)
Original comment by sandor.s...@eurotrenton.com
on 20 Jul 2014 at 6:42
I'm glad to reading it. I hope the bug be solved for the next release of
the toolbox.
:-)
On Sun, Jul 20, 2014 at 3:42 PM, <
matlab-toolboxes-robotics-vision@googlecode.com> wrote:
Original comment by cesarver...@gmail.com
on 20 Jul 2014 at 6:51
thanks for the help, the patch works fine.
Original comment by ariful....@gmail.com
on 6 Dec 2014 at 5:19
Original issue reported on code.google.com by
mohammad...@zhcet.ac.in
on 20 May 2014 at 6:39