Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.programming > #1446

Re: physiological simulator

From Lorenzo Sandini <lorenzo.sandini@pp.inet.fi>
Newsgroups comp.programming
Subject Re: physiological simulator
Date 2012-04-07 18:07 +0300
Message-ID <9ub3i7Fu9hU1@mid.individual.net> (permalink)
References <9tu40hFnjqU1@mid.individual.net> <a6f55f30-9b19-4a1a-8e0f-dd52495e57ad@k6g2000vbz.googlegroups.com> <slrnjnk704.1ls.grahn+nntp@frailea.sa.invalid>

Show all headers | View raw


Thanks for the hints !

Lorenzo



On 3.4.2012 0:37, Jorgen Grahn wrote:
> [Followup-To: comp.programming like someone else suggested]
>
> On Mon, 2012-04-02, K. Frank wrote:
>> On Apr 2, 12:55 pm, Lorenzo Sandini<lor...sand...@pp...fi>  wrote:
> ...
>>> For teaching purposes, I need to model the variation of some biological
>>> measurement in blood samples according to one or more external events,
>>> and represent this variation in a graphical view, with an accelerated
>>> timescale. (eg: a 24 hour period is viewed in 10 minutes).
> ...
>>> and the result of all events represented graphically.
>>
>> C++ itself, does not offer any graphics tools, so, again, you
>> might be better off with a modelling package that has built-in
>> graphics (such as Excel or Matlab).
>
> To me that's just a sign that the problem should be split in two
> parts: calculation and visualization. This could be two different
> programs, one in (perhaps) C++ which generates the data in some
> suitable format, and one other which displays it. Or the second one
> could convert the data to some standard animation format, which you
> could view with standard software.
>
> Let people who are good at it make the GUIs, so you can concentate on
> modeling. This split also make testing far, far easier. It's a
> well-known technique.
>
> /Jorgen
>

Back to comp.programming | Previous | Next | Find similar


Thread

Re: physiological simulator Lorenzo Sandini <lorenzo.sandini@pp.inet.fi> - 2012-04-07 18:07 +0300

csiph-web