Re: [Scilab-users] 22.5° ray separations in polarplot

2019-03-27 Thread Samuel Gougeon
Le 27/03/2019 à 21:37, Heinz Nabielek a écrit : Friends and colleagues: Scilab polarplot does a great job displaying my 155,508 measured data pairs wind direction/ wind speed in a split second( while MS Excel is petrified) to make a great wind rose. One concern: I would like to change the def

Re: [Scilab-users] 22.5° ray separations in polarplot

2019-03-27 Thread Federico Miyara
Heinz, VERY LONG :) I've found that the gca() (get current axes) handle allows to see and control many properties. First run this example: x = (0:360)/180*%pi; y = 0.5*(1 + cos(x)); z = 0.5 + 0.5*(1 + cos(x)); clf polarplot([x' x'],[y' z'],[1 2]) Entering gca() one of the ent

[Scilab-users] 22.5° ray separations in polarplot

2019-03-27 Thread Heinz Nabielek
Friends and colleagues: Scilab polarplot does a great job displaying my 155,508 measured data pairs wind direction/ wind speed in a split second( while MS Excel is petrified) to make a great wind rose. One concern: I would like to change the default 30° ray separation into 22.5° separations to

Re: [Scilab-users] Where is the best place for Scilab - xcos / ScicosLab - scicos questions and bug report?

2019-03-27 Thread Samuel Gougeon
Le 27/03/2019 à 08:47, Dang Ngoc Chan, Christophe a écrit : Hello, De : Stéphane Mottelet Envoyé : mercredi 27 mars 2019 08:27 on StackOverflow I see messages of newcomers who don't even know the existence of an official mailing list. I think we should fix this. But how ? The information is

Re: [Scilab-users] Where is the best place for Scilab - xcos / ScicosLab - scicos questions and bug report?

2019-03-27 Thread Samuel Gougeon
Le 27/03/2019 à 08:47, Dang Ngoc Chan, Christophe a écrit : Hello, De : Stéphane Mottelet Envoyé : mercredi 27 mars 2019 08:27 on StackOverflow I see messages of newcomers who don't even know the existence of an official mailing list. I think we should fix this. But how ? The information is

Re: [Scilab-users] non linear optimization why produce Nan

2019-03-27 Thread Stéphane Mottelet
Helllo, Start by testing your residual function *alone* with inital value of your parameters --> dyke_error(p0,Value, i, y) S. Le 27/03/2019 à 09:20, karoli a écrit : hello team why my optimization produce an Nan result, any help [fd,SST,Sheetnames,Sheetpos]=xls_open('D:\MAG2.xls') [Value

[Scilab-users] non linear optimization why produce Nan

2019-03-27 Thread karoli
hello team why my optimization produce an Nan result, any help [fd,SST,Sheetnames,Sheetpos]=xls_open('D:\MAG2.xls') [Value,TextInd]=xls_read(fd,Sheetpos(1)) y=45 i=33 p0=[53.8;1527;43.7;55.7;3424.7] function T= dyke(p,Value, i, y) h =1.0 - cosd( y )^2*sind( i )^2 I= atand( tand( i )./

Re: [Scilab-users] Where is the best place for Scilab - xcos / ScicosLab - scicos questions and bug report?

2019-03-27 Thread Dang Ngoc Chan, Christophe
Hello, > De : Stéphane Mottelet > Envoyé : mercredi 27 mars 2019 08:27 > > on StackOverflow I see messages of newcomers who > don't even know the existence of an official mailing list. > I think we should fix this. But how ? The information is already present at the bottom of the welcome page o

Re: [Scilab-users] Where is the best place for Scilab - xcos / ScicosLab - scicos questions and bug report?

2019-03-27 Thread Stéphane Mottelet
Le 26/03/2019 à 21:02, farimani a écrit : I would like to thank Stéphane Mottelet for taking the initiative and being present on StackOverflow. Thanks to his support now almost all new questions there have proper answers from a professional: My personal experience is that the traffic on users@li