From sauravs.iitb at gmail.com Tue Nov 1 07:35:35 2011 From: sauravs.iitb at gmail.com (Saurav Shandilya) Date: Tue, 1 Nov 2011 12:05:35 +0530 Subject: [Scilab-Enseignement] Displaying multiple image show window In-Reply-To: <4EAEEA60.4040709@free.fr> References: <4EAEEA60.4040709@free.fr> Message-ID: hi Thanks for reply Samuel. I tried functions which you suggested. But didn't got the output. I have attached a file having screen shot of what came after i run the code along with the code i tried. I am trying to display RGB and Gray image side by side with a title on top of the window (where Image Show is displayed). But currently i am not able to get the result. A separate graphic window is created displaying two titles, then image show window is created, initialing showing RGB then that is overwritten with second imshow function showing gray image. Plz help Regards Saurav -------------- section suivante -------------- Une pièce jointe HTML a été nettoyée... URL: -------------- section suivante -------------- Une pièce jointe autre que texte a été nettoyée... Nom: SIVP.pdf Type: application/pdf Taille: 263980 octets Desc: non disponible URL: From vincent.couvert at scilab.org Wed Nov 2 08:46:27 2011 From: vincent.couvert at scilab.org (Vincent COUVERT) Date: Wed, 02 Nov 2011 08:46:27 +0100 Subject: [Scilab-Enseignement] Displaying multiple image show window In-Reply-To: References: <4EAEEA60.4040709@free.fr> Message-ID: <4EB0F553.8020006@scilab.org> Hi, As Samuel said, this is a french speaking mailing list. Please use users at lists.scilab.org instead. Vincent Le 01/11/11 07:35, Saurav Shandilya a écrit : > hi > Thanks for reply Samuel. I tried functions which you suggested. But > didn't got the output. I have attached a file having screen shot of > what came after i run the code along with the code i tried. > > I am trying to display RGB and Gray image side by side with a title on > top of the window (where Image Show is displayed). > > But currently i am not able to get the result. A separate graphic > window is created displaying two titles, then image show window is > created, initialing showing RGB then that is overwritten with second > imshow function showing gray image. > > Plz help > > Regards > Saurav > > From communication at scilab.org Thu Nov 3 10:35:14 2011 From: communication at scilab.org (Scilab Communication) Date: Thu, 03 Nov 2011 10:35:14 +0100 Subject: Scilab au salon Educatec-Educatice (23-24-25 novembre 2011) Porte de Versailles Message-ID: <4EB26052.6080101@scilab.org> Bonjour, Nous participons au prochain salon Educatec-Educatice qui se tiendra les 23-24 et 25 novembre 2011, à Paris Porte de Versailles. L'entrée à ce salon est gratuite et l'inscription se fait en ligne sur http://www.educatec-educatice.com/ N'hésitez pas à venir nous rencontrer sur notre stand C31, où nous vous proposerons de découvrir les possibilités offertes pour une utilisation en classes au lycée ou dans l?enseignement supérieur de : ? Scilab et son module lycée pour l?enseignement des mathématiques, ? Xcos, outil de modélisation et de simulation de systèmes dynamiques hybrides pour l?enseignement des sciences de l?ingénieur. En parallèle au sein du stand Démosciences, des professeurs animeront des travaux pratiques courts (45 minutes) sur la simulation et l?acquisition avec le logiciel Scilab et Xcos dans le cadre des activités des classes préparatoires aux grandes écoles. Plus de détails sur notre site Internet : http://www.scilab.org/fr/news/events/20111103 Bien cordialement, ------------------------- Julie PAUL Chargée de communication Tél. : 01.39.63.55.26 ------------------------- Consortium Scilab Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex From fabrice.lallemand15 at gmail.com Sun Nov 6 22:14:41 2011 From: fabrice.lallemand15 at gmail.com (Fabrice Lallemand) Date: Sun, 6 Nov 2011 22:14:41 +0100 Subject: commande disp ou afficher Message-ID: Bonjour, lorsque je tape disp("a_n=",a) j'obtiens en affichage d'abord a, puis la chaîne "a_n=" en deuxième ligne : l'ordre est inversé. Idem si je tape disp(a,b,c), j'obtiens c, b, a. La commande afficher du module lycée fait de même. D'où vient ce problème ? Merci F. Lallemand -------------- section suivante -------------- Une pièce jointe HTML a été nettoyée... URL: From xavier.gabilly at ac-versailles.fr Sun Nov 6 22:51:16 2011 From: xavier.gabilly at ac-versailles.fr (Xavier Gabilly) Date: Sun, 06 Nov 2011 22:51:16 +0100 Subject: [Scilab-Enseignement] commande disp ou afficher In-Reply-To: References: Message-ID: <4EB70154.4030501@ac-versailles.fr> Je tenterais: disp("a_n = "+string(a)) Cordialement, xg Le 06/11/2011 22:14, Fabrice Lallemand a écrit : > Bonjour, > > lorsque je tape disp("a_n=",a) j'obtiens en affichage d'abord a, puis > la chaîne "a_n=" en deuxième ligne : l'ordre est inversé. > Idem si je tape disp(a,b,c), j'obtiens c, b, a. > La commande afficher du module lycée fait de même. > D'où vient ce problème ? > Merci > > F. Lallemand From fabrice.lallemand15 at gmail.com Mon Nov 7 09:16:04 2011 From: fabrice.lallemand15 at gmail.com (Fabrice Lallemand) Date: Mon, 7 Nov 2011 09:16:04 +0100 Subject: [Scilab-Enseignement] commande disp ou afficher In-Reply-To: <4EB70154.4030501@ac-versailles.fr> References: <4EB70154.4030501@ac-versailles.fr> Message-ID: Oui,mais j'aurais aimé pouvoir afficher plusieurs résultats dans le bon ordre sans avoir à "transtyper" la variable par la commande "string". Et je ne comprends pas pourquoi l'ordre est inversé : si je tape disp(a,b) j'obtiens la valeur de b sur la première ligne et celle de a sur la seconde ! F. Lallemand Le 6 novembre 2011 22:51, Xavier Gabilly a écrit : > Je tenterais: > disp("a_n = "+string(a)) > Cordialement, > xg > > Le 06/11/2011 22:14, Fabrice Lallemand a écrit : > > Bonjour, >> >> lorsque je tape disp("a_n=",a) j'obtiens en affichage d'abord a, puis la >> chaîne "a_n=" en deuxième ligne : l'ordre est inversé. >> Idem si je tape disp(a,b,c), j'obtiens c, b, a. >> La commande afficher du module lycée fait de même. >> D'où vient ce problème ? >> Merci >> >> F. Lallemand >> > -------------- section suivante -------------- Une pièce jointe HTML a été nettoyée... URL: From vincent.couvert at scilab.org Mon Nov 7 09:28:41 2011 From: vincent.couvert at scilab.org (Vincent COUVERT) Date: Mon, 07 Nov 2011 09:28:41 +0100 Subject: [Scilab-Enseignement] commande disp ou afficher In-Reply-To: References: <4EB70154.4030501@ac-versailles.fr> Message-ID: <4EB796B9.20605@scilab.org> Bonjour, Comme indiqué dans la documentation de la fonction disp (http://help.scilab.org/disp), cette fonction affiche ses arguments en commençant par le dernier. Il s'agit du fonctionnement standard de la fonction qui peut être déstabilisant mais que nous ne pouvons changer simplement. Cordialement, Vincent COUVERT Le 07/11/2011 09:16, Fabrice Lallemand a écrit : > Oui,mais j'aurais aimé pouvoir afficher plusieurs résultats dans le > bon ordre sans avoir à "transtyper" la variable par la commande "string". > Et je ne comprends pas pourquoi l'ordre est inversé : si je tape > disp(a,b) j'obtiens la valeur de b sur la première ligne et celle de a > sur la seconde ! > > F. Lallemand > > Le 6 novembre 2011 22:51, Xavier Gabilly > > a écrit : > > Je tenterais: > disp("a_n = "+string(a)) > Cordialement, > xg > > Le 06/11/2011 22:14, Fabrice Lallemand a écrit : > > Bonjour, > > lorsque je tape disp("a_n=",a) j'obtiens en affichage d'abord > a, puis la chaîne "a_n=" en deuxième ligne : l'ordre est inversé. > Idem si je tape disp(a,b,c), j'obtiens c, b, a. > La commande afficher du module lycée fait de même. > D'où vient ce problème ? > Merci > > F. Lallemand > > -------------- section suivante -------------- Une pièce jointe HTML a été nettoyée... URL: From sgougeon at free.fr Mon Nov 7 11:27:53 2011 From: sgougeon at free.fr (Samuel Gougeon) Date: Mon, 07 Nov 2011 11:27:53 +0100 Subject: [Scilab-Enseignement] commande disp ou afficher In-Reply-To: References: <4EB70154.4030501@ac-versailles.fr> Message-ID: <4EB7B2A9.7060000@free.fr> Bonjour, Le 07/11/2011 09:16, Fabrice Lallemand a écrit : > Oui,mais j'aurais aimé pouvoir afficher plusieurs résultats dans le > bon ordre sans avoir à "transtyper" la variable par la commande "string". > Et je ne comprends pas pourquoi l'ordre est inversé : si je tape > disp(a,b) j'obtiens la valeur de b sur la première ligne et celle de a > sur la seconde ! Pour y remédier et afficher les arguments de disp() dans l'ordre où ils sont donnés, vous pouvez ajouter les 2 lignes suivantes dans votre fichier de démarrage : disp_zkw3p = disp; function disp(varargin), disp_zkw3p(varargin($:-1:1)), endfunction; Samuel Gougeon PS : Voir http://bugzilla.scilab.org/show_bug.cgi?id=5512 From sgougeon at free.fr Mon Nov 7 11:37:50 2011 From: sgougeon at free.fr (Samuel Gougeon) Date: Mon, 07 Nov 2011 11:37:50 +0100 Subject: [Scilab-Enseignement] commande disp ou afficher In-Reply-To: <4EB7B2A9.7060000@free.fr> References: <4EB70154.4030501@ac-versailles.fr> <4EB7B2A9.7060000@free.fr> Message-ID: <4EB7B4FE.7020402@free.fr> Le 07/11/2011 11:27, Samuel Gougeon a écrit : > Pour y remédier et afficher les arguments de disp() dans l'ordre où > ils sont donnés, > vous pouvez ajouter les 2 lignes suivantes dans votre fichier de > démarrage : > > disp_zkw3p = disp; > function disp(varargin), disp_zkw3p(varargin($:-1:1)), endfunction; Pour être certain que disp() sera redéfinie comme attendu quel que soit le niveau de protection des functions, il est préférable d'utiliser les lignes suivantes dans le fichier de démarrage : ------- fp_zkw3p = funcprot(); funcprot(0) disp_zkw3p = disp; function disp(varargin), disp_zkw3p(varargin($:-1:1)), endfunction; funcprot(fp_zkw3p) clear fp_zkw3p ------- Test : disp(%pi, %t, %z, list("Bonjour", rand(1,2))) SG From raymoc at numericable.fr Tue Nov 8 21:24:43 2011 From: raymoc at numericable.fr (=?iso-8859-1?Q?Raymond_Moch=E9?=) Date: Tue, 8 Nov 2011 21:24:43 +0100 Subject: [Scilab-Enseignement] commande disp ou afficher In-Reply-To: <4EB7B4FE.7020402@free.fr> References: <4EB70154.4030501@ac-versailles.fr> <4EB7B2A9.7060000@free.fr> <4EB7B4FE.7020402@free.fr> Message-ID: Bonjour, 1 - Pour afficher a,b,c dans cet ordre, une solution très bête est d'utiliser la commande disp(c,b,a). 2 - Je remercie Samuel Gougeon et Vincent Couvert pour leur réponse à une question que j'ai posée il y a quelque temps concernant "colormap". 3 - La commande a+M ajoute le nombre a à tous les éléments de la matrice M. Si a=3 et M=[], la réponse de scilab est ans=3. Tel que je présente ce problème, cette réponse est fausse et devrait être ans=[]. C'est une source d'erreurs. 4 - Je fais partie des gens qui attendent que scilab tourne sur "Lion" pour l'installer. Y a-t-il des nouvelles ? Cordialement, RM Le 7 nov. 2011 à 11:37, Samuel Gougeon a écrit : > Le 07/11/2011 11:27, Samuel Gougeon a écrit : >> Pour y remédier et afficher les arguments de disp() dans l'ordre où ils sont donnés, >> vous pouvez ajouter les 2 lignes suivantes dans votre fichier de démarrage : >> >> disp_zkw3p = disp; >> function disp(varargin), disp_zkw3p(varargin($:-1:1)), endfunction; > > Pour être certain que disp() sera redéfinie comme attendu quel que soit le > niveau de protection des functions, il est préférable d'utiliser les lignes > suivantes dans le fichier de démarrage : > ------- > fp_zkw3p = funcprot(); > funcprot(0) > disp_zkw3p = disp; > function disp(varargin), disp_zkw3p(varargin($:-1:1)), endfunction; > funcprot(fp_zkw3p) > clear fp_zkw3p > ------- > Test : > > disp(%pi, %t, %z, list("Bonjour", rand(1,2))) > > SG Raymond Moché raymoc at numericable.fr From anas.mtalaa at gmail.com Tue Nov 8 21:41:01 2011 From: anas.mtalaa at gmail.com (Anas MTALAA) Date: Tue, 8 Nov 2011 21:41:01 +0100 Subject: [Scilab-Enseignement] commande disp ou afficher In-Reply-To: References: <4EB70154.4030501@ac-versailles.fr> <4EB7B2A9.7060000@free.fr> <4EB7B4FE.7020402@free.fr> Message-ID: Moi aussi, Je suis bloqué sous l' OS Lion Le 8 nov. 2011 à 21:24, Raymond Moché a écrit : > Bonjour, > > 1 - Pour afficher a,b,c dans cet ordre, une solution très bête est d'utiliser la commande disp(c,b,a). > > 2 - Je remercie Samuel Gougeon et Vincent Couvert pour leur réponse à une question que j'ai posée il y a quelque temps concernant "colormap". > > 3 - La commande a+M ajoute le nombre a à tous les éléments de la matrice M. Si a=3 et M=[], la réponse de scilab est ans=3. Tel que je présente ce problème, cette réponse est fausse et devrait être ans=[]. C'est une source d'erreurs. > > 4 - Je fais partie des gens qui attendent que scilab tourne sur "Lion" pour l'installer. Y a-t-il des nouvelles ? > > Cordialement, > > RM > > Le 7 nov. 2011 à 11:37, Samuel Gougeon a écrit : > >> Le 07/11/2011 11:27, Samuel Gougeon a écrit : >>> Pour y remédier et afficher les arguments de disp() dans l'ordre où ils sont donnés, >>> vous pouvez ajouter les 2 lignes suivantes dans votre fichier de démarrage : >>> >>> disp_zkw3p = disp; >>> function disp(varargin), disp_zkw3p(varargin($:-1:1)), endfunction; >> >> Pour être certain que disp() sera redéfinie comme attendu quel que soit le >> niveau de protection des functions, il est préférable d'utiliser les lignes >> suivantes dans le fichier de démarrage : >> ------- >> fp_zkw3p = funcprot(); >> funcprot(0) >> disp_zkw3p = disp; >> function disp(varargin), disp_zkw3p(varargin($:-1:1)), endfunction; >> funcprot(fp_zkw3p) >> clear fp_zkw3p >> ------- >> Test : >> >> disp(%pi, %t, %z, list("Bonjour", rand(1,2))) >> >> SG > > Raymond Moché > raymoc at numericable.fr > > > From sylvestre.ledru at scilab.org Wed Nov 9 01:32:06 2011 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 09 Nov 2011 01:32:06 +0100 Subject: [Scilab-Enseignement] commande disp ou afficher In-Reply-To: References: <4EB70154.4030501@ac-versailles.fr> <4EB7B2A9.7060000@free.fr> <4EB7B4FE.7020402@free.fr> Message-ID: <1320798726.7312.13.camel@pomegues.inria.fr> Bonjour, Les versions de développement (généralement stable) binaires, appelées aussi nightly build, sont disponibles ici: http://www.scilab.org/communities/developer_zone/scilab_versions/development_version/nightly_builds/ et corrigent normalement le problème lié à Mac OS X 10.7 (Lion) Ces versions représentent les versions intermédiaires avant la version 5.4.0. Cordialement, Sylvestre Le mardi 08 novembre 2011 à 21:41 +0100, Anas MTALAA a écrit : > Moi aussi, > Je suis bloqué sous l' OS Lion > Le 8 nov. 2011 à 21:24, Raymond Moché a écrit : > > > Bonjour, > > > > 1 - Pour afficher a,b,c dans cet ordre, une solution très bête est d'utiliser la commande disp(c,b,a). > > > > 2 - Je remercie Samuel Gougeon et Vincent Couvert pour leur réponse à une question que j'ai posée il y a quelque temps concernant "colormap". > > > > 3 - La commande a+M ajoute le nombre a à tous les éléments de la matrice M. Si a=3 et M=[], la réponse de scilab est ans=3. Tel que je présente ce problème, cette réponse est fausse et devrait être ans=[]. C'est une source d'erreurs. > > > > 4 - Je fais partie des gens qui attendent que scilab tourne sur "Lion" pour l'installer. Y a-t-il des nouvelles ? > > > > Cordialement, > > > > RM > > > > Le 7 nov. 2011 à 11:37, Samuel Gougeon a écrit : > > > >> Le 07/11/2011 11:27, Samuel Gougeon a écrit : > >>> Pour y remédier et afficher les arguments de disp() dans l'ordre où ils sont donnés, > >>> vous pouvez ajouter les 2 lignes suivantes dans votre fichier de démarrage : > >>> > >>> disp_zkw3p = disp; > >>> function disp(varargin), disp_zkw3p(varargin($:-1:1)), endfunction; > >> > >> Pour être certain que disp() sera redéfinie comme attendu quel que soit le > >> niveau de protection des functions, il est préférable d'utiliser les lignes > >> suivantes dans le fichier de démarrage : > >> ------- > >> fp_zkw3p = funcprot(); > >> funcprot(0) > >> disp_zkw3p = disp; > >> function disp(varargin), disp_zkw3p(varargin($:-1:1)), endfunction; > >> funcprot(fp_zkw3p) > >> clear fp_zkw3p > >> ------- > >> Test : > >> > >> disp(%pi, %t, %z, list("Bonjour", rand(1,2))) > >> > >> SG > > > > Raymond Moché > > raymoc at numericable.fr > > > > > > > From communication at scilab.org Wed Nov 9 12:19:05 2011 From: communication at scilab.org (Scilab Communication) Date: Wed, 09 Nov 2011 12:19:05 +0100 Subject: Scilab vous invite =?ISO-8859-1?Q?=E0_Educatec-Educatice=2C_?= =?ISO-8859-1?Q?salon_professionnel_de_l=27=E9ducation?= Message-ID: <4EBA61A9.2060104@scilab.org> Venez nous rencontrer sur le stand C31, les 23, 24 et 25 novembre à Paris - Porte de Versailles. (Demande de badge d'accès gratuit sur : http://www.educatec-educatice.com/preinscription.html?code=EXP1452) ----------------------------------- Consortium Scilab (Digiteo) Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex -------------- section suivante -------------- Une pièce jointe HTML a été nettoyée... URL: From arusso1 at uvq.edu.ar Wed Nov 9 18:31:19 2011 From: arusso1 at uvq.edu.ar (Alfredo Russo) Date: Wed, 9 Nov 2011 14:31:19 -0300 Subject: [Scilab-Enseignement] Scilab vous invite =?iso-8859-1?Q?=E0_Educatec-Educatice=2C_salon_professionnel_de_l'=E9duca?=tion In-Reply-To: <4EBA61A9.2060104@scilab.org> References: <4EBA61A9.2060104@scilab.org> Message-ID: <8a77314b7a42dc646508b00804806f22.squirrel@qoodle.uvq.edu.ar> Thank you very much for your invitation. Anyway, as a I live in Argentina, I need more time to programme attending meetings like this. Sincerely Fred PS: sorry, my French writing is terrible, but I understand quite well written French. > Venez nous rencontrer sur le stand C31, les 23, 24 et 25 novembre à > Paris - Porte de Versailles. > (Demande de badge d'accès gratuit sur : > http://www.educatec-educatice.com/preinscription.html?code=EXP1452) > > > ----------------------------------- > Consortium Scilab (Digiteo) > Domaine de Voluceau > Rocquencourt - B.P. 105 > 78153 Le Chesnay Cedex > > > > From nirav3187 at gmail.com Fri Nov 18 08:13:20 2011 From: nirav3187 at gmail.com (Nirav Thakkar) Date: Fri, 18 Nov 2011 12:43:20 +0530 Subject: Scilab Query: Related to stacksize Message-ID: Hi all, Good morning. I am a Scilab user and need help. I am using, y = grand(10^6,90,'nor,0,1) to generate 90 columns and 1 million rows of normal distributed Random variables with mean =0 and std=1. But I am getting following error: O=grand(10^6,90,'nor',0,1); !--error 17 Rand: stack size exceeded (Use stacksize function to increase it). I used stacksize('max') but its not solving the problem. Please help me in this regard. Thanks Nirav B Thakkar India -------------- section suivante -------------- Une pièce jointe HTML a été nettoyée... URL: From vincent.couvert at scilab.org Fri Nov 18 08:55:22 2011 From: vincent.couvert at scilab.org (Vincent COUVERT) Date: Fri, 18 Nov 2011 08:55:22 +0100 Subject: [Scilab-Enseignement] Scilab Query: Related to stacksize In-Reply-To: References: Message-ID: <4EC60F6A.80504@scilab.org> Hi, This list is a french speaking list. For english messages, please use users at lists.scilab.org. Regards. Le 18/11/11 08:13, Nirav Thakkar a écrit : > Hi all, > Good morning. I am a Scilab user and need help. > I am using, y = grand(10^6,90,'nor,0,1) to generate 90 columns and 1 > million rows of normal distributed Random variables with mean =0 and > std=1. > But I am getting following error: O=grand(10^6,90,'nor',0,1); > !--error 17 > Rand: stack size exceeded > (Use stacksize function to increase it). > I used stacksize('max') but its not solving the problem. > Please help me in this regard. Thanks > Nirav B Thakkar > India From Nikhila.A at irco.com Fri Nov 18 09:10:26 2011 From: Nikhila.A at irco.com (A, Nikhila) Date: Fri, 18 Nov 2011 08:10:26 +0000 Subject: [Scilab-Enseignement] Scilab Query: Related to stacksize In-Reply-To: References: Message-ID: <31DC4BD04EB26A4FB1738191B7E332AEAA1552@012-BR1MPN1-011.mgdir.irco.com> Hi Try using the command 'clear' initially in the program to clear all previously generated variables -Nikhila A From: Nirav Thakkar [mailto:nirav3187 at gmail.com] Sent: Friday, November 18, 2011 12:43 PM To: enseignement at lists.scilab.org Subject: [Scilab-Enseignement] Scilab Query: Related to stacksize Hi all, Good morning. I am a Scilab user and need help. I am using, y = grand(10^6,90,'nor,0,1) to generate 90 columns and 1 million rows of normal distributed Random variables with mean =0 and std=1. But I am getting following error: O=grand(10^6,90,'nor',0,1); !--error 17 Rand: stack size exceeded (Use stacksize function to increase it). I used stacksize('max') but its not solving the problem. Please help me in this regard. Thanks Nirav B Thakkar India ________________________________ The information contained in this message is privileged and intended only for the recipients named. If the reader is not a representative of the intended recipient, any review, dissemination or copying of this message or the information it contains is prohibited. If you have received this message in error, please immediately notify the sender, and delete the original message and attachments. -------------- section suivante -------------- Une pièce jointe HTML a été nettoyée... URL: From nirav3187 at gmail.com Fri Nov 18 10:32:29 2011 From: nirav3187 at gmail.com (Nirav Thakkar) Date: Fri, 18 Nov 2011 15:02:29 +0530 Subject: [Scilab-Enseignement] Scilab Query: Related to stacksize In-Reply-To: <31DC4BD04EB26A4FB1738191B7E332AEAA1552@012-BR1MPN1-011.mgdir.irco.com> References: <31DC4BD04EB26A4FB1738191B7E332AEAA1552@012-BR1MPN1-011.mgdir.irco.com> Message-ID: Hi Thanks for the reply. I have tried with clear also. I did stacksize('max') and its showing Current available max stack size as 82242256. So not able to generate 90 million random numbers. Please help. Thanks. Nirav B Thakkar On Fri, Nov 18, 2011 at 1:40 PM, A, Nikhila wrote: > Hi > > > > Try using the command ?clear? initially in the program to clear all > previously generated variables > > > > -Nikhila A > > > > *From:* Nirav Thakkar [mailto:nirav3187 at gmail.com] > *Sent:* Friday, November 18, 2011 12:43 PM > *To:* enseignement at lists.scilab.org > *Subject:* [Scilab-Enseignement] Scilab Query: Related to stacksize > > > > Hi all, > > > > Good morning. I am a Scilab user and need help. > > > > I am using, y = grand(10^6,90,'nor,0,1) to generate 90 columns and 1 > million rows of normal distributed Random variables with mean =0 and std=1. > > > > But I am getting following error: O=grand(10^6,90,'nor',0,1); > !--error 17 > Rand: stack size exceeded (Use > stacksize function to increase it). > > > > I used stacksize('max') but its not solving the problem. > > > > Please help me in this regard. Thanks > > > > Nirav B Thakkar > > India > > ------------------------------ > > The information contained in this message is privileged and intended only > for the recipients named. If the reader is not a representative of the > intended recipient, any review, dissemination or copying of this message or > the information it contains is prohibited. If you have received this > message in error, please immediately notify the sender, and delete the > original message and attachments. > -------------- section suivante -------------- Une pièce jointe HTML a été nettoyée... URL: From sylvestre.ledru at scilab.org Fri Nov 18 10:57:27 2011 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Fri, 18 Nov 2011 10:57:27 +0100 Subject: [Scilab-Enseignement] Scilab Query: Related to stacksize In-Reply-To: References: <31DC4BD04EB26A4FB1738191B7E332AEAA1552@012-BR1MPN1-011.mgdir.irco.com> Message-ID: <1321610247.24178.88.camel@korcula.inria.fr> Please stop using this mailing list for english discussion. It is a french speaking mailing list. S Le vendredi 18 novembre 2011 à 15:02 +0530, Nirav Thakkar a écrit : > > Hi > > Thanks for the reply. I have tried with clear also. I did > stacksize('max') and its showing Current available max stack size as > 82242256. > So not able to generate 90 million random numbers. Please help. > > Thanks. > > Nirav B Thakkar > > On Fri, Nov 18, 2011 at 1:40 PM, A, Nikhila > wrote: > Hi > > > > Try using the command ?clear? initially in the program to > clear all previously generated variables > > > > -Nikhila A > > > > From: Nirav Thakkar [mailto:nirav3187 at gmail.com] > Sent: Friday, November 18, 2011 12:43 PM > To: enseignement at lists.scilab.org > Subject: [Scilab-Enseignement] Scilab Query: Related to > stacksize > > > > > > Hi all, > > > > > > Good morning. I am a Scilab user and need help. > > > > > > I am using, y = grand(10^6,90,'nor,0,1) to generate 90 columns > and 1 million rows of normal distributed Random variables with > mean =0 and std=1. > > > > > > But I am getting following error: O=grand(10^6,90,'nor',0,1); > !--error 17 > Rand: stack size > exceeded (Use stacksize function to increase it). > > > > > > I used stacksize('max') but its not solving the problem. > > > > > > Please help me in this regard. Thanks > > > > > > Nirav B Thakkar > > > India > > > > > ______________________________________________________________ > > The information contained in this message is privileged and > intended only for the recipients named. If the reader is not a > representative of the intended recipient, any review, > dissemination or copying of this message or the information it > contains is prohibited. If you have received this message in > error, please immediately notify the sender, and delete the > original message and attachments. > >