help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: write empty cell in excel


From: PhilipNienhuis
Subject: Re: write empty cell in excel
Date: Sat, 26 Oct 2019 17:55:08 -0500 (CDT)

Octave - General mailing list wrote
> hi,
> in main i load this package :
> 
> pkg load windows  % queste 2 RIGHE SCRIVONO NEI FOGLIO EXCEL
> pkg load io
> pkg load nan
> 
> how can i upgrade this package to 2.4.13.?

Along the lines of:

pkg unload io;   ## unload the package
clear -f;          ## needed to also unload io's binary functions from
memory, otherwise
                     ## it won't uninstall completely
pkg uninstall -nodeps io;  ##  Not really needed, but doesn't harm
pkg install -forge -verbose io  ; ## Install new io from the web
pkg load io

Philip



--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]