Pedro Ferreira

Show:

What's happening?

  • C++ code generation

    Hello, I just found CodeWorker, I'll be reading the user manual for the next couple of weeks but maybe if I post my question here I'll have a quicker answer... ;-) I'm looking for a quick way to update all inherited classes when I update the interface base class file, that is, it would generate all new operations (declaration in the .h file and implementation in the .cpp file) that exit in the...

    2007-10-07 20:04:27 UTC in CodeWorker

  • Comment: plot3 only plots 2 dimensions!

    Logged In: YES user_id=162168 lol 4 months later... :-D ok, I'm happy to have helped on this.

    2006-09-01 08:34:17 UTC in FreeMat

  • Comment: plot3 only plots 2 dimensions!

    Logged In: YES user_id=162168 lol 4 months later... :-D ok, I'm happy to have helped on this.

    2006-09-01 08:33:51 UTC in FreeMat

  • Comment: plot3 only plots 2 dimensions!

    Logged In: YES user_id=162168 lol 4 months later... :-D ok, I'm happy to have helped on this.

    2006-09-01 08:33:20 UTC in FreeMat

  • Comment: plot3 only plots 2 dimensions!

    Logged In: YES user_id=162168 lol 4 months later... :-D ok, I'm happy to have helped on this.

    2006-09-01 08:31:23 UTC in FreeMat

  • Comment: plot3 only plots 2 dimensions!

    Logged In: YES user_id=162168 I'm new to freemat but it looks like you didn't change the point of view, so you'r looking strait down to the x-y plan and you can't see the z coordinate... try the command view() after the command plot() for ex: plot(... my data...); view(3);.

    2006-04-12 15:33:27 UTC in FreeMat

  • Need help on ploting data

    Please, can we plot a group of vectors in the same window? This vectors are inside an array in the form x, y, z and I'd like to plot for each one a separate line pointing up (paralel to z axis) from 0 to z, starting at x, y... I hope this explanation is clear enought :-) And where can I get sample files for FreeMat? Thanks in advance, Pedro.

    2006-04-12 15:29:06 UTC in FreeMat

  • Comment: Possible wrong handling of cookies

    Logged In: YES user_id=162168 look at correction for bug 934458, it may also solve this one...

    2006-02-27 17:05:07 UTC in Projectory

  • Comment: Can't login if there are multiple cookies for the server

    Logged In: YES user_id=162168 look at correction for bug 934458, it may also solve this one...

    2006-02-27 17:04:35 UTC in Projectory

  • Comment: Login returns to login. Similar problem as 896193

    Logged In: YES user_id=162168 The reason is that firefox puts several cookies in the same line, they are separated by a ';' char. The following correction works for me: replace the line $_encrypted =~ s/^token\=(.+)/$1/i; with $_encrypted =~ s/^token\=(.+)\;.+/$1/i; thats all!

    2006-02-27 17:01:02 UTC in Projectory

About Me

  • 2001-02-27 (9 years ago)
  • 162168
  • pedro_nf (My Site)
  • Pedro Ferreira

  • SQL-based C Java PHP Modeling Object Oriented Object Oriented Networking

Send me a message