Drexel dragonThe Math ForumDonate to the Math Forum



Search All of the Math Forum:

Views expressed in these public forums are not endorsed by Drexel University or The Math Forum.


Math Forum » Discussions » Software » comp.soft-sys.matlab

Topic: Error using ==> get Conversion to double from cell is not possible.
Replies: 1   Last Post: Feb 23, 2013 7:29 AM

Advanced Search

Back to Topic List Back to Topic List Jump to Tree View Jump to Tree View  
Matt J

Posts: 4,978
Registered: 11/28/09
Re: Error using ==> get Conversion to double from cell is not possible.
Posted: Feb 23, 2013 7:29 AM
  Click to see the message monospaced in plain text Plain Text   Click to reply to this topic Reply

"ravit " <ravit.bar2@gmail.com> wrote in message <kga8jb$mg0$1@newscl01ah.mathworks.com>...
> >> f = open('Al015Tantalum.fig');
> >> a= get(gca, 'children')

>
> a =
>
> 473.0011
> 419.0011
>

> >> b= get(a, 'children')
>
> b =
>
> [0x1 double]
> [0x1 double]
>

> >> x = get(b, 'XData')
> ??? Error using ==> get
> Conversion to double from cell is not possible.
>


x{1}=get(b{1},'XData')
x{2}=get(b{2},'XData')

and similarly for y



Point your RSS reader here for a feed of the latest messages in this topic.

[Privacy Policy] [Terms of Use]

© Drexel University 1994-2013. All Rights Reserved.
The Math Forum is a research and educational enterprise of the Drexel University School of Education.