-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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