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
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
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
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
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
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
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 )./
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
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