blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 21
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 141k 586M ⌀ | star_events_count int64 0 30.4k | fork_events_count int64 0 9.67k | gha_license_id stringclasses 8
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 50
values | src_encoding stringclasses 23
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 29
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5d7dd20e383ec5606b985aff81a4b01572939373 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.15_4.tst | a116326cecd31501d1ea4a963a2d15b7aa6bc4a8 | [] | no_license | mandar15/NLP_Project | 3142cda82d49ba0ea30b580c46bdd0e0348fe3ec | 1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2 | refs/heads/master | 2020-05-20T13:36:05.842840 | 2013-07-31T06:53:59 | 2013-07-31T06:53:59 | 6,534,406 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 25,925 | tst | bow.15_4.tst | 15 14:0.25 31:0.14285714285714285 147:1.0 409:0.3333333333333333 2541:1.0 4527:1.0 4912:1.0 4980:1.0 4981:2.0 6074:1.0 6081:1.0 7143:1.0
15 8:0.08695652173913043 14:0.25 17:0.1111111111111111 21:0.5 45:0.5 101:1.0 162:0.5 164:1.0 172:1.0 275:1.0 281:0.5 301:1.0 312:1.0 695:2.0 749:1.0 1399:1.0 1405:1.0 1777:1.0 2462:1.... |
c2cfb2622fb1feaa8ae249683bb1148a01ebb43d | 25033eda4e7cd13f945f94c5dc35f15825066b42 | /Inria/2 cohorts/Tinfini/gradient de selection - Tinfini.sce | dd70c2217f54708c87d168f2b117812142f1de16 | [] | no_license | julienguegan/Internships | a26cb9efa2f1715832511a7aa94d25bfc675388b | ad51d5845ed8fd41e29259c95e8beff80bac65cf | refs/heads/master | 2020-12-20T21:54:29.099157 | 2020-01-25T19:20:10 | 2020-01-25T19:20:10 | 236,217,889 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,265 | sce | gradient de selection - Tinfini.sce | clear
//T < +∞
exec('C:\Users\Julien Guégan\Documents\Cours\MAM4\STAGE\2 cohorts\Tinfini\Fonctions 2 cohorts - Tinfini.sci',-1)
T = 300
t = 0:T
// CI
M01 = 400
M02 = 400
n1 = 100
n2 = 1
n = n1+n2
Mee = fsolve(0,eqnM)
disp(" M** = "+string(Mee))
step = 20
Mσ = 1400:step:2300
gagnants =[] //on stock les Mσ gagnan... |
308adde645cb589dce62f6a3ea2451e14fcc0e19 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3630/CH17/EX17.8/Ex17_8.sce | 2e1a8cf4d39735eef4f849ac44c24d63d6c45a8c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 146 | sce | Ex17_8.sce | clc;
c1=0.0000001;
c2=0.000000068;
c=(c1*c2)^0.5;
rf=40000;
f0=137;
Q=(3.14*f0*rf*c);
BW=f0/Q;
disp(' ',Q,"Q=");
disp('Hz',BW,"BW=");
|
f744ec2d297d0dea4a993d1c5d4ca46918198f51 | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/cheb.sci | db2df85b2aa799aa0e33981ccf8104211b46c464 | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 772 | sci | cheb.sci | function res = cheb (n, x)
//Calculates the nth-order Chebyshev polynomial at the point x.
//Calling Sequence
//cheb(n, x)
//Parameters
//n: Filter order
//x: Point at which the Chebyshev polynomial is calculater.
//Description
//This is an Octave function.
//Equation for Chebyshev polynomial is
// / cos(n ... |
013a7ec409d86adb8c58e52ab11e05c0b0b557e6 | 494b677053e1199325a80808377463794e1003e5 | /experiments/irprop-c/irprop-c/results/Ignore-MV.iRProp+-C.vehicle/result8s0.tst | bf24795cccb0f90e9dcf87db57724a76ba3d2016 | [] | no_license | kylecblyth/IIS-Project | 92fb0770addced8022817470f974bf5191bfe05d | abf66fd98d9b6c7c3a0fbc254ef4026641338489 | refs/heads/master | 2020-06-12T19:41:02.430510 | 2016-12-07T10:35:31 | 2016-12-07T10:35:31 | 75,764,815 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,569 | tst | result8s0.tst | @relation vehicle
@attribute COMPACTNESS integer[73,119]
@attribute CIRCULARITY integer[33,59]
@attribute DISTANCECIRCULARITY integer[40,112]
@attribute RADIUSRATIO integer[104,333]
@attribute PRAXISASPECTRATIO integer[47,138]
@attribute MAXLENGTHASPECTRATIO integer[2,55]
@attribute SCATTERRATIO integer[112,265]
@attri... |
d4322eba4bf8a3c18ba0fc4d5f1c26849c48d9c9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH4/EX4.12/12.sce | 858d1fa9942af4b4db4376bc25d5ac5ed23c37c0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 738 | sce | 12.sce | clc
// Given that
I = 1 // Initial intensity
I_o = I/2 // Intensity after one reflection
lambda = 6000 // wavelength of light in angstrom
mu_o = 1.5442 // refractive index of material for ordinary ray
mu_e = 1.5532 // refractive index of material for extra ordinary ray
theta = 30 // Angle of between polaroid’s in degr... |
2fca86ac5052457a7690a6bebdcf723e9f24eeaf | 1573c4954e822b3538692bce853eb35e55f1bb3b | /DSP Functions/zpklp2mb/test_4.sce | 7372cb67991f7bdabb0740c82fcfc3c3514f63e9 | [] | no_license | shreniknambiar/FOSSEE-DSP-Toolbox | 1f498499c1bb18b626b77ff037905e51eee9b601 | aec8e1cea8d49e75686743bb5b7d814d3ca38801 | refs/heads/master | 2020-12-10T03:28:37.484363 | 2017-06-27T17:47:15 | 2017-06-27T17:47:15 | 95,582,974 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 267 | sce | test_4.sce | // Test # 4 : Checking the type for Input Argument #3
exec('./zpklp2mb.sci',-1);
[z,p,k,n,d]=zpklp2mb(0.1,2,[3 0.4],0.1,0.6);
// !--error 10000
//K must be a scalar
//at line 63 of function zpklp2mb called by :
//[z,p,k,n,d]=zpklp2mb(0.1,2,[3 0.4],0.1,0.6);
|
99d5f46ce3d849b1128a81252f5b6f09427a003b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1397/CH6/EX6.7/6_7.sce | 5c5b9d0377ea57744baf2ecdeac68884c468d155 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 150 | sce | 6_7.sce | //clc();
clear;
//To calculate the maximum radius of sphere
//for FCC structure a=(4*r)/sqrt(2)
//R=(a/2)-r
//hence R=0.414*r on simplification
|
daaeb6b0530a2577847a494b6f4a073bc0496473 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2609/CH13/EX13.5/ex_13_5.sce | c625cbc477d3d2e283d900d4ce9929234e263c3f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 336 | sce | ex_13_5.sce | ////Ex 13.5
clc;
clear;
close;
format('v',6);
Vout=15;//V
Vin=20;//V
INL=2;//mA(INL=Iadj+Iref)
Iadj=60;//mA(Assumed)
Iref=INL-Iadj/1000;//mA
Vref=1.25;//V
R1=Vref/Iref*1000;//ohm
VR2=Vout-Vref;//V
R2=VR2/INL*1000;//ohm
disp("Design values are : ");
disp(R1,"Resistance, R1(ohm)");
disp(R2/1000,"Resistanc... |
3a44a00999407b3fdf74f2ca0eee794ca730e6b5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1226/CH21/EX21.2/EX21_2.sce | 1eb5b6758c7f12508b9d540a0dda056fdb00a26d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,420 | sce | EX21_2.sce | clc;funcprot(0);//EXAMPLE 21.2
// Initialisation of Variables
t1=288;........//Temperature of air entering the turbine in K
t3=883;..............//Temperature before expansion in turbine in K
etac=0.8;....//Efficiency of compressor
etat=0.82;.....//Efficiency of turbine
rp=6;...........//Pressure ratio
ma=16;...... |
67eb64bd03107fb1b4b16f6537cb92214eda492e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2579/CH4/EX4.28/Ex4_28.sce | 12f2a723c4eb23056546c155da84059fa382423a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 259 | sce | Ex4_28.sce | //Ex:4.28
clc;
clear;
close;
A=5;// area in m^2
w=25*10^-3;// power in watt
f=15;// frequency in MHz
y=300/f;// wavelength in m
Rr=31171*(A/y^2)^2;// radiation resistance in ohm
V=sqrt(w*4*Rr);// max emf in volts
printf("The max emf = %f Volts", V); |
7005c3b6e921f3000c0ecd94fd127026c260f215 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH11/EX11.23/Ex11_23.sce | 3d34c8c3340512c4bf90ccd36e4fcd693827c32a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,175 | sce | Ex11_23.sce | //scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 11.23\n\n\n");
// Chapter 11 : Heat Transfer
// Problem 11.23 (page no. 596)
// Solution
hi=45; //Film coefficient on the inside of the pipe //Unit:Btu/(hr*ft^2*F)
r1=3.0/2; //Inside radius //Unit:inch
k1=26; //Unit:Btu/(hr*ft^2*F) //k=proportionality... |
0aeec2bb317d272a1d01b8cb1ce9525a68c66601 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3840/CH11/EX11.10/Ex11_10.sce | e89db0a035dd1017947d50566428ef013a108e2f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 263 | sce | Ex11_10.sce | clear
//
//
//
//Variable declaration
n1=1.45 //Core refractive index
n2=1.44 //Cladding refractive index
//Calculation
delta=(n1-n2)/n1 //fractional index change
//Result
printf("\n fractional index change is %0.4f *10**-3",delta*10**3)
|
97887a184daf818f286810f28cf9472aaec4ed1f | 449d555969bfd7befe906877abab098c6e63a0e8 | /914/CH2/EX2.7/ex2_7.sce | 8921f1c1e3fe15b07e283c3aed8a2c809cf53d6d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,204 | sce | ex2_7.sce | clc;
warning('off');
printf("\n\n example2.7 - pg38");
// given
T=30+273.15; //[K] temperature
pA=3; //[atm] partial pressure of the component A
R=0.082057; //[atm*m^3*/kmol*K] gas constant
// (a) using the equation Ca=n/V=pA/(R*T)
Cco2=pA/(R*T);
Cco2=Cco2*(44.01);
printf("\n\n (a) The concentarion of Co2 ... |
cc60c1b7ac14d2b18ad426243993c1444eae26b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1964/CH3/EX3.10/ex3_10.sce | a08fb8c313d4dcd76f58ceed16424f1d0e68a946 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 964 | sce | ex3_10.sce | //Chapter-3, Example 3.10, Page 113
//=============================================================================
clc
clear
//INPUT DATA
NA=15000;//no of turns in coil A
IA=6;//current in coil A in Amp(A)
phiA=0.05*10^-3;//flux in coil A in wb
NB=12000;//no of turns in coil B
IB=6;//current in coil B in Amp(... |
ae28a1086443e0b1cd791d4a49adebd1e1b914a6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3281/CH10/EX10.1/ex10_1.sce | d045b843dea22f76009d05c8bc61dd17df143216 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 820 | sce | ex10_1.sce | //Page Number: 554
//Example 10.1
clc;
//Given,
z0=50; //ohm
t=0.001; //mm
b=0.32; //cm
er=2.20;
tandel= 0.0005;
rs=0.026; //ohm
f=10D+9; //Hz
c=3D+8;//m/sec
p=sqrt(er)*z0;
//As p<120
w=b*[((30*%pi)/p)-0.441];
disp('cm',w,'Width');
//Attenuation
k={(2*%pi*f*sqrt(er))/c};
ad=(k*tandel)/2;
//a... |
fa65fe4dd0bb2e40b8702f65e1dceaf45d324a37 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electric_Machinery_And_Transformers_B._S._Guru_And_H._R._Hiziroglu_380.zip/Electric_Machinery_And_Transformers_B._S._Guru_And_H._R._Hiziroglu_380/CH12/EX12.1/Ex12_1.sce | a15e6acbdf8be395306cd79cb2aa0dc87d8a574e | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 545 | sce | Ex12_1.sce | errcatch(-1,"stop");mode(2);//Caption:Find the speed of motor and torque under blocked rotor condition
//Exa:12.1
;
;
flux=0.004;//(in Weber)
R_a=0.8;//armature resistance (in ohm)
V_s=40;//applied voltage (in Volts)
T_d=1.2;//in Newton-meter
K_a=95;//motor constant
w_m=(V_s/(K_a*flux))-((R_a*T_d)/(K_a*flux)... |
9c6c7634c9df18f5acb35654f8138f45c7898d87 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1670/CH8/EX8.9/8_9.sce | f1387f6001e57786f2a753204bd0d41af0fd457d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 537 | sce | 8_9.sce | //Example 8.9
//Rombers Method
//Page no 275
clc;clear;close;
a=4;b=5.2;
h=[0.4,0.2];
for j=1:2
n=(b-a)/h(j)+1
for i=1:n
x(1,i)=a+(i-1)*h(j)
y(1,i)=log(x(1,i))
end
Q(j)=0;
for i=1:n
if i==1 | i==n then
Q(j)=Q(j)+h(j)*(y(1,i))/2
else
Q(j)=Q(j)+h(j)*(y(1,i))
end... |
fa7f662a076c6b5dd72cc734ee276d91bf13b026 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH16/EX16.6/16Ex6.sce | ab8fae3f11811a23fec7dd6363a882239651994c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 456 | sce | 16Ex6.sce | //chapter 16 Ex 6
clc;
clear;
close;
//let pipes be A B and leak be C
t1=14; t2=16; //time taken by A and B to fill cistern individually
t3=32/60;
A1hour=1/t1; B1hour=1/t2; //part filled by A and B in 1 hour each
AB1hour=A1hour+B1hour;
ABC1hour=1/(1/AB1hour+t3); //part filled by all 3 pipes in 1 ho... |
9e9add71a0084132e387823e9cdca3c964e434cb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3788/CH8/EX8.2.1/Ex8_2_1.sce | 68f1b8d6ac75adffa9aa8ab7e5765fd0775b49fa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 293 | sce | Ex8_2_1.sce | //Example 8.2.1
//find the physical pathlength and path attenuation
clc
clear
elevationangle=35
height=3
specificattenation=2
L=height/sind(35)
printf("The physical pathlength is %f km \n",L)
//error for L part
A=specificattenation*5.23
printf("The path attenuation is %f dB " ,A)
|
c5a64219d1591b753199b80aa3732398ab2764ae | 449d555969bfd7befe906877abab098c6e63a0e8 | /2223/CH18/EX18.2/Ex18_2.sce | 4796516bf4a29149db886d6bb42f42ed612501f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,144 | sce | Ex18_2.sce | // scilab Code Exa 18.2 Steam Turbine nozzle
t1=550; // Entry Temperature in Kelvin
p1=170; // Inlet Pressure in bar
p2=120.7; // Exit Pressure in bar
d=1; // Mean Blade ring diameter in m
alpha_2=70; // nozzle angle in degree
gamma_g=1.3; // for superheated steam
R=0.5*1e3; // in J/kgK
m=280; // in kg/s
... |
56198e1224bd9a1528bc78a93164695b455b572b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1574/CH1/EX1.18/Signals_Ex_1_18.sce | f8615872b9ea007c8e0b81f48dce22d353722f7e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 993 | sce | Signals_Ex_1_18.sce | clear ;
clc ;
close ;
// CTS Signal
A =1; // Amplitude
Dt = 0.005;
T1 = 2; //Time in seconds
t = 0: Dt:T1 /2;
for i = 1: length (t)
xt(i) = A;
end
// Continuous time Fourier Transform
Wmax= 2*%pi*1; // Analog Frequency = 1Hz
K =4;
k=0:(K/1000):K;
W =k*Wmax/K;
xt=xt';
XW =xt*exp(-sqrt(-1)*t'*W)*Dt;
XW_... |
c673e98030ccdd6b4ed179e859bc6cbcf0d2098c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3831/CH1/EX1.3/Ex1_3.sce | 2f36ecbcd57482c939863231c6ca4c521915c09b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 340 | sce | Ex1_3.sce | // Example 1_3
clc;funcprot(0);
// Given data
g_c=32.174;// ft/s^2
F=1;// lbf
m=1;// lbm
// Solution
onechunk=1;// (lbf.s^2)/lbm
// In the Engineering English units system, 1 lbf accelerates 1 lbm at a rate of
a=(F*g_c)/m;// ft/s^2
onechunk=32.174;// ft/s^2
onechunk=32.174/3.281;// m
printf("\n 1 chunk=%... |
0a419510fd504df6ee9ba8cb7c98a3396d9e66f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1898/CH10/EX10.11/Ex10_11.sce | 19efbf42c2adaec66d1c1abca5d188dea00a3b22 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 738 | sce | Ex10_11.sce | clear all; clc;
disp("Scilab Code Ex 10.11 : ")
//Given:
p = 20; //kPa
E = 600; //kPa
nu = 0.45
a = 4; //cm
b = 2; //cm
c = 3; //cm
//Dilatation:
sigma_x = -p;
sigma_y = -p;
sigma_z = -p;
e = ((1-2*nu)/E)*(sigma_x + sigma_y + sigma_z);
//Change in Length:
ep = (sigma_x - nu*(sigma_y + sigma_z))... |
fb99c46d086689a1c70790f34b30607e39f95739 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/TU33ZCL/ATWM1_Working_Memory_MEG_TU33ZCL_Session2/ATWM1_Working_Memory_MEG_Salient_Uncued_Run2.sce | 671335139db571487a524f6dac68305abe2b73af | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,405 | sce | ATWM1_Working_Memory_MEG_Salient_Uncued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_uncued_run2";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monit... |
7b268bb4da83f76c6892931bd534e19b5b6d1b52 | 449d555969bfd7befe906877abab098c6e63a0e8 | /26/CH1/EX1.3.31/1_3_31.sce | 0f6c48ba8cd4e68851a6a5b1c14754bdc4737e26 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 916 | sce | 1_3_31.sce | disp('1 gram at (0,1), 1 gram at (8,1) and 1 gram at (2,4)')
cm=(1/3)*(1*[0;1]+1*[8;1]+1*[2;4])
disp('centre of mass is at')
disp(cm)
disp('the new weight of the system=9 grams')
disp('new centre of mass is at')
s=[2;2]
disp(s)
disp('let w1,w2 and w3 be the weights added at (0,1),(8,1) and (2,4) respectively')
... |
e7a256731ecb71ecc82b6762dfda0fcf50b2d1b7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /626/CH2/EX2.16/2_16.sce | ed01b493c2d4527574eee099b6f14292e671260b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 245 | sce | 2_16.sce | clear;
clc;
close;
disp("Example 2.16")
t=0.79 //T2/T1 i.e. turbione expansion
gm=1.4 //gamma
//calculations:
d=t^(1/(gm-1))
//disp(d)
a=1/d //area ratio
p=d^gm //pressure ratio
ndaf=1-p*a
disp(ndaf,"The nondimensional axial force:") |
2441134b4ba7554ad743ea557f641a8465e6a3ef | 1b3c63cb7f854378c5f1991637692ae2bf8265ac | /nmodels/nmodels.sci | b9281824bd9c7b3aed9c1d147f1bb6e4026b122e | [] | no_license | FOSSEE-Internship/FOSSEE-Control-Systems-Toolbox | 9900107267e5f508f77858d128e01293966e9e10 | 2878a38e4e55806b1777f9da2e0395f321e1c952 | refs/heads/master | 2020-12-02T18:20:34.659219 | 2017-10-26T12:26:57 | 2017-10-26T12:26:57 | 96,516,803 | 0 | 1 | null | 2017-10-26T13:44:56 | 2017-07-07T08:24:44 | Scilab | UTF-8 | Scilab | false | false | 1,986 | sci | nmodels.sci |
function [N]=nmodels(sysarray)
//returns number of models in a model array
//
//Calling Seqence
//N=nmodels(sysarray)
//
//Parameters
//sysarray : lti system or a cell array of lti systems
//N: no of models
//
//Description
//[rsys] = balred(sys,n)
// n ... |
3430d156c2fdee1cb5153ef662625814d2c396c9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1073/CH4/EX4.6/4_6.sce | 9f41ff8cb2cd7a33a27b6dddd53572fd2a684e2d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 406 | sce | 4_6.sce |
clc;
clear;
//EXample 4.6
sigma=5.67*10^-8 //[W/m^2.K^4]
e1=0.79;
e2=0.93;
T1=500 ; //[K]
T2=300 ; //[K]
D=70 //[mm]
D=D/1000 //[m]
L=3 //[m]
W=0.3 //Side of conduit [m]
A1=%pi*D*L //[sq m]
A1=0.659 //Approximate calculation in book in [m^2]
A2=4*(L*W) //[sq m]
Q=sigma*A1*(T1^4-T2^4... |
a406253284df20f615b913db4f0414a227c53f9e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3827/CH3/EX3.4/Ex3_4.sce | ebd1a45d0d6db79780650111396a593a9df6c9fa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 342 | sce | Ex3_4.sce | //EX3_4: Simplify A'B + A'B'C'D' + ABCD'
//clears the screen
clc
//clears already existing variables
clear
disp('A''B + A''B''C''D'' + ABCD''')
disp('= A''(B + B''C''D'') + ABCD''')
disp('= A''(B + C''D'') + ABCD''')
disp('= B(A'' + ACD'') + A''C''D''')
disp('= B(A'' + CD'') + A''C''D''')
disp('= A''B +... |
e330df81b4e85e10d5345d3d99389c7596dc98d9 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Scout 1v1 Dave_.sce | 4eed38aa27ec319c34e8d1093ad387a41d07af54 | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 29,743 | sce | Scout 1v1 Dave_.sce | Name=Scout 1v1 Dave_
PlayerCharacters=Scout
BotCharacters=Scout.bot
IsChallenge=true
Timelimit=30.0
PlayerProfile=Scout
AddedBots=Scout.bot
PlayerMaxLives=0
BotMaxLives=0
PlayerTeam=1
BotTeams=2
MapName=kovaim1.map
MapScale=1.0
BlockProjectilePredictors=false
BlockCheats=true
InvinciblePlayer=false
Invi... |
bfb5f665dc1bf9552a7820e9e4c3e268f846635a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH4/EX4.21/21.sce | 5bef7f89d15998bb3b42a803a34b9f1e8aad9494 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 435 | sce | 21.sce | clc
// Given that
theta = 26.4 // rotation of plane of polarization in degree
c = 0.2 // Concentration of sugar solution in g/cm^3
l = 2 // length of Polari meter in decimeter
// Sample Problem 21 on page no. 221
printf("\n # PROBLEM 21 # \n")
s = theta/(c*l) // Specific rotation of sugar solution
printf("\n Standard... |
3a7bbfd8021ba4d70139ac143420680b8c779615 | 3bf94cc0e342c7c76eec4a76f2800ffb17246272 | /TFXSLT_project/testdata/delinhouse.example.tst | 4085c3f1e85da067aad3546b1b52a2d3f0653884 | [] | no_license | imhurduc/BOMRepo | db947cb4b1a3742d1d8ddb91d05109ce8ccee145 | 7053a26a1ca88f944118c9d32153c9cc3c062de3 | refs/heads/master | 2020-12-30T11:52:55.800895 | 2017-05-25T14:36:24 | 2017-05-25T14:36:24 | 91,437,559 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,400 | tst | delinhouse.example.tst | HEAD 778 3838 33 979 8798 87 05029820161013ANKREF1002 ARTI0815 Kasten Bier STK000000000020000081-5424-2424434 100... |
760f7b6dd55b8619dd6c6cf5c1b886c9b4417d58 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2837/CH13/EX13.5/Ex13_5.sce | fb3922ddc22641168b035aef6a633c60c821be00 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 330 | sce | Ex13_5.sce | clc
clear
//Initialization of variables
x=[0.15 0.08 0.77]
M=[44 32 28]
//calculations
y=x ./M
yt=sum(y)
mt=y/yt
per=mt*100
wt=1/yt
R=1545/wt
//results
printf("Volumetric analysis")
disp('percent by volume')
format('v',6);per
disp(per)
printf("Weight per mole = %.1f lb",wt)
printf("\n Gas constant = %... |
2d1639a691ee1c77682d082b0a87d4464a6889d0 | 5f48beee3dc825617c83ba20a7c82c544061af65 | /tests/s/113.tst | c26cd57566cfa4765b62e0a05785eb7fcdc55eff | [] | no_license | grenkin/compiler | bed06cd6dac49c1ca89d2723174210cd3dc8efea | 30634ec46fba10333cf284399f577be7fb8e5b61 | refs/heads/master | 2020-06-20T12:44:17.903582 | 2016-11-27T03:08:20 | 2016-11-27T03:08:20 | 74,863,612 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 90 | tst | 113.tst | void main(void)
{
int x, y;
float z;
int *px;
float *pz;
pz = &x;
pz = px;
}
|
eb3f7cfa90f2ba1aa003262856bc5ff68e343a51 | 449d555969bfd7befe906877abab098c6e63a0e8 | /371/CH4/EX4.1/4_1.sci | 511f1af1aa1a438a772cffe06b587d6f75600820 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 472 | sci | 4_1.sci | //Series and Parallel Connection of Thyristors//
//Example 4.1//
Vc=3500;//voltage rating of circuit//
Vt=750;//voltage rating of each thyristor//
Ic=1500;//current rating of circuit//
It=500;//current rating of each thyristor//
DF=0.1;//Derating factor of circuit//
Ns=Vc/(Vt*(1-DF));//number of devices in serie... |
b58f2053d4460256bf6c0011647a752b88e6ca0c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1952/CH1/EX1.11/Ex1_11.sce | 7e552fba6b71a51bf3dc89e6da78e0ef6b7d9c6e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 288 | sce | Ex1_11.sce | // chapter 1 , Example1 11 , pg 24
aS=1050//total absorption inside hall(in Sabine)
//a=average absorption coefficient , S=area of interior surface
V=9000//volume of hall(in m^3)
T=(0.165*V)/aS//reverberation time
printf("Reverberation time of hall\n")
printf("T=%.4f sec",T)
|
33ec7f2a54bb0ad350e536541737c308d7d44df8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH12/EX12.8/12_8.sce | 75f6afe2d6ac1a309dca4a3ec64298383af225b9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 323 | sce | 12_8.sce | clear; clc; close;
Vcc =30;
Rl = 16;
Po_max = (Vcc^2)/(2*Rl);
Pi_max = (2*Vcc^2)/(%pi*Rl);
n_max = (Po_max/Pi_max)*100;
Pq_max = (1/2)*(2*Vcc^2/((%pi^2)*Rl));
disp(Po_max,'Maximum output power(Watts) = ');
disp(Pi_max,'Maximum input power(Watts) = ');
disp(Pq_max,'Transmission dissipation(Watts) = ');
... |
01980e3ecb19e40af21b83c1cf4be3e66c106238 | 8781912fe931b72e88f06cb03f2a6e1e617f37fe | /scilab/membrane/runmembrane.sci | 849e0f76d9259da31aada5c784abba969163c5d1 | [] | no_license | mikeg2105/matlab-old | fe216267968984e9fb0a0bdc4b9ab5a7dd6e306e | eac168097f9060b4787ee17e3a97f2099f8182c1 | refs/heads/master | 2021-05-01T07:58:19.274277 | 2018-02-11T22:09:18 | 2018-02-11T22:09:18 | 121,167,118 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,768 | sci | runmembrane.sci |
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
//clf;
clc;
// Constants
g = 9.81;
u0 = 0;
v0 = 0;
b = 1;
h0 = 5030;
damp=0.0;
force=0.0;
forcefreq=0.0;
k=1;
// Define the x domain
ni = 51;
xmax = 1.0;
dx = xmax/(ni-1);
x = 0:dx:xmax;
// Define the y domain
nj = 51;
ymax... |
ce3fde3d04710adfb19ef81cbf6d5273efc45872 | f19d1dec66f19d3a8644043d3033428fc560a6c9 | /sql/avatars.tst | 60bf88e1ded4b00aa49e5427f0f620167e939e0d | [
"Apache-2.0"
] | permissive | kurtericmiller/Zbloggi | f08686b1c3b42e2092ca0a013251661009c2cc55 | 5c4f33157635805eb3c7b4c0a1c1cf389acc5725 | refs/heads/master | 2016-09-03T07:38:59.278337 | 2012-08-01T20:30:08 | 2012-08-01T20:30:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,172 | tst | avatars.tst |
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SE... |
3ac8b6d01f8c6d659c2705f451616331d3aaaf40 | 1b969fbb81566edd3ef2887c98b61d98b380afd4 | /Rez/bivariate-lcmsr-post_mi/bfas_nv_bfa_mt_d/~BivLCM-SR-bfas_nv_bfa_mt_d-PLin-VLin.tst | e44f2408fd5db53bd49798556627d504b7081281 | [] | no_license | psdlab/life-in-time-values-and-personality | 35fbf5bbe4edd54b429a934caf289fbb0edfefee | 7f6f8e9a6c24f29faa02ee9baffbe8ae556e227e | refs/heads/master | 2020-03-24T22:08:27.964205 | 2019-03-04T17:03:26 | 2019-03-04T17:03:26 | 143,070,821 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,909 | tst | ~BivLCM-SR-bfas_nv_bfa_mt_d-PLin-VLin.tst |
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
1 2 3 4 5
________ ________ ________ ________ ________
1 0.483376D+00
2 -0.675165D-02 0.400415D-02
3 0.101393D+00 -0.17032... |
3aa21290f2bbf8d003ed881cf17dd85b6aeaf422 | e770dc26235168913bdcd5b2332f3a38a95a8bc7 | /Toolbox Test/midcross/midcross9.sce | fa6a9183a83db0ee3137c16e462b17144ac983b7 | [] | no_license | deecube/majorTom | f00eca4e2effff2c5eba746878f2c0842fe14680 | 84365fc032fc0ca44abac8330ec4ac6d85a85b3f | refs/heads/master | 2021-01-21T14:04:23.323717 | 2016-05-23T06:05:31 | 2016-05-23T06:05:31 | 51,731,222 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 332 | sce | midcross9.sce | //check o/p for single element matrix input
x=[0,0,0,0];
midcross(x);
//output
//!--error 10000
//BOUNDS must be strictly increasing.
//at line 171 of function statelevels called by :
//at line 55 of function midcross called by :
//midcross(x);
//at line 3 of exec file called by :
//ross\midcros... |
f0586216d665717affa96b17e1bd1f2ffd5e303a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3655/CH4/EX4.3/Ex4_3.sce | 91749c3822e128047b9eca73b37e6840ff80b5fb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,587 | sce | Ex4_3.sce | // Example 4.3
// Computation for effective density of states in the conduction band and concentration of electrons in the semiconductor for case(A) and case(B)//
// Page no.90
clc;
clear;
close;
//Given data ;
mn=1.4*9.1*10^-31;
k=8.62*10^-5;
T=300;
h=6.626*10^-34;
P=0.25;//p=EC-EF=0.25eV
T1=400;
kT=25.9*10^-3;
//.... |
d23cc135fe80fbfae4a351b660d085e6bf5bcdbe | b9602336613b26d0b9c22a09d219c0ed8e158b4e | /Examples/Examples_Mat/exp.sce | d99fed76aaa95f17827dec4f30b869b7e5663a66 | [
"BSD-2-Clause"
] | permissive | CEG-MCA-Scilab-Hackathon/Scilab_Armadillo_Toolbox | d0a366f5f058ee45d3c4be7a41e08ed419d4b7cd | 70c97cda4e0dd54df0a638e9b99f380c09ffa37e | refs/heads/master | 2022-12-11T01:28:28.742041 | 2020-08-26T12:24:27 | 2020-08-26T12:24:27 | 290,481,428 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 96 | sce | exp.sce | // Calculating the exp.
y = [1.2, 1, 1.9; 4, 2.6, 5; 2.3, 8, 7];
expres = armaMat("exp",y)
|
d3246fef839e8e871f84a2cf91da6e71342af6de | 449d555969bfd7befe906877abab098c6e63a0e8 | /2495/CH8/EX8.18.3/Ex8_18_3.sce | 1c8e47d83f396b96e7f55e99a304795ca8406166 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 381 | sce | Ex8_18_3.sce | clear
clc
x=[293,298,303]
y=[0.0663,0.06839,0.07048]
plot(x,y,'mo-')
[m,c]=reglin(x,y)
n=2;//
F=96500;//in C
T=298;//in K
E=0.06839;//in V
DelG=-n*F*E;//in J
printf('DelG=%.1f J',DelG)
DelH=-n*F*(E-(T*m));//in J
printf('\nDelH=%.1f J',DelH)
DelS=n*F*m;//in J/K
printf('\nDelS=%.1f J/K',DelS)
//There ar... |
01cbfdcaccbb284ff129f0715133b7e78e55ba0b | b0aff14da16e18ea29381d0bd02eede1aafc8df1 | /mtlbSci/macros/moc_xcov.sci | 3d8a76c6c31506712d1e7c60d74dacef23ee7301 | [] | no_license | josuemoraisgh/mtlbSci | 5d762671876bced45960a774f7192b41124a13ed | 5c813ed940cccf774ccd52c9a69f88ba39f22deb | refs/heads/main | 2023-07-15T23:47:11.843101 | 2021-08-26T17:52:57 | 2021-08-26T17:52:57 | 385,216,432 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,419 | sci | moc_xcov.sci | function [retval, lags] = moc_xcov (X, Y, maxlag, scale)
// Compute covariance at various lags[=correlation(x-mean(x),y-mean(y))].
// Calling Sequence
// [c, lag] = moc_xcov (X [, Y] [, maxlag] [, scale])
// Parameters
// X: input vector
// Y: if specified, compute cross-covariance between X and Y,
// otherwise comput... |
f246d424f7a7bfbebde3f6ee27c66115fd53965d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2561/CH14/EX14.4/Ex14_4.sce | 0bb8247f35ee6f12f5f701c850e587067de683a6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 723 | sce | Ex14_4.sce | //Ex14_4
clc
VREF=-10
disp("VREF= "+string(VREF)+" V") // Reference voltage
RF=5*10^(3)
disp("RF= "+string(RF)+ " ohm") //Feedback resistance
R=10*10^(3)
disp("R= "+string(R)+ " ohm") // resistance
vMSB=-(RF*VREF)/(2*R)// Since IF=I/2,so vMSB=(-RF*IF)=(-RF*I/2)=(-RF*VREF/2*R)
disp("vMSB=-(RF*VREF)/(2*R)="+st... |
22cc8c875db019ca8924c015e5c5f7d7875f6920 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1379/CH12/EX12.1.4/example12_4.sce | 78c4537f32ff9a397fe32a447cda21728df14278 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 950 | sce | example12_4.sce |
//example 12.4
clc; funcprot(0);
// Initialization of Variable
rho=1.22;//density of air
pi=3.1428;
rhos=1090;//density of steel
mu=1.73/10^5;
g=9.81;
d=14.5/100;
Qg=0.4;
Qs=5000/3600/1090;
Ut=6.5;
ar=0.046/1000;//absolute roughness
l=18.5;//length
//calculation
function [y ]= fround(x,n)
// fround... |
d73a51a3ea0c8ddd4e842781b27f557938b6069c | a589f95d013369896bef66dc002835588232d49b | /solveLUD.sce | 7a5147df607289c439370d6092f334320a81170b | [] | no_license | saifsmailbox98/scilab-linear-algebra | c26273bbeb8031874e7b13e90a0d191f7a331bd8 | 2249f2d46672c8acb35e25f719c64f1db6823326 | refs/heads/master | 2020-05-03T12:17:35.971027 | 2019-04-07T18:26:23 | 2019-04-07T18:26:23 | 178,621,819 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 308 | sce | solveLUD.sce | function [X] = solveLUD(A, B)
[L, U] = lu(A);
Y = L\B;
X = U\Y;
endfunction
A = [3 2 7;2 3 1; 3 4 1];
B = [4 5 7]';
X = solveLUD(A, B);
disp(X);
A = [2 3 1; 1 2 3; 3 1 2];
B = [9 6 8]';
X = solveLUD(A, B);
disp(X);
/*
0.875
1.125
-0.125
1.9444444
1.6111111
0.2777778
*/
|
9ef3fa9d66b755e7af11577abbbb45a247c0345b | a2dd2b9c1ff772eac263e04e43b6bbfea43c41a8 | /solveTentjeBoompjeNieuw.sce | 9007c035293067a08df9df647760c494cf8b7feb | [] | no_license | JSilkens/TentsAndTrees | 37542c783a8df743d275b12d90f96f8c6debd42a | f44ec711c6147094afd4ee8c8e6faf73e7a3bada | refs/heads/master | 2021-01-10T18:33:11.358621 | 2014-05-09T17:11:05 | 2014-05-09T17:11:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 9,707 | sce | solveTentjeBoompjeNieuw.sce | x = 7 // leeg vakje (geel)
g = 3 // gras (lichtgroen)
b = 13 // boom (donkergroen)
t = 6 // tent (paars)
function X = solveTentjeBoompje(B,R,K)
T = zeros(B)
A = geefBoompjes(B)
M = berekenMogelijkheden(B,R,K)
M = mogelijkhedenVolgensVec(T,M,R,K)
[M,T] = losOp(T,M,A,R,K)
X = zer... |
ba9fcddb6aaea5a8f0d0c3b8aa460efe796ad401 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH7/EX7.34/EX7_34.sce | 9abfd64357b9b40768be09b1c11c383dfe616694 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 170 | sce | EX7_34.sce | //EXAMPLE 7-34 PG NO-489-490
h21=0.98;
h22=0.3*10^-6;
I1=(h22+(1/10^4))/h21;
disp('i) Current (I1) is = '+string (I1) +' A ');
|
c9dfc71f04d56f9c70d609c5777a7643c220fb7d | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.13_7.tst | b9065b5f865f0245a9a4f9aaff42b7845190d956 | [] | no_license | mandar15/NLP_Project | 3142cda82d49ba0ea30b580c46bdd0e0348fe3ec | 1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2 | refs/heads/master | 2020-05-20T13:36:05.842840 | 2013-07-31T06:53:59 | 2013-07-31T06:53:59 | 6,534,406 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 4,632 | tst | bow.13_7.tst | 13 2:0.25 7:0.5 71:1.0 104:0.25 195:1.0 689:1.0 756:0.5 1545:1.0
13 2:0.25 34:0.5 70:0.5 251:0.5
13 21:0.16666666666666666 40:0.2 66:0.25 77:0.5 128:0.5 233:0.14285714285714285 265:1.0 299:1.0 311:0.3333333333333333 356:1.0 509:1.0 719:1.0 783:0.5 1163:1.0 1541:1.0
13 2:0.25 14:1.0 49:0.07142857142857142 66:0.25 104:0.... |
13c6c293b6f6fa55788020ddccfa39af5e78b948 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/tf2des.man.tst | 0ec82a0640896c85b8ac510099af0579290d781b | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 110 | tst | tf2des.man.tst | clear;lines(0);
s=poly(0,'s');
G=[1/(s-1),s;1,2/s^3];
S1=tf2des(G);des2tf(S1)
S2=tf2des(G,"withD");des2tf(S2)
|
754efb6cd04eb1b091d036f57935faa96738d6ca | c247bce84b3facd1a13b48e7417327c40c8b3898 | /FOPID/iirPSE.sci | cc4bc8e45c41e99fe2fe6f5d0132e588aa904e37 | [] | no_license | AstroSayan/FuzzyFOPID | 9de9fa761301da6ae1f5dfe7b8e7e8214f3b472b | ea0e31e8fa0b36e407de9dfa466cf46b583e4103 | refs/heads/main | 2023-04-26T19:18:30.590337 | 2021-05-13T18:27:32 | 2021-05-13T18:27:32 | 367,137,779 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 484 | sci | iirPSE.sci | function G=iirPSE(alpha,N,T)
num(1)=1; den(1)=1;
for i=1:N
num(i+1)=((-1)^i)*(gamma(abs(alpha)+1)./(gamma(i+1).* ...
gamma(abs(alpha)-i+1)));
den(i+1)=gamma(abs(alpha)+1)./(gamma(i+1).* ...
gamma(abs(alpha)-i+1));
end
num=num'; den=den';
num=num(:,$:-1:1);
den=den(:,$:-1:1);
z=poly(0,'z');
num=poly(num,'z',... |
ae802920c424bd310bf911134d7fa3bf6868a31d | ece5c630921508b439ed25c5f7ab3db5a66f7a1a | /Assignment5_Team8/test.tst | 5869b28abd4abd4ff04f19a51e70b92cc26644ff | [] | no_license | VedantS01/HDLProjectsCS2310 | f8d17d1c9c28034a21026a4fbe2ae5d38cf39330 | d2a39a4c062173475bd06ff0b3396f1ac6303103 | refs/heads/main | 2023-06-19T20:42:48.411561 | 2021-07-14T19:37:51 | 2021-07-14T19:37:51 | 386,054,022 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 194 | tst | test.tst | load OverflowDetecterSignedM8.hdl,
output-file test.out,
output-list ans%B1.16.1 signx%B3.1.3 signy%B3.1.3 out%B3.1.3,
set ans %B0000000011111100,
set signx 1,
set signy 1,
eval, output; |
1ad1c1129ddd326c7989aa9eaa424bf76803aa9b | 8cdedbe6396889c37168d323bc0188eb9c4acce6 | /project_01/Wire.tst | ead99ac71c2fdc09fbf9e99c0015bcf0f73fe3bb | [] | no_license | netofri/nand2tetris | f31278d23959d7080ef6f62f82d8ea9920219256 | 7187cfce93a718971c82bd7bf57e767bebd03c97 | refs/heads/master | 2020-03-11T14:59:53.497518 | 2018-04-27T15:11:16 | 2018-04-27T15:11:16 | 130,071,356 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 154 | tst | Wire.tst | load Wire.hdl,
output-file Wire.out,
compare-to Wire.cmp,
output-list in%B3.1.3 out1%B3.1.3 out2%B3.1.3;
set in 0,
eval,
output;
set in 1,
eval,
output; |
f6349a14eb7365902e7a1bf1c1346f6e57f71e3e | 491f29501fa7d484a5860f64aef3fa89fb18ca3d | /.sandbox/robotics/HuMAns_pa10/RobotSim/lib/pa10/pa10Jac.sci | 2d780c43f970f8a69da219572783ab62288e3652 | [
"Apache-2.0"
] | permissive | siconos/siconos-tutorials | e7e6ffbaaea49add49eddd317c46760393e3ef9a | 0472c74e27090c76361d0b59283625ea88f80f4b | refs/heads/master | 2023-06-10T16:43:13.060120 | 2023-06-01T07:21:25 | 2023-06-01T07:21:25 | 152,255,663 | 7 | 2 | Apache-2.0 | 2021-04-08T12:00:39 | 2018-10-09T13:26:39 | Jupyter Notebook | MacCentralEurope | Scilab | false | false | 1,128 | sci | pa10Jac.sci | //
// Matrice de passage DH modifiť
//
function [M]= DHmat(theta,r,alpha,lambda)
M=[cos(theta) -sin(theta) 0 r;
cos(alpha)*sin(theta) cos(alpha)*cos(theta) -sin(alpha) -sin(alpha)*lambda;
sin(alpha)*sin(theta) sin(alpha)*cos(theta) cos(alpha) cos(alpha)*lambda;
0 0 0 1];
endfunction
//
// Composition des m... |
b02c11f65fd836f091dbc263ce0cad154964e634 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2300/CH19/EX19.29.6/Ex19_6.sce | ecec44b072eb690cd219b1b46296d1cf3814b19e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 843 | sce | Ex19_6.sce | //scilab 5.4.1
//Windows 7 operating system
//chapter 19 VLSI Technology and Circuits
clc
clear
y=2//y=length unit in micrometres
W=3*y//W=mimimum metal linewidth in micrometres
disp("micrometres",W,"W=")
n=80//n=number of driven inverters
i=0.07//i=average current ratings in milliamperes
I=n*i//I=total currr... |
66c9a22dddcc3f8c202f474dddfeee90654e13e1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3685/CH9/EX9.11/Ex9_11.sce | 09905187dfc9c481fd0781f3f85276792655e833 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 839 | sce | Ex9_11.sce | clc
// P = 1MPa
vf = 0.001127 // specific volume of fluid in m^3/kg
vg = 0.1944// specific volume of gas in m^3/kg
hg = 2778.1 // specific enthalpy of gas in kJ/kg
uf = 761.68 // Specific internal energy of fluid in kJ/kg
ug = 2583.6 // Specific internal energy of gas in kJ/kg
ufg = 1822 // Change in specific in... |
f06a799593f612196c4944f1928ae19d1a13af7f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1904/CH5/EX5.2/5_2.sce | 57fa9e9dbdf05f4c9f187e2af1d47f79ea0571b8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,508 | sce | 5_2.sce | //To determine the percent voltage drops
//Page 259
clc;
clear;
Sl=518; //Total Load on Lateral
Sm=1036; //Total Load on Main
Vll=4.16; //Line to Line voltage
//Currents in the respective current
Ilateral=Sl/(sqrt(3)*Vll);
Imain=Sm/(sqrt(3)*Vll);
C=5280; //Length Constant
Ll=5760/C; //Lateral Length
L... |
08f41ba6d9dc7db7d59bc48e0bcd7d450c3376ec | 39c5c468df5e2bde0147a30cf092fc8da3e7ed3e | /UFRGS/calcNumerico/area2/P2_numerico_oberdan/M8 - Minimos_Quadrados/M8-Q1-5 - minimos-quadrados.sce | 6a69e3c01db3b10c12dfe74a522dd632adfb7726 | [] | no_license | andredxc/Files | 9dffc9fe5f7e923b83035d794dfa15c930cdb898 | e32309b9ab548b829b04be66c2776cf9c9c6656e | refs/heads/master | 2021-06-03T10:44:01.606242 | 2020-09-21T15:39:48 | 2020-09-21T15:39:48 | 107,410,076 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,951 | sce | M8-Q1-5 - minimos-quadrados.sce | /**
* Coloca em a os coeficientes do polinomio de GRAU ESPECIFICADO EM P que
* melhor se ajuste aos pares x,y.
* PARA RETAS -> p=1
* PARA PARABOLAS -> p=2...
*/
clear
p = 1 //q1 Ordem do polinomio a ser gerado
p = 1 //q2 Ordem do polinomio a ser gerado
p = 2 //q3 Ordem do polinomio a ser gerado
p = 2 //q4 Orde... |
720528929f7c21eda42ff2b29197a99f7073446c | bbe484d1b8ad18373632b07b2ee24bcdc3b24254 | /shkoli/LISH 08 - Varna/day5/race/7_5.tst | 82909d43ad1ae687c59f7849680755892252297a | [] | no_license | matemura/Competitions | 9d97a94c1e01a16b79c94fd02d0e98d3047e7548 | 7a61c65dd8666c793f30f325e65f5a91078b4b0a | refs/heads/master | 2021-05-28T05:27:20.542371 | 2013-11-26T06:16:30 | 2013-11-26T06:16:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 57 | tst | 7_5.tst | 5 5
.....
.##..
..#.#
.#...
...#.
1 3
RDDDLRUUDDRD |
8ae8ae540c99fe95cefb162899a7606934d9c9d6 | 3ce792f7690822183802ad8d56e9e15e620aac2f | /L2q4.sce | 19ac346ed7d567c8f60798be44419fa844f851ec | [] | no_license | ruhi2001/Problem_sheet2_EE324_codes | 2da2b07ac2cf64f012d2f5a01bb448471fa45e4d | 0c678d0ac115d3bbd556ad6b1fd5fc5f4f2767d1 | refs/heads/main | 2023-02-27T15:39:49.122724 | 2021-01-24T13:29:23 | 2021-01-24T13:29:23 | 332,431,794 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 341 | sce | L2q4.sce | s = poly(0,"s")
//parta
sys = syslin("c",(1/s))
t = 0:0.01:5
y1 = csim("step",t,sys)
plot2d(t,y1)
//partb
z=poly(0,'z')
h=syslin("d",(1/z))
sl=tf2ss(h)
u=ones(1,20)
x2=dsimul(sl,u) //Step response
disp(x2)
//q4 partc
s =poly(0,"s")
G = syslin("c",((s^3)/(s^2 + 1)))
t=0:0.01:5
y3 = csim("step",t,G)... |
5bb87bfe6ca70eb478d4269892e2c91ad6fdd27f | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH2/EX2.54/54.sci | e91304f7aa992789fc2aaefaaa75819a6714f77b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 710 | sci | 54.sci | clc;
clear all;
disp("case 1:single layer of insulation")
r1=90/2;//mm outer radius of pipe
r2=r1+45;//mm outer radius of insulation 1
kA=0.05;// W/(m*C)
ho=8.4;// W/(m^2*C)
RthA=(log(r2/r1))/(kA*2*3.1416);
Rthconv=1000/(ho*r2*2*3.1416);
Rth=RthA+Rthconv;
disp("C/W per meter length",Rth,"total thermal res... |
58d6a43bdaed3353be30b96ba6ddcf8dfd7cf5f5 | e9d5f5cf984c905c31f197577d633705e835780a | /data_reconciliation/data_analysis/scilab/2tanks/ss_unmeasured/tanks_tst_window.sce | 97f0b369522253c55a441e23b65e3ed2e2c19edc | [] | no_license | faiz-hub/dr-ged-benchmarks | 1ad57a69ed90fe7595c006efdc262d703e22d6c0 | 98b250db9e9f09d42b3413551ce7a346dd99400c | refs/heads/master | 2021-05-18T23:12:18.631904 | 2020-03-30T21:12:16 | 2020-03-30T21:12:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,510 | sce | tanks_tst_window.sce | // Data Reconciliation Benchmark Problems From Lietrature Review
// Author: Edson Cordeiro do Valle
// Contact - edsoncv@{gmail.com}{vrtech.com.br}
// Skype: edson.cv
clear a1 a2 xm var jac nc nv i1 i2 nnzeros sparse_dg sparse_dh lower upper var_lin_type constr_lin_type constr_lhs constr_rhs
getd('../');
getd('.');
r... |
14aa7918b99cd9f71e32cd9388f15c4421cb439d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1898/CH4/EX4.6/Ex4_6.sce | 6dfbe178b2df8a1c3cfc21058c3fc11505d75505 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,102 | sce | Ex4_6.sce | clear all; clc;
disp("Scilab Code Ex 4.6 : ")
//Given:
P = 45; //kN
E_al = 70*10^3;
E_br = 105*10^3;
h = 0.5; //m
ri = 25/1000; //m
ro = 50/1000; //m
A = (%pi*(ro^2 -ri^2));
Ai = %pi*ri^2;
//Calculations:
//Equilibrium: Eqn1:F_al +F_br = P
//Compatibility:
coeff_F_br = (A*E_al)/(Ai*E_br); // del... |
63f86cbc630ffec1693fc0e00b18a0c160c5c25f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH4/EX4.37/Ex4_37.sce | a55d8939751db3b9b31d7d9d7f72830ff5368d35 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 195 | sce | Ex4_37.sce |
//Ex4_37
clc;
// Given:
a=10*10^7;// rate
t=15;// h
// Soution:
A30=a*(1-(0.5)^(2));// dps
A45=A30*((0.5)^(3));// dps
printf("The residual activity in the sample is %f dps",A45)
|
9cc4c4f19cba862205347d4d869f848a11fc1fc1 | c557cd21994aaa23ea4fe68fa779dd8b3aac0381 | /test/inc-after.tst | 15579b2e2cfddf353b50e1a2b06da345d86521ce | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | dougsong/reposurgeon | 394001c0da4c3503bc8bae14935808ffd6f45657 | ee63ba2b0786fa1b79dd232bf3d4c2fe9c22104b | refs/heads/master | 2023-03-09T15:22:45.041046 | 2023-02-25T08:33:06 | 2023-02-25T08:33:06 | 280,299,498 | 1 | 0 | NOASSERTION | 2023-02-25T08:33:08 | 2020-07-17T01:45:32 | Go | UTF-8 | Scilab | false | false | 115 | tst | inc-after.tst | ## Test incorporate command - after case
set testmode
read <min.fi
@min(=C) incorporate --after sample.tar
write -
|
39ca22dfd990ad7ca4f222c58c5dfb4da57cd8e8 | e4381b32d21150427f93b058541bb3343752bb0f | /sablona_berliner/zapisnik/Twitter.sce | 60f98e7ecf2655a1487584e6d2fe0b477e77b7f5 | [] | no_license | pirati-cz/plisty | c095da00bfa89792f8eb676fd5b756fc1454659d | 815dbc58f7a47f1b2740ffa068a2ff5f909ecba8 | refs/heads/master | 2020-12-24T19:04:07.572707 | 2016-05-16T20:52:51 | 2016-05-16T20:52:51 | 58,966,482 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 19,281 | sce | Twitter.sce | <SCRIBUSELEMUTF8 W="226.7716536" H="283.4645669" previewData="iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAACrVJREFUaIHtmV1sHNd1x3/33pnZnZ39XnKXX6IoRqREiSoZW4pJym4cNHEQtBXqtCmQwjCgoij6lPbFfUj7aiAx7Ke++MUPeSnsuK4LFwaCFjYMQ3ELBKgjKU6sD4sSZZLi1+5yP2dnZ+7tAyXWqulaImW5CPQDBt... |
03daf445cb45d82324929a74942ee1681c6e99c1 | 4e7aac39f36916a964f4664f3198d7c87e762253 | /scilab/taus.sce | 784aaf3dbf5b1f48e1b99f1283d2fda340488e37 | [] | no_license | kirillin/manipulator_dynamics | 349c01fd5aef8b42734edc497a7d48ee49aced9c | a773091ea5a62493b77885a0e2df6491282faa4c | refs/heads/master | 2021-10-22T13:15:09.489858 | 2019-03-10T23:00:56 | 2019-03-10T23:00:56 | 108,987,774 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,790 | sce | taus.sce | clc();
clear;
stacksize('max');
path = "/media/data/evo/manipulator_dynamics/data_for_identification_Youbot/";
N = 51;
p = 5;
//path = "/media/data/evo/manipulator_dynamics/data_for_identification_2dof/";
//N = 13;
//p = 2;
//
Chi = zeros(N,1);
for l = 1:1
data_type = 'raw';
xi = path + "bigs/'+data_type+'/b... |
434b713f74ab9e17bf6d4f2452baf8ec8a184edf | 449d555969bfd7befe906877abab098c6e63a0e8 | /761/CH19/EX19.1/19_1.sce | 0a2dacba00e6d311645977c5aa73a724cea1b0fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 389 | sce | 19_1.sce | clc;
// page no 703
// prob no 19.1
// In the given problem,a video signal has 50% of the maximum luminance level
//A black setup level of 7.5 IRE represents zero luminance,and 100 IRE is max brightness.Therefore the range from min to max luminnance has 100-7.5=92.5 units.
//Therefore the level is
IRE=7.5 + (0.5... |
9c1e44edeb6ab15616f77c43ebeca24a6cf3eb63 | 41b430ed87baf53ab2b4470a5e52b2bf9c644716 | /catenary and parabola hybrid modelling/TensVerticales.sci | ff680b4baf455e8ffa876ebcf8a5ad39d7cb68ca | [] | no_license | Julestevez/Quadrotor-simulator | 85db4260a2a3fcb95fcf79e72c4e53a806cb8aac | a775a00fa72fe6e9b0587522b0a09e0e7fd42042 | refs/heads/master | 2023-07-21T07:30:41.954111 | 2023-07-19T16:09:18 | 2023-07-19T16:09:18 | 251,404,243 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 571 | sci | TensVerticales.sci | //las tensiones las calculo en kg
function [TensV_A, TensV_B, TensH_A, TensH_B]=TensVerticales(c,y0,Y2)
//5 mg por cm
//w=0.005; //kg por unidad de longitud de la catenaria. Esta en [kg/cm]
//VOY A CONSIDERAR QUE A ES EL EXTREMO IZQUIERDO Y B EL DERECHO
T0=c*w;
T_A=w*(abs(y0));
ang_a=acos(T0/T_A);
//Ten... |
218b123241ae1de297af0e4efc2cec386937a41c | 1988df91caa448a35bbf274a6d2698fe434571b1 | /tst/lang/copylex.tst | 20aec3c701f445e2856e1e9060ca6a257d03089b | [] | no_license | namin/GETFOL | bd60e9a2d9f0905c50ff5c0cff4b6bf57a2049e2 | bf42caf61799578eb82e9f17b3342bc2ee638a22 | refs/heads/master | 2021-10-25T08:08:20.142137 | 2021-10-22T16:16:40 | 2021-10-22T16:16:40 | 204,234,318 | 4 | 1 | null | 2019-08-25T02:05:54 | 2019-08-25T02:05:54 | null | UTF-8 | Scilab | false | false | 1,364 | tst | copylex.tst | COMMENT | ************************************************************* |
COMMENT | * AUTHOR: Lorenzo Galvagni DATE: january 1992 |
COMMENT | * |
COMMENT | * SUBJECT: COPYLEX TEST |
COMMENT | * |
COMMENT | * NOTES: ... |
95ed9b35dff719104a99b96f71063fb35af96eb3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1511/CH7/EX7.4/ex7_4.sce | 954efd7e9359d8b0d492ba0bf862d838b7ad2c5f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 223 | sce | ex7_4.sce | // Example 7.4 page no-404
clear
clc
S=0.1
Sdash=0.01
k=S/Sdash //k=1+BAv
Avdash=100
Av=Avdash*k
B=(k-1)/Av
printf("By providing negative feedback,with\nBeta = %.3f\nwe can improve the stability to 1%%.",B)
|
8845770c3c8a46ce793cadd98f093fdb93b7b50b | 449d555969bfd7befe906877abab098c6e63a0e8 | /401/CH2/EX2.11/Example2_11.sce | e3c4e7a439dd3b293481739059226c2d41c1ab1a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 804 | sce | Example2_11.sce | //Example 2.11
//Program to determine spot size at the operating wavelength using ESI
//technique
clear;
clc ;
close ;
//Given data
lambda=1.30*10^(-6); //metre - OPERATING WAVELENGTH
lambda_c=1.08*10^(-6); //metre - CUTOFF WAVELENGTH
THEETA_min=12; //degree
// The effective ... |
6b7497b1e78a121acbb1d9a1e03f98f19a651820 | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Base-MaximumLikelihoodEstimation/FLMLEChiSqUdt-NZ-01.tst | 13c2515c3a647ec98d8968c26f693c2985456308 | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 61,440 | tst | FLMLEChiSqUdt-NZ-01.tst | -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Netezza
--
-- Copyright (c): 2014 Fuzzy Logix, LLC
--
-- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC.
-- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
--... |
250ce308a6969286de616810e1864715b0404589 | 449d555969bfd7befe906877abab098c6e63a0e8 | /167/CH15/EX15.3/ex3.sce | 0302f2faa3ebb2152a9b7c52af0d691b65da1424 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 972 | sce | ex3.sce | //example 3
//Combustion of a Gaseous Fuel with Moist Air
clear
clc
x=0.75 //no. of moles of CO2 in the product
y=1.53 //no. of moles of H2O in the product
z=5.648 //no. of moles of N2 in the product
o=0.8 //relative humidity
Psat=2.3392 //Saturation pressure of water at 20C in kPa
Pvair=o*Psat //partial press... |
a9a3057452143153c6a258e3bf57e9e250a8f794 | 42fdf741bf64ea2e63d1546bb08356286f994505 | /test_20160829_nFETpFET_Id_char/nFET_IdVg.sce | 0464d0e3eae46fcb25ffd444db41e06c552bd9a1 | [] | no_license | skim819/RASP_Workspace_sihwan | 7e3cd403dc3965b8306ec203007490e3ea911e3b | 0799e146586595577c8efa05c647b8cb92b962f4 | refs/heads/master | 2020-12-24T05:22:25.775823 | 2017-04-01T22:15:18 | 2017-04-01T22:15:18 | 41,511,563 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,338 | sce | nFET_IdVg.sce | unix_g('sudo chmod 777 /dev/prologix');
h=openserial("/dev/prologix", "9600,n,8,1"); //please make sure all the tty values are correct before starting the program.
writeserial(h,"++addr 15"+ascii(10));
unix_w("sleep 1");
writeserial(h,"++auto 1"+ascii(10));
unix_w("sleep 1");
writeserial(h,"SYST:ZCH 0"+ascii(10));
nFE... |
adc12a56ca7175df5622559fed13b5302f30ce7c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2360/CH7/EX7.4/ex7_4.sce | bfbb8c830ca63b86955769992176a37c801820cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 616 | sce | ex7_4.sce | // Exa 7.4
format('v',7);clc;clear;close;
// Given data
voltsBYdiv = 2;//volts per division in V/div
Timebase = 2;//base time in ms/div
Verticaloccupancy = 3;//Vertical occupancy in cm
Vpp = voltsBYdiv*Verticaloccupancy;//peak to peak voltage in V
Vm = Vpp/2;// in V
V_RMS = Vm/sqrt(2);//r.m.s. value of the volt... |
f988e6a2088752e1c707617ab07fdf5235916f4f | 0aacc4aca603f61e9ac05bdb6de5b3b783f797fe | /Mission-X2/X2_Filtre_Médiane_5x5.sci | 14e53dd02a23a2edd428996a00417d034f2864a7 | [] | no_license | ZHamsiou/EXOLIFE-A2 | cf6001f744bf26109af2b552ecc2fe055ab8efd7 | 675a20670231c2a0a6c73333c988b1e651cab264 | refs/heads/master | 2021-04-29T19:18:23.002372 | 2018-02-16T03:22:18 | 2018-02-16T03:22:18 | 121,710,650 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,657 | sci | X2_Filtre_Médiane_5x5.sci | // Lecture de l'image
img = readpbm('X2.pbm');
// Déclaration & Initialisation d'un tableau pour le filtre.
tab = [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
// Boucle qui permet l'application du filtre.
for c=3:598
for l=3:398
tab(1) = img(c-2,l-2)
... |
105ea6e7a9bde6972ac582b822c56df2f00fc30d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2459/CH12/EX12.1/Ex12_1.sce | 78ed019517ed977fb98cdf48019039754d3c7ecf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 863 | sce | Ex12_1.sce | // chapter 12
// example 12.1
// page 235
V_CC=6 // V
R_C=2.5 // kilo ohm
// for faithful amplification V_CE should not be less than V_CC for Si transistor so
V_max=V_CC-1
I_max=V_max/R_C
// As negative and positive half cyces of input are equal, change in collector current will be equal and opposite so
... |
9b6a18830648d6b0ff4ad9d6d98190e66da7e1ca | 3c47dba28e5d43bda9b77dca3b741855c25d4802 | /microdaq/demos/other/mdaq_utils_demo.dem.sce | 5f672c92a5add368fce7f4af77125f74c7ee0d33 | [
"BSD-3-Clause"
] | permissive | microdaq/Scilab | 78dd3b4a891e39ec20ebc4e9b77572fd12c90947 | ce0baa6e6a1b56347c2fda5583fb1ccdb120afaf | refs/heads/master | 2021-09-29T11:55:21.963637 | 2019-10-18T09:47:29 | 2019-10-18T09:47:29 | 35,049,912 | 6 | 3 | BSD-3-Clause | 2019-10-18T09:47:30 | 2015-05-04T17:48:48 | Scilab | UTF-8 | Scilab | false | false | 269 | sce | mdaq_utils_demo.dem.sce | // Copyright (c) 2015, Embedded Solutions
// All rights reserved.
// This file is released under the 3-clause BSD license. See COPYING-BSD.
filePath = pathconvert(mdaqToolboxPath() + "examples/mdaq_utils_demo.sce", %F);
scinotes(filePath, 'readonly');
clear filePath;
|
4e1dd7e5e0652f2307a7ed066c788537f224f314 | bacd6919260d728f4316702bbe1edf811810bede | /legacy/txt/echos/nonh/Untitled10.sce | e10843cc42f5c17b27bed00de682ef235b770016 | [] | no_license | vopl/sp | 332d8c2ff536fc5d8772ff2f3fbeca9b50c47641 | a4313f4d7af47cc3132d7546947d4d668c7e487e | refs/heads/master | 2020-04-16T02:09:36.036424 | 2016-10-05T18:08:30 | 2016-10-05T18:08:30 | 65,293,458 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,478 | sce | Untitled10.sce | stacksize('max');
tap0 = read("P:\finance\spectrumSeparator\nhel.Composite\20.1.4note\console\tap_0", -1, 3);
tap1 = read("P:\finance\spectrumSeparator\nhel.Composite\20.1.4note\console\tap_05", -1, 3);
tap2 = read("P:\finance\spectrumSeparator\nhel.Composite\20.1.4note\console\tap_10", -1, 3);
tap3 = read("P:\fina... |
bb702cbebb335bebbc55e315d413f5ee40a5ab95 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH2/EX2.12/ex2_12.sce | 13032a5ef6902c6ac92237e1cee04bcf3c02b8ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 374 | sce | ex2_12.sce | // Exa 2.12
clc;
clear;
close;
format('v',6)
// Given data
Vrms = 10;// in V
r_f = 0.3;// in ohm
R_L = 2;// in ohm
Vm = sqrt(2)*Vrms;// in V
Im = Vm/(R_L+r_f);// in A
// The value of Idc
Idc = Im/%pi;// in A
disp(Idc,"The value of Idc in A is");
// The RMS value of output current
Irms = Im/2;// in A
d... |
db0ded399839a185b972aabfbd805de9ad349847 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.2/macros/signal/levin.sci | c690d7c18a9502c672da1a7fe3c0dabc1d2c3849 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,742 | sci | levin.sci | function [la,sig,lb]=levin(n,cov)
//[la,sig,lb]=levin(n,cov)
//macro which solves recursively on n
//the following Toeplitz system (normal equations)
//
//
// |R1 R2 . . . Rn |
// |R0 R1 . . . Rn-1|
// |R-1 R0 . . . Rn-2|
// | . . . . . . |
// |I -A1 . -An|| . . . . . . |
// | . . . ... |
2dfa683904545b36a5b1e9963b6a3ba00c21685d | 13d93c2922005af35056d015f1ae3ebebe05ee31 | /scilab/physique/elec/triphase.sce | a3aa557998a40d39692fdecd36d4d5465e2a48bd | [] | no_license | scls19fr/openphysic | 647cc2cdadbdafd050d178e02bc3873bd2b07445 | 67bdb548574f4feecb99b60995238f12f4ef26da | refs/heads/master | 2021-04-30T23:16:26.197961 | 2020-11-16T20:21:17 | 2020-11-16T20:21:17 | 32,207,155 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 234 | sce | triphase.sce | clear
%theta_deg=[0:5:360]';
%theta=%theta_deg*2*%pi/360;
v1=sin(%theta);
v2=sin(%theta-2*%pi/3);
v3=sin(%theta-4*%pi/3);
u12=v1-v2;
u13=v1-v3;
u23=v2-v3;
u21=v2-v1;
u31=v3-v1;
u32=v3-v2;
plot2d(%theta,[v1 v2 v3 u12 u13 u21 u31 u32])
|
755da9850dedcc4c75f810c95ec29beda6657b78 | 449d555969bfd7befe906877abab098c6e63a0e8 | /49/CH4/EX4.4/ex4.sce | dc3a022e084e72948b53ea6b1c4401ca11c09576 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 742 | sce | ex4.sce | //CHAPTER 4_ Motion and Dimensional Measurement
//Caption : Capacitance pick ups
// Example 4// Page 192
disp("h=.005")
disp("A=200*10^-6")
disp("n=0.03")
h=.005 //('enter the distance between the capacitors=:')
A=200*10^-6 //('enter the area of the transducer=:')
n=0.03 //('enter the non linearity=:')
w=.0... |
378305808c9ac9bc22ad23bf476e8b986e210e29 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1370/CH1/EX1.6/chapter1_6.sce | ed10ae758d05bee89fab94daf8aca25c4cb31d05 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 427 | sce | chapter1_6.sce | //example1.6
clc
disp("The current distribution using KCL is as shown,")
disp("Key Point : KVL should not be applied to the loop consisting current source.")
disp("From branch DE,")
disp("(i1)=5+3(i2) ...(1)")
disp("Applying KVL to the loop BCDEFGB without current source,")
disp("-1*(5+3(i2))+5(i2)=0 ...(2)"... |
d66838af31ae35e5c66392bbf4ddd335c7bbc584 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1697/CH3/EX3.16/Exa3_16.sce | b3d718b23576bc1634dd247e6f357543814ded2e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 196 | sce | Exa3_16.sce | //Exa 3.16
clc;
clear;
close;
//given data
Fn_dB=1.1;//in dB
Fn=10^(Fn_dB/10);//unitless
To=290;//in Kelvin
Te=To*(Fn-1);//in Kelvin
disp(Te,"Effective Noise Temperature in Kelvin : ");
|
2e475e98091c24d3cb7a35e017d5f1c18a833417 | d167200e784b8019615f6b37b5a46b91ec43b98d | /macros/xyz2uint16.sci | 6fe7dcae7598be7eca81f6f85bf84ed4f298befb | [] | no_license | AshishMantosh/FOSSEE-Image-Processing-Toolbox | ee9c1a00f97627f372fae1d7d851c4905ac9d83e | e4fbe1891e13e4dc9b62513f0aef2b101638f084 | refs/heads/master | 2021-01-01T19:05:15.966438 | 2017-07-27T07:16:11 | 2017-07-27T07:16:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,242 | sci | xyz2uint16.sci | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_... |
4de3756efab98a8eade10367d2fea590f14c9c69 | 449d555969bfd7befe906877abab098c6e63a0e8 | /617/CH7/EX7.4/Example7_4.sci | 056799dab5eca7f6061b0859424633800980ec16 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,056 | sci | Example7_4.sci | clc();
clear;
// To find the film coefficient for natural convetion for a heated square plate
tp=200; // Temperature of heated plate in degF
ta=70; // Temperature of air in degF
tf=(tp+ta)/2; // Temperature of f... |
b8710f1075e25518f141610261f594d7584738eb | 717ddeb7e700373742c617a95e25a2376565112c | /72/CH7/EX7.4.1/7_4_1.sce | acfd057c5806625b5ef94eebd9330e6461dae11d | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 456 | sce | 7_4_1.sce | //CAPTION: Output_power_of_an_LSA_Oscillator
//chapter_no.-7, page_no.-311
//Example_no.7-4-1
clc;
//Calculate_the_output_power
n=.06;//conversion_efficiency
M=3.5;//Multiplication_factor
Eth=320*(10^3);//threshold_field
L=12*(10^-6);//Device_Length
n0=10^21;//Donor_concentration
e=1.6*(10^-19);
v0=1.5*... |
21a573b19f5cb3de2e8eae80a10f224a4dc59b24 | b0d8c7b29e6358945c6e1952e06ccb9201bab331 | /Test/integration/expected/testHelpWithConnect.tst | 350dc0c42d4e7cb8484f9b30a84d9452af862adc | [] | no_license | AVM82/projectSqlCmd | d5fc432cf09bbbad7344e46cd55cce73c2a0ef49 | 93e7d6aa374a7e7d543cea8bb6a3be3c5eaf085a | refs/heads/master | 2021-05-04T00:24:00.603382 | 2017-09-15T13:18:03 | 2017-09-15T13:18:03 | 71,457,442 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,690 | tst | testHelpWithConnect.tst | [32m
[32m***********************************************************************************************
[32mYou need to connect to the database to continue
[32mDBMS:
[32m -fb FireBird (DB_Name = full_path\DB_Name.fdb)
[32m -ms MS SQL Server
[32m -pg PostgreSQL
[32mFor connect to DB please enter: connect -DBMS ... |
6023851c2b765cd8c25d8a0900ab68eda6119356 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1868/CH16/EX16.1/Ch16Ex1.sce | 0ff2e5e74d2c8b3da29fb2c51399b7bc83a1dea7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 595 | sce | Ch16Ex1.sce | // Scilab code Ex16.1: Pg 15 (2005)
clc; clear;
c = 3e+05; // Velocity of light, km/s
v = c/4; // Recessional velocity, km/s
H_0 = 20e-06; // Hubble's constant, km/s/lightyear
// From Hubble's law, v = H_o*R_max, solving for R_max
R_max = v/H_0; // Maximum distance at which Hubble's law applies without r... |
c6548027baa9adf4a1662bd27cabb8e8b810ab13 | 449d555969bfd7befe906877abab098c6e63a0e8 | /167/CH8/EX8.16/ex16.sce | d62b117e11b170e30ad77f28711ed11d3b7bc752 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 608 | sce | ex16.sce | //example 16
//exergy destroyed during mixing of fluid streams
clear
clc
m1=300 //in lbm/min
h1=18.07 //in Btu/lbm
T0=530 //temperature of atmospheric air in R
s1=0.03609 //Btu/lbm-R
m2=22.7 //in lbm/min
h2=1162.3 //in Btu/lbm
s2=1.7406 //in Btu/lbm-R
m3=322.7 //in lbm/min
h3=97.99 //in Btu/lbm
s3=0.18174 ... |
d5507e94b48997f87282defe0688fcd1bff18dd9 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/RC98DEQ/ATWM1_Working_Memory_MEG_RC98DEQ_Session1/ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce | f647ee5dc32128af14d707248e297084c3806c5b | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,405 | sce | ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_uncued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monit... |
04b3b05845a8e2e9a2b60fd7b3767ed8f6f3d793 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3831/CH9/EX9.10/Ex9_10.sce | c81a6d18928d9d68382611ac1f23ad0041b75c45 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 633 | sce | Ex9_10.sce | // Example 9_10
clc;funcprot(0);
// Given data
m=500;// lbm/s
T=50.0;// °F
y_1=1.00;// The inlet height in ft
y_2=1.80;// The exit height in ft
v_1=8.00;// The inlet velocity ft/s
v_2=5.14;// The exit velocity in ft/s
g=32.174;// ft/s^2
g_c=32.174;// lbm.ft/(lbf.s^2)
c=1.00; // Btu/(lbm.R)
// Solution
h_... |
b9c98f16908f3c1da0bd3062681c81b975bfcf7d | ae5dd53f205ddce7fda43b839efe6d215e4d7ce2 | /05/JumpLogic.tst | d688ec6a50ea583521dd281dc64b77dcf5e9f432 | [] | no_license | jfitzell/nand2tetris | 868103c681af9754db439fe941ef102be5e4f07c | f3c291e2ccdb8b2b1d5913dfb230093f5ba3cbb3 | refs/heads/master | 2021-01-10T09:09:44.113112 | 2016-03-09T11:22:46 | 2016-03-09T11:22:46 | 53,068,598 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,709 | tst | JumpLogic.tst | load JumpLogic.hdl,
output-file JumpLogic.out,
compare-to JumpLogic.cmp,
output-list i jlt jeq jgt zr ng jump;
set i 1,
set jlt 0,
set jeq 0,
set jgt 0,
set zr 0,
set ng 0,
eval,
output;
// JLT, negative number
set jlt 1,
set jeq 0,
set jgt 0,
set zr 0,
set ng 1,
eval,
output;
set jlt 1,
set jeq 1,
set jgt 0,
set ... |
5e3ed6133b90e89ec1d9c3d10152e7e954883ccb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2489/CH16/EX16.9/16_9.sce | e8af9310fb5a315d34c68e3e2fae1d0d73c027cb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 203 | sce | 16_9.sce | clc
//Intitalisation of variables
clear
c= 0.1 //N
ka= 5.75*10^-10
//CALCULATIONS
cH= sqrt(c*ka)
pH= -log10(cH)
//RESULTS
printf ('cH = %.2e ',cH)
printf ('\n pH of the solution = %.2f ',pH)
|
ecf0f0595b85ab0038e90a5f58fff6c41e8cd852 | c64e41b76997af4fd28ed16aed876dd209232240 | /src/test/selenium/03_DoLogout.tst | ac29761e4e3210ae62525ff476fc2b8464a2171a | [] | no_license | ahurtado-dj/funct_tutorial_robotsel | de11e692d15971262ab1cdf26c9fc07b4902838c | 3206a5432b3d9b689be12aab310e11980253c0f7 | refs/heads/master | 2021-01-19T13:31:16.790160 | 2016-01-22T20:02:35 | 2016-01-22T20:02:35 | 50,186,767 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,028 | tst | 03_DoLogout.tst | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" cont... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.