Search the web
Sign In
New User? Sign Up
jsci
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 121 - 150 of 369   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
121
Hi, I have now released version 0.911 of JSci. Some of the new changes may break existing code, but should be easy to fix. Changes are as follows: - JUnit test...
Mark Hale
mj_hale
Offline Send Email
Apr 18, 2004
3:29 pm
122
Downloaded today and playing around with ... Created a new NormalDistribution object, nd, with the constructor NormalDistribution(double[] array). Called...
Matt Dean
usg568i
Offline Send Email
Apr 19, 2004
12:26 am
123
The constructor public Complex(final String s) does not correctly parse this string, that was generated by Complex.toString ...
mlite75
Offline Send Email
Apr 20, 2004
1:40 pm
124
Yep, you are right. Thanks for fixing that....
Mark
mj_hale
Offline Send Email
Apr 24, 2004
5:49 pm
125
Thanks, I'll fix that....
Mark
mj_hale
Offline Send Email
Apr 24, 2004
5:52 pm
126
Fixes: - parsing of complex numbers - NormalDistribution.getVariance() incorrect Also, ArrayMath.median() replaced with a faster implementation. ...
Mark Hale
mj_hale
Offline Send Email
Apr 30, 2004
7:10 pm
127
Hi All, I'm hoping someone might be able to help me find a java class or interface that solves for ordinary differential equations using the RK4 integration...
lydiacetin
Offline Send Email
May 7, 2004
3:45 am
128
Hi, Say you have a function dy/dt = f(y). Then, you would do the following in code: // create inner class representing function Mapping func = new Mapping() { ...
Mark Hale
mj_hale
Offline Send Email
May 9, 2004
2:16 am
129 lydiacetin
Offline Send Email
May 14, 2004
12:31 am
130
Thanks for your response Mark, but I'm having a little trouble implementing the code. My main problem is that I don't think I can use the func object in the...
lydiacetin
Offline Send Email
May 14, 2004
12:39 am
131
What compiler error do you get? If it does not like the use of the inner class you can just use a normal class: class MyDyByDxFunction implements Mapping { ...
Mark Hale
mj_hale
Offline Send Email
May 14, 2004
3:11 am
132
Is there any workaround, other then editing each file. I'm using eclips. Thanks Kjell...
kjti5261
Offline Send Email
Jun 1, 2004
9:08 am
133
Thanks Mark, I did manage to get the rungeKutta method working with your new suggestions and my simple ODE worked. Cheers! The ODE that I'm trying to solve is...
lydiacetin
Offline Send Email
Jun 2, 2004
4:24 am
134
I guess I ought to write a script to do this. ... any workaround, other then editing each ... http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/nhFolB/TM ... ...
Mark Hale
mj_hale
Offline Send Email
Jun 3, 2004
12:00 am
135
Hi, I was wondering if there is any way to increase the size of the points on a JScatterGraph. Cheers, Julia...
jfand22
Offline
Jun 12, 2004
5:03 pm
136
I'm afraid not as yet. I shall look into adding a setMarker() method so its possible to use custom points. Probably based around the java.awt.Shape interface. ...
Mark Hale
mj_hale
Offline Send Email
Jun 15, 2004
1:15 am
137
Hi, I've just released a new version of JSci which now does support the ability to change the size of data markers. Example: JScatterGraph graph = new...
Mark Hale
mj_hale
Offline Send Email
Jun 28, 2004
1:27 am
138
Hi All, I have ETX105 from Meade with Autostar 2. I am planning to implement a JAVA code for the LX200 protocol. I have Redhat 9 OS. I just wanted to know if...
sachkunal
Offline Send Email
Jun 30, 2004
7:13 am
139
Check out the JSci.astro.telescope package. It has support for LX200 using JComm API. ... http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/nhFolB/TM ... ...
Mark Hale
mj_hale
Offline Send Email
Jul 12, 2004
8:47 pm
140
Hi Folks, I am stuck at a point where I am supposed to use the the LPI imager under Linux. Has anyone ever tried it with Linux or provide me some useful ...
sachdeva@...
sachkunal
Offline Send Email
Aug 4, 2004
3:53 pm
141
Hi, I have been using the Jsci library (core and xtra)with my program since Jsci version 0.911. Today, I have updated library to version 0.914, then program...
kaz_0202
Offline Send Email
Aug 6, 2004
4:25 am
142
I want to print a JlineGraph on the printer. I have problems with the scaling : The graph will be printed in 2 or 3 pages instead of 1. I am using the utility...
christopheandreoli
christophean...
Offline Send Email
Aug 9, 2004
1:33 pm
143
I downloaded the cvs version of JSci and fixed the ^Z characters in the java files but am getting a large number of compiler errors such as a missing...
doppelrob
Offline Send Email
Aug 9, 2004
9:17 pm
144
Internally JGraph2D passes Strings returned by NumberFormat.format() to the Float.parseFloat() method. If running under a german OS NumberFormat.format()...
badkilla
Offline Send Email
Aug 14, 2004
2:24 pm
145
Try to set the VM Language to english via the System Property -Duser.language=en....
badkilla
Offline Send Email
Aug 14, 2004
2:27 pm
146
Problem: Application hangs if the german language is set or when deeply zooming in graphs. Problem Location: rescale() in JSci.swing.JGraphD Problem...
badkilla
Offline Send Email
Aug 14, 2004
9:51 pm
147
Hello, I want to override the drawing of axes. For example, I want X integer Labels 8 and not float like now). I wanted to implement my own drawaxes method (...
christopheandreoli
christophean...
Offline Send Email
Aug 16, 2004
12:22 pm
148
Try scaling the Graphic to the page size. You can find some example code at http://java.sun.com/products/java-media/2D/forDeve lopers/sdk12print.html (Try...
Mark
mj_hale
Offline Send Email
Aug 19, 2004
7:48 am
149
JSci version 0.915 is now available. It fixes the locale bug in the graph classes. Regards, Mark...
Mark
mj_hale
Offline Send Email
Aug 21, 2004
8:07 am
150
I found JSci today when looking for a free java graphing package (not Math focused). JSci was easy to use. Is there another project out there that is more...
dgaarsoe
Offline Send Email
Aug 23, 2004
11:44 pm
Messages 121 - 150 of 369   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help