[Scilab-users] Finite Element Analysis

2019-05-08 Thread Samuel Enibe
May I request to know if there are specific tools in SCILAB for finite element analysis. Thank you very much. God bless you. Samuel Enibe University of Nigeria, Nsukka, Nigeria Tel: +2348063646798 ___ users mailing list users@lists.scilab.org http

[Scilab-users] SCILAB Equivalent of addpath function

2019-05-29 Thread Samuel Enibe
In MATLAB, the function addpath enables a user to add any desired path the MATLAB directories. Is there an equivalent ìn SCILAB? ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

Re: [Scilab-users] SCILAB Equivalent of addpath function

2019-05-30 Thread Samuel Enibe
session. Thank you very much. God bless you. Samuel Ogbonna Enibe On Wed, May 29, 2019 at 7:20 PM Samuel Gougeon wrote: > Hello, > > Le 29/05/2019 à 12:25, Samuel Enibe a écrit : > > In MATLAB, the function addpath enables a user to add any desired > > path the MATLAB di

Re: [Scilab-users] SCILAB Equivalent of addpath function

2019-05-30 Thread Samuel Enibe
11:19, Samuel Enibe a écrit : > > Thank you very much for your quick response. > > In using SCILAB, I create a folder for a given class of problems. The > user-defined functions for the problem class are stored in the folder. I > use the SCILAB function *genlib to* create a func

Re: [Scilab-users] SCILAB Equivalent of addpath function

2019-05-30 Thread Samuel Enibe
Thank you very much for your kind assistance. God bless you. Samuel Ogbonna Enibe On Thu, May 30, 2019 at 12:57 PM Samuel Gougeon wrote: > Le 30/05/2019 à 13:42, Samuel Enibe a écrit : > > Thank you very much, Samuel. > > > > I am using version 5.5.2 on Ubuntu 18.04. >

[Scilab-users] SCILAB 6.0.2 Not running on UBUNTU 18.04 LTS

2019-12-24 Thread Samuel Enibe
I have been using SCILAB for several years now on UBUNTU and decided to try the latest version today. Thus, I downloaded the 64 bit version of SCILAB 6.0.2 for LINUX and tried to run on UBUNTU 18.04 LTS. It produces the following error scilab-bin: error while loading shared libraries: libjava.

Re: [Scilab-users] ?==?utf-8?q? SCILAB 6.0.2 Not running on UBUNTU 18.04 LTS

2019-12-24 Thread Samuel Enibe
regarding java? > > We can try to compare our settings if this can help. > > Antoine > > > Le Mardi, Décembre 24, 2019 13:13 CET, Samuel Enibe < > samuel.en...@unn.edu.ng> a écrit: > > > I have been using SCILAB for several years now on UBUNTU and decided to &g

Re: [Scilab-users] Scilab 6.1.0 is available!

2020-02-25 Thread Samuel Enibe
This is good news indeed. We have been looking forward to this release. Thanks to all of you working behind the scenes. God bless you. Samuel Enibe On Tue, 25 Feb 2020, 14:11 Clément David, wrote: > Dear Scilab-ers, > > > > A brand new Scilab 6.1.0 <https://www.scilab.org/

[Scilab-users] genlib crashes in SCILAB 6.1.0 under UBUNTU 18.04

2020-08-31 Thread Samuel Enibe
I start SCILAB 6.1.0 under the UBUNTU 18.04 OPERATING SYSTEM from the console. This is because invoking it otherwise does not work. Each time I execute the SCILAB function genlib, the SCILAB crashes and I will have to restart it again. Any solution to this problem will be appreciated. Samuel

[Scilab-users] genlib crashes in SCILAB 6.1.0 under UBUNTU 18.04

2020-08-31 Thread Samuel Enibe
the SCILAB again.to proceed. The problem does not occur when I execute the same genlib in the same way with SCILAB 5.5.2 under the same operating system. Any solution to this problem will be appreciated. Samuel Enibe On Mon, 31 Aug 2020, 17:23 Samuel Enibe, wrote: > I start SCILAB 6.1.0 un

Re: [Scilab-users] genlib crashes in SCILAB 6.1.0 under UBUNTU 18.04

2020-09-01 Thread Samuel Enibe
I have been able to solve the problem. A particular function that was not well formatted was detected and edited. Thank you very much. Samuel Enibe On Mon, 31 Aug 2020, 18:33 Samuel Enibe, wrote: > > I start SCILAB 6.1.0 under the UBUNTU 18.04 OPERATING SYSTEM from the > console

Re: [Scilab-users] Scilab 6.1.1 release

2021-07-21 Thread Samuel Enibe
Thank you very much for the continued efforts in updating SCILAB. God bless you richly On Wed, 21 Jul 2021, 04:26 Federico Miyara, wrote: > > Thanks to all the developers for such a massive update! > > Regards, > > Federico Miyara > > > On 20/07/2021 10:18, Clément David wrote: > > Dear Scilab u

[Scilab-users] Plot Graphs on Different Axes

2021-07-27 Thread Samuel Enibe
plot y1 with x1 (Graph 1) on Bottom x-axis and left y-axis and y2 with x2 (Graph 2) on Top x-axis and Right y-axis. The axes have different ranges of values as seen from the example data What is the simplest way of doing this? Samuel Enibe University of Nigeria, Nsukka, Nigeria

Re: [Scilab-users] Plot Graphs on Different Axes

2021-07-28 Thread Samuel Enibe
; > plot2d(x1',y1') > a=newaxes(); > plot2d(x2',y2') > a.x_location="top"; > a.y_location="right"; > a.filled="off"; > > > > HTH > > Denis > > > > *De :* users *De la part de* Samuel Enibe > *Envoyé :* m

Re: [Scilab-users] Plot Graphs on Different Axes

2021-07-28 Thread Samuel Enibe
How can I add legends to the graphics, I tried something like legend (["A"; "B"]) Only the first entry is accepted while the second one is left out. On Wed, 28 Jul 2021, 09:05 Samuel Enibe, wrote: > Thank you very much Denis and Christopher. I have tried it with th

Re: [Scilab-users] Plot Graphs on Different Axes

2021-07-28 Thread Samuel Enibe
shows only the last legend entry. Any assistance to render them more correctly will be greatly appreciated. Samuel Enibe THE SCRIPTS IS AS FOLLOWS ww1 = scf();//new plot windowx1 = 0:10:90;//x1 valuesy1 = [12.27 12.09 11.53 10.63 9.4 7.89 6.14 4.2 2.13 0];//y1 datax2 = 2:-0.5:-2;//x2 datay2

[Scilab-users] Problem with plotting on Ubuntu 22.04 LTS

2022-11-15 Thread Samuel Enibe
downloaded separately. SCILAB 5.5.2 had the same problem. All of these versions worked very well with Ubuntu 20.04 LTS which I used on the same laptop before I removed it to install Ubuntu 22.04 LTS. Is there a way to solve the problem? Any assistance would be appreciated. Samuel Enibe

Re: [Scilab-users] Problem with plotting on Ubuntu 22.04 LTS

2022-11-16 Thread Samuel Enibe
Email: samuel.en...@unn.edu.ng enibe...@yahoo.com On Wed, Nov 16, 2022 at 8:04 AM Jean-Yves Baudais < jean-yves.baud...@insa-rennes.fr> wrote: > Hi, > > Le 15/11/2022 à 19:33, Samuel Enibe a écrit : > > Recently I installed Ubuntu 22.04 LTS and included SCILAB 6.1.1 &g

Re: [Scilab-users] Problem with plotting on Ubuntu 22.04 LTS

2022-11-16 Thread Samuel Enibe
6/11/2022 à 10:15, Samuel Enibe a écrit : > > Thanks. > > Which Ubuntu software should I download to solve the problem? > > Mmm... graphics card is not a software. Really, I don't know. > > --Jean-Yves > ___ > users mail

Re: [Scilab-users] Problem with plotting on Ubuntu 22.04 LTS

2022-11-26 Thread Samuel Enibe
uld be posted to the Ubuntu > community besides this list. > > Regards, > > Federico Miyara > > On 17/11/2022 05:56, Jean-Yves Baudais wrote: > > Le 17/11/2022 à 05:46, Samuel Enibe a écrit : > > If anyone has an idea how to solve this problem, it will be appreciated.

[Scilab-users] Arrow on line from (x1, y1) to (x2, y2)

2023-03-06 Thread Samuel Enibe
I need to attach an arrow to a line pointing from (x1, y1) to (x2, y2). How can this be done? Your assistance will be greatly appreciated. Samuel Enibe This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential

Re: [Scilab-users] Arrow on line from (x1, y1) to (x2, y2)

2023-03-07 Thread Samuel Enibe
al data are processed according to our > data privacy policy as described on our website. Should you have any > questions related to personal data protection, please contact 3DS Data > Protection Officer https://www.3ds.com/privacy-policy/contact/ > > > >> On 06.03.2023, at

[Scilab-users] Plotting on left and right y axes

2023-04-28 Thread Samuel Enibe
How can I plot two graphs on the same window, with graph 1 on the left y axis, and graph 2 on the right y axis. For example, x = 1:4; y1 = x.^2; y2 = x.^3; plot(x, y1);// y1 on left y axis plot (x. y2);// y2 on right y axis Your assistance will be greatly appreciated. Samuel Enibe This

Re: [Scilab-users] Plotting on left and right y axes

2023-04-30 Thread Samuel Enibe
Thank you very much, Heinz, for your very helpful and timely response. I am very grateful. God bless you. Samuel Enibe On Sat, 29 Apr 2023, 20:42 Heinz Nabielek, mailto:heinznabie...@me.com>> wrote: Friends: here is one working example Heinz B=read('155508.txt',15

Re: [Scilab-users] Using Scilab on Linux Mint

2023-10-14 Thread Samuel Enibe
This has been a recurring problem since SCILAB version 6.1 Following suggestions on this forum, I solved it on my UBUNTU installation by typing the following commands on the console: export _JAVA_OPTIONS="-Djogl.disable.openglcore" scilab & Samuel Ogbonna Enibe BEng (Nig), MSc (Reading, Englan

[Scilab-users] Function to Open Excel .xlsx files

2024-07-18 Thread Samuel Enibe
Dear SCILAB users, Could you please let me know if there is a function to Open Excel .xlsx files. This will be greatly appreciated. Samuel Ogbonna Enibe University of Nigeria, Nsukka, Nigeria This email and any attachments are intended solely for the use of the individual or entity to whom it

Re: [Scilab-users] Function to Open Excel .xlsx files

2024-07-18 Thread Samuel Enibe
users mailto:users-boun...@lists.scilab.org>> De la part de Samuel Enibe Envoyé : jeudi 18 juillet 2024 15:24 À : Users mailing list for Scilab mailto:users@lists.scilab.org>> Objet : [Scilab-users] Function to Open Excel .xlsx files Dear SCILAB users, Could you please let me know if ther

Re: [Scilab-users] Function to Open Excel .xlsx files

2024-07-24 Thread Samuel Enibe
University of Nigeria, Nsukka, Nigeria On Thu, Jul 18, 2024 at 2:42 PM CHEZE David mailto:david.ch...@cea.fr>> wrote: Hello Samuel, You may install the ATOMS module : https://atoms.scilab.org/toolboxes/xlreadwrite/1.2.4 It’s working fine ! David De : users mailto:users-boun...@lists.scil

[Scilab-users] Problem with function xlread from ATOMS package xlreadwrite on UBUNTU 2022 LTS

2024-07-25 Thread Samuel Enibe
I installed the xlreadwrite package from the ATOMS as required. I am using the UBUNTU 2022 LTS operating system with SCILAB 6.1 installed. I then ran the example indicated in the function help as follows // read specified range of second sheet of xlsx file filename = fullpath(atomsGetLoadedP

Re: [Scilab-users] Problem with function xlread from ATOMS package xlreadwrite on UBUNTU 2022 LTS

2024-07-25 Thread Samuel Enibe
t with the latest Scilab version (2024.1.0) ? S. On Jul 25, 2024, at 14:36, Samuel Enibe mailto:samuel.en...@unn.edu.ng>> wrote: I installed the xlreadwrite package from the ATOMS as required. I am using the UBUNTU 2022 LTS operating system with SCILAB 6.1 installed. I then ran

[Scilab-users] Numerical Differentiation

2014-03-22 Thread Samuel Enibe
I would like to use the functions *derivative* or *numdiff* to numerically differentiate a tabulated data such as x = [0 2 5 20 40 60 80]';//time in minutes y = [0.0956820 0.0480457 0.0277857 0.0036214 0.0002543 0.0002543 0.0001265]';//values of y May I know the best way to determine dy/dx for th

Re: [Scilab-users] Numerical Differentiation

2014-03-23 Thread samuel . enibe
Thank you very much, Omorjan. It worked very well. God bless you. Enibe -Original Message- From: Radovan Omorjan Sent: 2014/03/22, 20:46 To: "International users mailing list for Scilab." Subject: Re: [Scilab-users] Numerical Differentiation

[Scilab-users] Improperly written xtitle using subplot with 4 figures

2014-05-01 Thread samuel . enibe
I have used subplot to place a series of 4 graphs in one window. In each case, the xtitle on the last 2 figures are invisible. How can I correct this. Samuel Enibe ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo

Re: [Scilab-users] Improperly written xtitle using subplot with 4 figures

2014-05-01 Thread samuel . enibe
Thanks. I am using version 5.4.1 on Ubuntu. If it has been solved in version 5.5.0, I will download and try it. God bless you. Enibe -Original Message- From: Samuel Gougeon Sent: 2014/05/01, 16:57 To: "International users mailing list for Scilab." Subject: Re: [Scilab-users] Improperly w

Re: [Scilab-users] Plotting time (hours) in scilab

2014-06-05 Thread Samuel Enibe
The solution by Stefan is adequate to my understanding. Samuel Enibe On Thu, Jun 5, 2014 at 10:29 AM, Edmund Okoroigwe < edmund.okoroi...@unn.edu.ng> wrote: > I want to plot time (8:00,9:00,10:00,11:00, 12:00, 13:00,14:00) as > x-axis. How can I achieve this. The data is saved i

[Scilab-users] Test statistics with linregr function

2014-07-24 Thread Samuel Enibe
Dear sir, I am using the *linregr* multiple regression function to analyse some field data. I have obtained the multiple regression coefficients *b* built into the *stat* output variable. For each coefficient *b(i)*, I need to determine the standard error, Z-score, P-value and 95% confidence int

Re: [Scilab-users] Test statistics with linregr function

2014-07-24 Thread Samuel Enibe
tomatic). If you still have problems with ols, what are they? > > Éric. > > > 2014-07-24 17:35 GMT+02:00 Samuel Enibe : > >> Dear sir, >> >> I am using the *linregr* multiple regression function to analyse some >> field data. I have obtained the multiple r

Re: [Scilab-users] Test statistics with linregr function

2014-07-24 Thread Samuel Enibe
till have problems with ols, what are they? > > Éric. > > > 2014-07-24 17:35 GMT+02:00 Samuel Enibe : > >> Dear sir, >> >> I am using the *linregr* multiple regression function to analyse some >> field data. I have obtained the multiple regression coefficients *b*

Re: [Scilab-users] Test statistics with linregr function

2014-07-25 Thread Samuel Enibe
al from the coefficients and their > standard error ; note: instead of sclae you could use the -asymptotic- > value of 1.96 > > I will add these fetaures in a future Grocer version/. > > Éric. > > 2014-07-24 23:56 GMT+02:00 Samuel Enibe : > > Thanks once more. >> I

[Scilab-users] Saved Seril Numbers of Variables in Results from Grocer Function automatic

2014-07-30 Thread samuel . enibe
ial numbers or names of the p variables in the final model? The serial numbers of the p variables are printed on screen, but I will like to use them in another part of the program without having to copy them manually. Samuel Enibe ___ users mailing l

[Scilab-users] Use of automatic function without one or specification tests

2014-08-16 Thread samuel . enibe
specification tests. Is there any way to eliminate one or more of the specification tests? The user manual is not clear on this. Your suggestions will be highly appropriated. Samuel Enibe ___ users mailing list users@lists.scilab.org http

[Scilab-users] Use of automatic function without one or more specification tests

2014-08-17 Thread Samuel Enibe
specification tests. Is there any way to eliminate one or more of the specification tests? The user manual is not clear on this. Your suggestions will be highly appropriated. Samuel Enibe University of Nigeria, Nsukka ___ users mailing list users

[Scilab-users] Output Argument from the SCILAB ode function

2015-06-27 Thread Samuel Enibe
I would like to use the SCILAB ode function with the option of second or more output arguments activated. In the example shown below (also attached), I would like to pass the variable dd in line 3 of the function linear. When the ode function is called without the second output argument as in line

Re: [Scilab-users] Output Argument from the SCILAB ode function

2015-06-28 Thread Samuel Enibe
f Nigeria, Nsukka, Nigeria Tel: +2348063646798 Email: samuel.en...@unn.edu.ng enibe...@yahoo.com On Sun, Jun 28, 2015 at 11:57 AM, Samuel Gougeon wrote: > Hello, > > Le 27/06/2015 23:20, Samuel Enibe a écrit : > > I would like to use the SCILAB ode function with the option of second

[Scilab-users] Fwd: End of line and tab characters in SCILAB

2015-09-10 Thread Samuel Enibe
Dear sir, Could you please let me know the command to detect white spaces such as end of line and tab characters in SCILAB. I tried the "\n" and "\t" respectively but they did not work. Thank you very much. God bless you. -- Samuel Ogbonna Enibe BEng (Nig), MSc (Reading, England), PhD (Nig) Pr

Re: [Scilab-users] Fwd: End of line and tab characters in SCILAB

2015-09-10 Thread Samuel Enibe
quot; or "\t", with the way you get/generate > the string in which you want to detect white spaces? It would help > answering to you for your application. > Regards > Samuel Gougeon > > Le 10/09/2015 16:39, Samuel Enibe a écrit : >> Dear sir, >> >> Could you

Re: [Scilab-users] Error message

2015-10-31 Thread Samuel Enibe
The linregr function is defined in an external module. Once you load the module, the function will be defined, and it should run. Samuel Ogbonna Enibe University of Nigeria, Nsukka, Nigeria On Sat, Oct 31, 2015 at 2:06 PM, Edmund Okoroigwe < edmund.okoroi...@unn.edu.ng> wrote: > Hi all, > I have

[Scilab-users] Test Statistics in Regression Equations

2017-03-21 Thread Samuel Enibe
I use the SCILAB linregr function for regression analysis. Is there any inbuilt output for the following statistical tests: 1. MEAN BIAS ERROR (MBE) 2. MEAN ABSOLUTE PERCENTAGE ERROR (MAPE) 3. ROOT MEAN SQUARE ERROR (RMSE) 4. t-STATISTIC Thank you very much. God bless you. -- Samuel Enibe

[Scilab-users] Analysis of Variance (ANOVA) with SCILAB

2017-05-04 Thread Samuel Enibe
Could you please let me know if there is any function or toolbox in SCILAB which can be used for the ANALYSIS OF VARIANCE (ANOVA). Thank you very much. God bless you. -- Samuel Ogbonna Enibe University of Nigeria, Nsukka, Nigeria ___ users mailing list

[Scilab-users] Function to read Excel xlsx file into SCILAB

2018-03-13 Thread Samuel Enibe
you very much. God bless you. Samuel Enibe University of Nigeria, Nsukka, Nigeria ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

[Scilab-users] SCILAB NOT WORKING IN UBUNTU 18.04

2018-06-22 Thread Samuel Enibe
rectify the problem? In the alternative, how can I install SCILAB 6.01 or any previous version into UBUNTU manually? Thank you very much for assisting. Samuel Enibe University of Nigeria, Nsukka, Nigeria ___ users mailing list users@lists.scilab.org http

Re: [Scilab-users] SCILAB NOT WORKING IN UBUNTU 18.04

2018-06-22 Thread Samuel Enibe
installation directory. HOW SHOULD I MAKE IT GLOBALLY VISIBLE SO THAT I CAN RUN IT FROM ANY DIRECTORY? Samuel Enibe On Fri, Jun 22, 2018 at 2:29 PM, Ekin Akoglu wrote: > Dear Samuel, > > Please see this: https://askubuntu.com/questions/1029163/how-to-get- > scilab-6-0-1-worki

Re: [Scilab-users] Unable to update ATOMS packages - Scilab 6.0.1

2018-10-10 Thread Samuel Enibe
I have a similar problem with SCILAB on Ubuntu 1804. A solution to this problem from the developers of SCILAB or the Ubuntu maintainers will be most appreciated. Samuel Ogbonna Enibe University of Nigeria, Nsukka, Nigeria On Wed, Oct 10, 2018 at 10:37 PM Pndsc wrote: > So to update my own inq

[Scilab-users] How to Install SCILAB 5.5.2 on Ubuntu 18.04

2018-10-18 Thread Samuel Enibe
installation does not work at all. Is there another way of doing the installation of 5.5.2? Thank you very much. God bless you. Samuel Enibe University of Nigeria Nsukka ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo

Re: [Scilab-users] How to Install SCILAB 5.5.2 on Ubuntu 18.04

2018-10-26 Thread Samuel Enibe
Thanks for the suggestions. I am very grateful. God bless you. Samuel Enibe On 25 Oct 2018 13:20, "philippe" wrote: > Hi, > > Le 18/10/2018 à 13:23, Samuel Enibe a écrit : > > I have installed SCILAB 6.0.1 on Ubuntu 18.04 but it is experiencing so > > man

[Scilab-users] Scilab 5.5.2 on Ubuntu 18.04LTS

2019-02-13 Thread Samuel Enibe
Dear SCILAB users, How do I make make SCILAB 5.5.2 to work on Ubuntu 18.04 LTS? I have downloaded the 64 bit binary version for Linux, unpacked it and called it using the recommended command ./bin/scilab The error I get is this Segmentation fault (core dumped) I tried the 32 bit binary versio

Re: [Scilab-users] Scilab 5.5.2 on Ubuntu 18.04LTS

2019-02-15 Thread Samuel Enibe
Thank you very much, Stephanie, for the suggestion. I have tried it and it worked very well. God bless you richly. Samuel Ogbonna Enibe University of Nigeria, Nsukka, Nigeria On Thu, Feb 14, 2019 at 6:37 PM Stéphane Mottelet wrote: > Hello Samuel, > > Le 13/02/2019 à 11:00, Samue

[Scilab-users] How to add numbers beside stacked bar chart

2012-09-28 Thread Samuel Enibe
Dear Sir, I would like to add data (such as percentage of total for each bar) to bar charts plotted with data such as shown in the attached SCILAB file. The contents of the file is also reproduced below. Kindly suggest the command I should use. God bless you. Samuel Ogbonna Enibe Department o

Re: [Scilab-users] How to add numbers beside stacked bar chart

2012-09-28 Thread Samuel Enibe
Dear Serge, Thank you so much for your suggestions. It has worked very well. I am very gratefull for the insight. Enibe On Fri, Sep 28, 2012 at 2:28 PM, Serge Steer wrote: > Le 28/09/2012 11:22, Samuel Enibe a écrit : > > year = [2000 201020202030];//years for the dat

Re: [Scilab-users] Function to remove rows or colums with missing values

2012-10-02 Thread Samuel Enibe
Thank you so much, Samuel. Your example worked very well, and I have incorporated it in my work using the following function: function m = removenan(m, direction)//remove any row or column with missing values if (direction(1)=="r") then m(:,or(isnan(m),'r')) = [];//delete all columns with %n

[Scilab-users] How to Install SCILAB 5.4.0 on Ubuntu 11.10

2012-12-18 Thread Samuel Enibe
Dear sir, I would like to try out the new SCILAB 5.4.0 on my 32-bit laptop running on UBUNTU 11.10 I have downloaded and unzipped the file into a directory as required. Unfortunately, when I invoke the scilab script from the bin directory or from elsewhere, a SCILAB console appears briefly and t

[Scilab-users] Fwd: How to Install new SCILAB Release in UBUNTU 10.10

2012-12-26 Thread Samuel Enibe
-- Forwarded message -- From: Samuel Enibe Date: Mon, Dec 24, 2012 at 5:22 PM Subject: Re: [Scilab-users] How to Install new SCILAB Release in UBUNTU 10.10 To: Sylvestre Ledru Thanks Sylvestre. SCILAB version 5.3.3 installed from the UBUNTU package system works very well

[Scilab-users] Plots on second Y axis

2013-02-08 Thread Samuel Enibe
Dear Sir, Could you please let me know the SCILAB command to use in making a plot on the SECOND (right) Y axis. Thank you very much. -- Samuel Ogbonna Enibe University of Nigeria, Nsukka, Nigeria Tel: +2348063646798 Email: samuel.en...@unn.edu.ng enibe...@yahoo.com

[Scilab-users] How to start with several variables in AUTOMATIC function of GROCER

2013-02-19 Thread Samuel Enibe
Dear sir, I would like to employ the AUTOMATIC function in GROCER toolbox to perform automatic regression starting with a rather LARGE set of variables and ending with the few that are most significant. However, I have noticed the following problems using the example attached: 1. Programme works

Re: [Scilab-users] Plots on second Y axis

2013-02-23 Thread Samuel Enibe
Thanks, Spougeon. This has partly solved the problem. Suppose I have two plots on the same graph, one is to use the left Y-axis, while the second is to use the right Y-axis. How should I handle it with gca() or any other command? Samuel Ogbonna Enibe University of Nigeria, Nsukka, Nigeria On Fri

Re: [Scilab-users] Plots on second Y axis

2013-02-23 Thread Samuel Enibe
y2label properly specified On Sat, Feb 23, 2013 at 1:25 PM, Stefan Du Rietz wrote: > http://help.scilab.org/docs/5.**4.0/en_US/drawaxis.html<http://help.scilab.org/docs/5.4.0/en_US/drawaxis.html> > > /Stefan > > > On 2013-02-23 22:19, Samuel Enibe wrote: > >> Th

[Scilab-users] Vectorial form of fprintf Function

2013-03-04 Thread Samuel Enibe
Dear Sir, I would like to print a given column in a matrix with a specific number of decimal places. The *format* function does not give the same number of decimal places for columns containing data of varying length. On the other hand, *fprintf* and the like appear suitable for single float at a

Re: [Scilab-users] refrigerant module for thermodynamic calculations

2013-12-04 Thread Samuel Enibe
Thanks for this very useful information on thermodynamic calculations using SCILAB. Since this is only available for Windows users, is there a simple workaround for academic users under LINUX? Samuel Ogbonna Enibe Department of Mechanical Engineering University of Nigeria, Nsukka, Nigeria Tel: +23