From: Jan Simon on
Dear Andrew,

> I need to create a loop that will repeat this command every 100ms and increase the voltage by 0.1 up to 2.0 volts.
> fprintf (vo, 'Volt:offs 0.1')

Your description is not helpful. It is your turn to analyse your problem and give as many information as needed to understand your needs. If you do not know how to call FPRINTF, the newsgroup is a less efficient way to learn it, but "help fprintf" and "doc fprintf" are valuable advices.

Kind regards and welcom to Matlab, Jan
From: dpb on
Andrew Peckat wrote:
> "Michael " <michaelrobbinsusenet(a)aol.com> wrote in message
> <i1lghh$qot$1(a)fred.mathworks.com>...
>> help for
>> help pause
>> help fprintf
>
> ok...anyone with anything more useful than this going to help?

OK, then how about

doc for
doc pause
doc fprintf

? :)

--