[Scilab-users] Trouble with 5.4.0 on MacOSX 10.8.3

Gary Nelson porpoiseseeker at gmail.com
Wed Apr 3 21:34:24 CEST 2013


Got it.

After deleting configuration files and restarting, SciNotes is available. 

Updated to 5.4.1 as well.  Looks like a restart is under way.  I thank you all for a fine job.

My next step is to learn XCOS as I would like to create some signal processing block based on algorithms I have worked out in scilab.


Gary Nelson
porpoiseseeker at gmail.com



On Apr 2, 2013, at 11:22 PM, Bruno JOFRET <bruno.jofret at scilab-enterprises.com> wrote:

> Hi,
> 
> There is definitely an error in syntax here :
> 
> deletefile(SCIHOME+/'scinotesConfiguration.xml')
> 
> 
> The / (slash) must be within ' (quote) in order to use + (plus) as string contatenation.
> 
> the right syntax is
> 
> deletefile(SCIHOME+'/scinotesConfiguration.xml').
> 
> Regards,
> 
> 
> On 03/30/2013 10:54 PM, Gary Nelson wrote:
>> From SCILAB
>> 
>> -->deletefile('scinotesConfiguration.xml')
>>  ans  =
>>     F
>> 
>>  -->deletefile(SCIHOME+/'scinotesConfiguration.xml')
>>                     !--error 2
>> Invalid factor.
>>    -->
>> 
>> 
>> -->SCIHOME
>>  SCIHOME  =
>>    /Users/garynelson/.Scilab/scilab-5.4.0
>>  -->deletefile(SCIHOME+/'scinotesConfiguration.xml')
>>                     !--error 2
>> Invalid factor.
>>  
>> ->SCIHOME
>>  SCIHOME  =
>>    /Users/garynelson/.Scilab/scilab-5.4.0
>>  -->deletefile('/scinotesConfiguration.xml')
>>  ans  =
>>     F
>>  Is there an error in the syntax here?
>> 
>> 
>> From OS file browser, there are no files visible with any of these names.
>> 
>> Thanks again for your help and patience
>> 
>>  Gary Nelson
>> porpoiseseeker at gmail.com
>> 
>> 
>> 
>> On Mar 30, 2013, at 1:59 PM, Samuel Gougeon <sgougeon at free.fr> wrote:
>> 
>>> Le 30/03/2013 21:46, Gary Nelson a écrit :
>>>>  How do I find these
>>> in
>>> --> SCIHOME
>>> --> help SCIHOME
>>> 
>>> 
>>>> and trash them?
>>> with your OSfile browser, or under Scilab with
>>> 
>>> --> help deletefile
>>> 
>>> http://help.scilab.org/docs/5.4.0/en_US/deletefile.html
>>> 
>>> Samuel
>>> _______________________________________________
>>> users mailing list
>>> users at lists.scilab.org
>>> http://lists.scilab.org/mailman/listinfo/users
>> _______________________________________________
>> users mailing list
>> users at lists.scilab.org
>> http://lists.scilab.org/mailman/listinfo/users
> 
> 
> -- 
> Bruno JOFRET
> Software Architect
> 
> Scilab Enterprises
> 143bis rue Yves Le Coz - 78000 Versailles, France
> Phone: +33.1.80.77.04.70
> http://www.scilab-enterprises.com
> 
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users




More information about the users mailing list