On 05/24/2011 12:57 AM, Bruce Bruen wrote:
> On 24/05/11 14:08, Kevin Fishburne wrote:
>> On 05/24/2011 12:16 AM, Bruce Bruen wrote:
>>
>>> On 24/05/11 13:14, Kevin Fishburne wrote:
>>>
I was already helped graciously in figuring out how to translate a point
in a plane along its local axe
On 24/05/11 14:08, Kevin Fishburne wrote:
> On 05/24/2011 12:16 AM, Bruce Bruen wrote:
>
>> On 24/05/11 13:14, Kevin Fishburne wrote:
>>
>>> I was already helped graciously in figuring out how to translate a point
>>> in a plane along its local axes at a given orientation, but now need a
On 05/24/2011 12:34 AM, wally wrote:
> On Tuesday, May 24, 2011 05:44:14 Kevin Fishburne wrote:
>> I was already helped graciously in figuring out how to translate a point
>> in a plane along its local axes at a given orientation, but now need a
>> bit of the inverse of the equation.
>>
>> I need t
On 05/24/2011 12:16 AM, Bruce Bruen wrote:
> On 24/05/11 13:14, Kevin Fishburne wrote:
>> I was already helped graciously in figuring out how to translate a point
>> in a plane along its local axes at a given orientation, but now need a
>> bit of the inverse of the equation.
>>
>> I need to know th
On Tuesday, May 24, 2011 05:44:14 Kevin Fishburne wrote:
> I was already helped graciously in figuring out how to translate a point
> in a plane along its local axes at a given orientation, but now need a
> bit of the inverse of the equation.
>
> I need to know the (x, y) offset of a point at a gi
On 24/05/11 13:14, Kevin Fishburne wrote:
> I was already helped graciously in figuring out how to translate a point
> in a plane along its local axes at a given orientation, but now need a
> bit of the inverse of the equation.
>
> I need to know the (x, y) offset of a point at a given orientation
On 24/05/11 11:52, Kevin Fishburne wrote:
> On 05/23/2011 10:01 PM, Kevin Fishburne wrote:
>
>> On 05/09/2011 09:59 PM, Benoît Minisini wrote:
>>
Think of it like a spreadsheet instead of an array. I need each "row"
sorted by the value in a "column". The two column values are
>>
I was already helped graciously in figuring out how to translate a point
in a plane along its local axes at a given orientation, but now need a
bit of the inverse of the equation.
I need to know the (x, y) offset of a point at a given orientation and
velocity. For example if a point is moving a
On 05/23/2011 10:01 PM, Kevin Fishburne wrote:
> On 05/09/2011 09:59 PM, Benoît Minisini wrote:
>>> Think of it like a spreadsheet instead of an array. I need each "row"
>>> sorted by the value in a "column". The two column values are
>>> ObjectNumber and ObjectY and the row represents the array in
On 23/05/11 22:49, Benoît Minisini wrote:
On 23/05/11 21:54, Bruce Bruen wrote:
I have a TabStrip with a TableView in each tab. The Click event is set
up to allow the user to edit the cell in-place, which works fine as long
as they stay on the same tab.
But if they change the active tab w
On 05/09/2011 09:59 PM, Benoît Minisini wrote:
>> Think of it like a spreadsheet instead of an array. I need each "row"
>> sorted by the value in a "column". The two column values are
>> ObjectNumber and ObjectY and the row represents the array index.
>>
>> There's got to be something like this in
Works fine!
Thanks!
Jussi
2011/5/23 Benoît Minisini
> > Apparently 122K + 123K is over 256K, I get 245K... anyway, another try to
> > post these pesky screenshots.
> >
> > Jussi
> >
>
> Fixed in revision #3858. Maybe :-)
>
> --
> Benoît Minisini
>
>
> --
thank you Fabien
it solved my problem
Fabien Bodard-4 wrote:
>
> apt-get install build-essential
>
> 2011/5/23 xnome :
>>
>> Hi,
>> I am using gambas2 on ubuntu 10.10 32bit
>> when read that gambas3 rc1 already publish i downloaded it and extract
>> ASAP
>> i followed your instruction from
>
Also do not use sudo, it is only needed with "make install".
Jussi
On Mon, May 23, 2011 at 22:37, xnome wrote:
>
> Hi,
> I am using gambas2 on ubuntu 10.10 32bit
> when read that gambas3 rc1 already publish i downloaded it and extract ASAP
> i followed your instruction from http://gambasdoc.o
> Apparently 122K + 123K is over 256K, I get 245K... anyway, another try to
> post these pesky screenshots.
>
> Jussi
>
Fixed in revision #3858. Maybe :-)
--
Benoît Minisini
--
What Every C/C++ and Fortran developer S
apt-get install build-essential
2011/5/23 xnome :
>
> Hi,
> I am using gambas2 on ubuntu 10.10 32bit
> when read that gambas3 rc1 already publish i downloaded it and extract ASAP
> i followed your instruction from http://gambasdoc.org/help/install?en&view
> all files are fully extracted without a
Hi,
I am using gambas2 on ubuntu 10.10 32bit
when read that gambas3 rc1 already publish i downloaded it and extract ASAP
i followed your instruction from http://gambasdoc.org/help/install?en&view
all files are fully extracted without any error
but here the result:
richard@richard-desktop:/usr/s
"parametrization" sounds good, but i'm not a mathematic.
On Monday, May 23, 2011 18:40:55 Jussi Lahtinen wrote:
> Rootfinder is not way to go...
> You may have to implement peak finder by yourself.
> Though, I suggest to google for ready algorithms, at best you may just have
> to do parametrizat
Sounds like you need to use statistical methods to find what you need.
Jussi
On Mon, May 23, 2011 at 19:34, wally wrote:
> Jussi,
>
> here is a screenshot from a peakgenerator made in gambas3.
> i use this to generate data similar to this i get from HPLC detector.
> i can send the data from t
Rootfinder is not way to go...
You may have to implement peak finder by yourself.
Though, I suggest to google for ready algorithms, at best you may just have
to do parametrization
for peaks/noise/etc.
Jussi
On Mon, May 23, 2011 at 18:55, wally wrote:
> Jussi,
>
> i try to analyze some spectro
> Apparently 122K + 123K is over 256K, I get 245K... anyway, another try to
> post these pesky screenshots.
>
> Jussi
>
Mails attachments are encoded, so their size is greater than their original
binary size. And you have to take into account all the mail headers.
--
Benoît Minisini
and have some fun with maths :)
On Monday, May 23, 2011 17:48:24 Jussi Lahtinen wrote:
> > actuakky i have problem to pass the splines to rootfinder
>
> What you are exactly trying to achieve?
> Rootfinder tries to find root of function, it doesn't eat data as such...
> For data just seek for ze
Jussi,
i try to analyze some spectrographic data.
Mainly peakfinding, start of peak end of peak,
integral between start and end of sigle peak in
numerical data containing unknown number of peaks
and of course noise.
wally
On Monday, May 23, 2011 17:48:24 Jussi Lahtinen wrote:
> > actuakky i
> actuakky i have problem to pass the splines to rootfinder
>
What you are exactly trying to achieve?
Rootfinder tries to find root of function, it doesn't eat data as such...
For data just seek for zero.
Jussi
--
What Ev
Gambas 3 rev 3857 @ Ubuntu 11.04 64bit
Jussi
On Mon, May 23, 2011 at 18:32, Jussi Lahtinen wrote:
> Maybe you do understand and there is some other problem...
> Screenshot1.jpg tells what happens now when I press "h" on my keyboard.
> Screenshot2.jpg tells what I expect to happen when I press "
> On 23/05/11 21:54, Bruce Bruen wrote:
> > I have a TabStrip with a TableView in each tab. The Click event is set
> > up to allow the user to edit the cell in-place, which works fine as long
> > as they stay on the same tab.
> > But if they change the active tab while the editor is active, it sta
On 23/05/11 21:54, Bruce Bruen wrote:
> I have a TabStrip with a TableView in each tab. The Click event is set
> up to allow the user to edit the cell in-place, which works fine as long
> as they stay on the same tab.
> But if they change the active tab while the editor is active, it stays
> activ
I have a TabStrip with a TableView in each tab. The Click event is set
up to allow the user to edit the cell in-place, which works fine as long
as they stay on the same tab.
But if they change the active tab while the editor is active, it stays
active??? and the textbox is visible on the other
2011/5/23 richard terry :
> On Monday 23 May 2011 18:49:18 wally wrote:
>
> What's this example meant to do/show.
>
> I've installed and tried to run it and nothing happens.
>
> I seem to have according to synaptic GNU Scientific Library (GSL) -- library
> package installed.
>
> Can your demo do so
do some left-mouse-clicks on the drawingarea and push button cspline
On Monday, May 23, 2011 11:23:08 richard terry wrote:
> On Monday 23 May 2011 18:49:18 wally wrote:
>
> What's this example meant to do/show.
>
> I've installed and tried to run it and nothing happens.
>
> I seem to have ac
On Monday 23 May 2011 18:49:18 wally wrote:
What's this example meant to do/show.
I've installed and tried to run it and nothing happens.
I seem to have according to synaptic GNU Scientific Library (GSL) -- library
package installed.
Can your demo do some sort of check on this and then popup s
should i post the remaining gsl-interpolation group examples here ?
(linear, polynomial, akima,derivation, integral )
actuakky i have problem to pass the splines to rootfinder
wally
On Sunday, May 22, 2011 23:57:49 Benoît Minisini wrote:
> > Hmmm official example doesn't have this problem
32 matches
Mail list logo