Search the web
Sign In
New User? Sign Up
ch_language · Ch Language
? 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 382 - 418 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
382
The problem with M_PI: M_PI is 3,14159265358979310000e+000 not 3.14159265358979310000e+000 thats why the program report for error (fplotxy.ch) ==>:...
Nikolay Angelov
nklyangelov
Offline Send Email
Sep 1, 2006
8:29 am
383
Hi Nikolay, ... We have seen this problem before. The answer is in our FAQ at the link: http://www.softintegration.com/support/faq/windows.html#plot If your...
groupsupport@...
one2001boy
Offline Send Email
Sep 2, 2006
7:28 am
384
I change decimal symbol in regional setting and ploting and M_PI are OK. Thanks for your help. Regards, Nikolay Angelov groupsupport@... wrote:...
Nikolay Angelov
nklyangelov
Offline Send Email
Sep 4, 2006
8:12 am
385
Hello all, I downloaded the binary .zip file of ChOpenCV for Windows, and I'm having trouble installing it. Can anybody offer any suggestions? Do I need to run...
kevin_v_wood
Offline Send Email
Sep 13, 2006
11:30 pm
386
Which are the minimum requierements(RAM,ROM, procesing, etc) to implement CH on a microcontroller, the ones I'm interested in are Atmel AVRs and ARM7. Regards....
contrerasisaac
Offline Send Email
Sep 14, 2006
4:44 am
387
Dear Kevin, Please follow the instructions indicated within the readme file. Under "Installation Instructions," it states to run 'make install.' Do this from...
Stephen Nestinger
ssn17
Offline Send Email
Sep 14, 2006
8:39 pm
389
Thanks Stephen, that worked. ... Under "Installation Instructions," it states to run 'make install.' Do this from within a Ch Shell. If you unzipped the...
kevin_v_wood
Offline Send Email
Sep 15, 2006
4:45 am
391
Hello all, I must admit to being rather confused about ch. Is it possible to compile a 'ch' script on a linux machine using gcc? Below is a snipit of code...
Graham Wilson
grahamwilsonca
Offline Send Email
Sep 21, 2006
11:00 pm
392
... Ch Professional Edition has some extensions to C for rapid application development and deployment. Graphical plotting and computational array are two major...
groupsupport@...
one2001boy
Offline Send Email
Sep 22, 2006
12:19 am
393
... That's really too bad as the ability to compile code that uses 'computational arrays' was my primary reason for looking at ch. ANSI C arrays/pointers are...
grahamwilsonca
Offline Send Email
Sep 22, 2006
3:21 am
394
... This really a deficiency in C which is not as high level a language as Ch. C still has a systems implementation history and hiding loops in an array...
TMacD
tmacd70783
Offline Send Email
Sep 22, 2006
7:21 pm
395
... ANSI ... Computations of computational arrays and advanced numerical functions are internally implemented in C. If you use computational arrays and...
Harry_H_Cheng
Offline Send Email
Sep 22, 2006
7:38 pm
396
Graham, After reading Harry's response, I see that a very good point is raised. Is there any way you can share with us the performance results you obtain with...
TMacD
tmacd70783
Offline Send Email
Sep 25, 2006
5:28 pm
400
While this may be a valid point, script performance wasn't the main reason I was investigating ch. Our current development cycle for low level algorithms in...
grahamwilsonca
Offline Send Email
Oct 3, 2006
1:55 am
401
OK - very good points and good to know. So, this takes me back to the possibilty of enhancing Ch to generate standard C. I suspect this is a major effort, and...
TMacD
tmacd70783
Offline Send Email
Oct 3, 2006
6:20 pm
402
You may check if high-level Ch OpenCV and Ch ImageMagick packages at http://www.softintegration.com/products/thirdparty/#graphics can be used for your ...
Harry_H_Cheng
Offline Send Email
Oct 3, 2006
6:41 pm
404
Hello to all! I have installed Ch professional and the cgi and control system toolbox on Ubuntu. I have also configured Apache and tested the web based control...
amora_9
Offline Send Email
Oct 17, 2006
5:14 am
405
... please use gnuplot> set terminal png ... please use Plot.outputType(PLOT_OUTPUTTYPE_STREAM, "png"); "png color" settings has been deprecated in Ch Prof...
groupsupport@...
one2001boy
Offline Send Email
Oct 18, 2006
5:47 am
406
Hello How can I make an executable program in chscite?...
slawwwc
Offline Send Email
Oct 19, 2006
12:24 am
407
Hi All Is there any way to use SIGL for real time charts/plotting. (I have 19 values per second and I need to display them in real time) Any suggestions would...
sg78ca
Offline Send Email
Oct 19, 2006
3:09 am
408
... ChSciTE is an IDE to execute C programs in Ch. Ch is an C/C++ interpreter, not a compiler. It cannot create an executable binary program. You need a C...
groupsupport@...
one2001boy
Offline Send Email
Oct 20, 2006
8:23 am
409
... The link below contains a simple example. http://www.softintegration.com/products/sdk/embedch/plotexample/ Tech support...
groupsupport@...
one2001boy
Offline Send Email
Oct 20, 2006
8:27 am
411
Is there an easy way set maximum and minimum values in an array when calculating means? That is, I'd like to remove outliers. Thanks....
kns99ca
Offline Send Email
Oct 23, 2006
7:39 pm
412
Hi, Is there anyway to link stastically to Ch plot library....
kpw_km
Offline Send Email
Oct 24, 2006
2:55 pm
413
[ Charset ISO-8859-1 converted... ] ... to link statically with SIGL in windows, please check ...
groupsupport@...
one2001boy
Offline Send Email
Oct 24, 2006
5:55 pm
414
... You can sort the array first, then set values for the first and last elements of the sorted array. See a sample code c:/Ch/demos/lib/libch/numeric/sort.ch ...
groupsupport@...
one2001boy
Offline Send Email
Oct 24, 2006
5:56 pm
415
Hi, For a case in embedded ch, say a ch script (in complete c code) is embedded into another c code, are there any way to monitor the running status of the...
gneharry
Offline Send Email
Oct 30, 2006
6:40 pm
416
... such a feature will be considered in our next release. In the mean time, you can call back and let your main application to check the variable value of...
groupsupport@...
one2001boy
Offline Send Email
Oct 31, 2006
7:38 am
417
... is ... running ... process ... variable i ... to ... Yup, it is a great idea, though it may be better if the tested c code in the ch script keeps...
gneharry
Offline Send Email
Nov 1, 2006
5:42 am
418
I am new to Ch. I installed Ch Version 5.5.0 build 13031 October 26, 2006. It will run some commands, but won't run others. Here is an example where it won't...
jlsundar
Offline Send Email
Nov 7, 2006
5:37 pm
Messages 382 - 418 of 1027   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