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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
68d39d9b0821d9b088d0f731508ea8df172fb4b7 | ac803740cccdc9c141c8e7b398c76c2ff8dec60a | /exam.sce | 69474f66683cadbe4fb0d3ed518efcdcc5babdcf | [] | no_license | akshaymiterani/fminfunctions | 1285f7c997021f8b6460f5efee937cdc35570088 | e58946952cc465ed25c3f13e29f8874d186c6cbb | refs/heads/master | 2021-01-09T20:41:25.395472 | 2016-06-24T10:29:29 | 2016-06-24T10:29:29 | 61,876,865 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 205 | sce | exam.sce | function y = f(x)
y = 3*x(1)^2 + 2*x(1)*x(2) + x(2)^2 - 4*x(1) + 5*x(2) ;
endfunction
x0 = [0,0];
options = list("MaxNodes",1);
[xval, fval, status, gradient, hessian] = intfminunc(f, x0,[1],options)
|
d5363c97a99c45ecfc684f3cce75a8d3c25ec22b | f4cfee6e4201b01843e6de00cc439883a49aa4f1 | /my scilab files/yogesh8.sce | f9adc95c1633ecb71a69d7a73969c5b1988dd0f0 | [] | no_license | yogeshkhatana/All_programming_language_files | a17bb49ea4d3aef2b667bdbb03f3af5c4224b0d1 | bec946abcf8e69a6e6ebc568d14db73c52029170 | refs/heads/master | 2022-11-19T09:05:08.861581 | 2020-07-24T17:40:32 | 2020-07-24T17:40:32 | 282,181,013 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 265 | sce | yogesh8.sce | x=[0.5 1.0 1.5 2.0 2.5 3.0]
y=[0 1 2 3 4 5]
plot(x,y,'g+:') //plot(x,y'g+:) here g means color and + means
xtitle('2-d graph') //points to be denoted by and : means dotted line
xlabel('x-axis')
ylabel('y-axis')
xstring(0,5,1,'its a straight line')
xgrid()
|
ab0eced99d02f7f8425e4e8fe9e299938610bd5d | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.19_9.tst | 3ff33b25edabd8eb97afe7d1aa68c10c2df9762f | [] | 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,008 | tst | bow.19_9.tst | 19 126:1.0 209:0.16666666666666666 717:1.0 966:1.0
19 1:0.018518518518518517 17:0.09090909090909091 975:1.0
19 62:0.3333333333333333 126:1.0 532:1.0 1260:1.0
19 1:0.018518518518518517 17:0.09090909090909091 221:1.0 975:1.0
19 93:0.1 126:1.0 496:1.0
19 1:0.018518518518518517 17:0.09090909090909091 93:0.1 209:0.166666666... |
980ec3a04dbe2c8d3caf367e06f12ad5d36fe7bd | 449d555969bfd7befe906877abab098c6e63a0e8 | /980/CH15/EX15.12/15_12.sce | eda29064137a3720b8242caa570abfd58fb887ec | [] | 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 | 136 | sce | 15_12.sce | clc;
clear;
format('e',11);
phi=45;
f=10*10^6;
Ntb=(f*cosd(phi))^2/81*10^-6;
disp(Ntb,"The electron density(in electrons/cc)=");
|
5f69fbb97523905aab53ea6df8ad90a77419e596 | 449d555969bfd7befe906877abab098c6e63a0e8 | /978/CH1/EX1.2/Example1_2.sce | 02ae1bc0e7336b4b5b7465dc1fe631a42cf73253 | [] | 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 | 269 | sce | Example1_2.sce | //chapter1,Example1_2,pg 481
Ir=10*10^-3//current drawn by resistor
Vr=100//voltage across resistor
Rv=40*10^3//voltmeter resistance
Ra=1//ammeter resistance
Ru=(Rv/Ir)-Ra//unknown resistance
printf("output resistance\n")
printf("\nRu=%.2f ohm",Ru) |
c4cb2f2705c723a3e0dc44753be265f5c5210811 | 63e41587daefcf8180d9ee0a356e14531008e696 | /augstate.sci | c4899a4565cdfd323cf724f257ead5a81a0d7fdc | [] | no_license | rutup1595/gui-codes | 10f7415b3a0cb456043e19e9273d78c4860fcaae | 880b91beac114d16b1c854b27a770903c9ced6fe | refs/heads/master | 2020-12-05T08:39:00.817311 | 2019-08-16T05:00:40 | 2019-08-16T05:00:40 | 67,854,154 | 0 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 1,086 | sci | augstate.sci | //Author: Rutuja Moharil
//augstate function
//augstate appends states to the outputs of a state-space model
// This command is useful to close the loop on a full-state feedback gain u = Kx. After preparing the plant with augstate,you can use the FEEDBACK command to derive the closed-loop model.
function... |
19044fab81eb8e6754be0c52a8842da0fedab41e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3760/CH8/EX8.5/ExA_5.sce | 4db15d1edc33677fb8dca4e77780439d8ad308cd | [] | 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 | 913 | sce | ExA_5.sce | clc;
N=500; // number of turns in central limb
ac=600*10^-6; // cross sectional area of central limb
ao=375*10^-6; // cross sectional area of outer limb
f=0.9*10^-3; // required flux in Weber
lg=0.8*10^-3; // length of air gap
lc=180*10^-3; // length of central limb
lo=400*10^-3; // length of outer limb
uo=4*%p... |
516bc93bbda5b6bd84ae4f3605b11aeed21e2e91 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH31/EX30.1/EX30_1.sce | 5cd2586732a49f2646c841f6d2959b056f9eb3a6 | [] | 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,284 | sce | EX30_1.sce | // Grob's Basic Electronics 11e
// Chapter No. 30
// Example No. 30_1
clear; clc;
// Determine Id for each value of Vgs (a) 0V; (b) -0.5V; (c) -1V (d) -2V (e) -3V
// Given Data
Vgs1 = 0; // Voltage Gate-Source 1=0 Volts
Vgs2 = -0.5; // Voltage Gate-Source 2=-0.5 Volts
Vgs3 = -1; //... |
6b3c904e56cfd5b1f96a8acc1ab1b9bb6041d7e1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2234/CH1/EX1.23/ex1_23.sce | 94c4708c87bf6b77c297ef8a6efb1f7062b47711 | [] | 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 | 242 | sce | ex1_23.sce | clc;
e=4.42*10^-5; //energy in Joule
v=1.1*10^-5; //volume in m cube
dv=(10/100)*e; //calculating change in energy
dd=10^-4; //change in dimension in metre
f=dv/dd; //calculating force
disp(f,"Force in kg = "); //displaying result |
d223371dfe5ff27d1710448383a0221b5adf2bf5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /978/CH4/EX4.10/Example4_10.sce | 60eebf1278128c4361eb0d3f653eac47f2e2a29a | [] | 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 | 156 | sce | Example4_10.sce | //chapter-4,Example4_10,pg 491
printf("it remains positive from the falling edge of pulse-2, then falling edge of 4th, 6th and 8th pulses and so on....") |
81a439855b77d6197f4c768dd99d1a0c28fcb66d | 449d555969bfd7befe906877abab098c6e63a0e8 | /476/CH5/EX5.4/Example_5_4.sce | c46325074c3d23d5302cb797c30c00c87826b831 | [] | 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,281 | sce | Example_5_4.sce | //A Textbook of Chemical Engineering Thermodynamics
//Chapter 5
//Some Applications of the Laws of Thermodynamics
//Example 4
clear;
clc;
//Given:
To = 600; //temperature of air (K)
Po = 2000; //pressure of air (kPa)
gama = 1.4;
M = 0.8; //Mach number at throat
m = 29; //molecular mass of air
R = 8.... |
1587f010ce46427ec613ed89d77279a0c6f12e76 | 449d555969bfd7befe906877abab098c6e63a0e8 | /797/CH5/EX5.6.s/5_06_solution.sce | f71e09fec596f128ce60853133ba59bf06bc57d6 | [] | 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 | 5_06_solution.sce | //Solution 5-06
WD=get_absolute_file_path('5_06_solution.sce');
datafile=WD+filesep()+'5_06_example.sci';
clc;
exec(datafile)
V_2 = sqrt(2 * g * z_1); //Toricelli equation
printf("Water leaves the tank with initial velocity of %1.2f m/s", V_2);
|
94ea77c79b06ab4cd02216d1290b6a439dc73e1d | 717ddeb7e700373742c617a95e25a2376565112c | /806/DEPENDENCIES/157.sci | 33a0e21bc2694109b6cf28bfd7d931e37549ce01 | [] | 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 | 68 | sci | 157.sci | K=2.2//GPa(Bulk modulus)
dv=-0.5//percent(volume change of water)
|
76a4ea1f9790ac8709fc6f1f9a1936eff14c80dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH16/EX16.12/Ex16_12.sce | 00cff751fac0a9e75a2c00cc3bcaf4b2fc52f141 | [] | 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 | 469 | sce | Ex16_12.sce | //=====================================================================================
//Chapter 16 example 12
clc;clear all;
//variable declaration
fx = 1000; //frequency of horizontal input in Hz
Pv = 2; //pointsof tangency to vertical line
Ph = 5; //pointsof tangency to horizontal lin... |
fd48b32b7ab9937858c181c99f418ceb3f9145dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3819/CH3/EX3.28/Ex3_28.sce | 2a97fc55bf54ce89bfb805f73cfcc918f1cfbd6f | [] | 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 | 677 | sce | Ex3_28.sce | // A Textbook of Fluid Mecahnics and Hydraulic Machines - By R K Bansal
// Chapter 3-Hydrostatic Forces on surfaces
// Problem 3.28
//Data given in the Problem
dens=1000
g=9.81
R=1
l=2
p=0.2*g*10^4
BO=1
OD=2.5
AO=1
OH=AO*cos(30/180*%pi)
AH=2.5-2
AE=2
//calculations
h=p/(dens*g)
//1)horizontal force... |
8ba0926a51ae8168027a903bcb369c7a26885ee8 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set13/s_Introductory_Fluid_Mechanics_J._Katz_2783.zip/Introductory_Fluid_Mechanics_J._Katz_2783/CH8/EX8.8/Ex8_8.sce | 3b19a8360710a8eaae8b31060ab7ef106e7c6322 | [] | 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 | 269 | sce | Ex8_8.sce | errcatch(-1,"stop");mode(2);
//initialization of new variables
D=0.5 //cm
rAl=2700 //kg/m^3
mu=0.29
rOil=919 //kg/m^3
g=9.8 //m/s^2
//calculations
D=D*10^-2
R=D/2
U=2/(9*mu)*(rAl-rOil)*g*R^2
//result
printf('The ball will sink with %.3f m/s',U)
exit();
|
6a4abad0ca0caef3d543b0385ffb41ff98172ed0 | 1bc06fa90b5425d41347c90d0c73bb82eb4cbbfe | /filtres/gaussien3x3.sci | 95d1bc741545b7789d1a30367e9544a54d41bf56 | [] | no_license | madox35/Filtre-Canny | a0a527ad6be5a1dc5984b2533008f95b1c9663ee | 3a54da9b0ce917c995ea5fbd48e0ed5c3f36748d | refs/heads/master | 2020-03-08T08:57:27.702111 | 2018-04-21T19:39:39 | 2018-04-21T19:39:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 173 | sci | gaussien3x3.sci | function [filtre, coef, nom] = creerFiltreGaussien3x3()
filtre = [1 2 1;
2 4 2;
1 2 1];
coef = 16;
nom = 'Gaussien 3x3';
endfunction
|
eca58fe0687f89d79e2f80a311a77f5db3cd7d18 | 4bbc2bd7e905b75d38d36d8eefdf3e34ba805727 | /ee_scicoslab/scicos_flex/dspic/macros/flex_blocks/RT-Data-Exchange/RS232_CONFIG.sci | f202657c57f40e32ef319ea2f1317535ba5e216f | [] | no_license | mannychang/erika2_Scicos-FLEX | 397be88001bdef59c0515652a365dbd645d60240 | 12bb5aa162fa6b6fd6601e0dacc972d7b5f508ba | refs/heads/master | 2021-02-08T17:01:20.857172 | 2012-07-10T12:18:28 | 2012-07-10T12:18:28 | 244,174,890 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,267 | sci | RS232_CONFIG.sci | // RS232_CONFIG
function [x,y,typ] = RS232_CONFIG(job,arg1,arg2)
x=[];y=[];typ=[];
select job
case 'plot' then
exprs=arg1.graphics.exprs;
pc_com_port = exprs(1);
pc_baudrate = exprs(2);
standard_draw(arg1)
case 'getinputs' then
[x,y,typ]=standard_inputs(arg1);
... |
e49618fa21fda1e7495ac42eea19ea4f8575f2dd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2063/CH9/EX9.9/9_9.sce | 05a918e96836a33cb677b243c4c95e8eb43a611a | [] | 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 | 460 | sce | 9_9.sce | clc
clear
//Input data
m=2;//Mass of air delivered per second in kg
P1=1;//Initial pressure of a single stage compressor in bar
T1=293;//Initial temperature in K
P2=7;//Final pressure in bar
n=1.4;//Polytropic index
R=287;//Gas constant in J/kg K
//Calculations
W=((n/(n-1))*m*R*T1*(((P2/P1)^((n-1)/n))-1))/(... |
d0e50105253e755998a3da028506dcd881d3d07d | 449d555969bfd7befe906877abab098c6e63a0e8 | /611/CH11/EX11.10/Chap11_Ex10.sce | 55e580184004a922dce8e16dcbfd1efa1ff56042 | [] | 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 | 4,344 | sce | Chap11_Ex10.sce | // Y.V.C.Rao ,1997.Chemical Engineering Thermodynamics.Universities Press,Hyderabad,India.
//Chapter-11,Example 10,Page 401
//Title: Activity coefficients using the UNIQUAC equation
//================================================================================================================
clear
clc
//... |
fb507e15ee4ad6d84028f91dfff15de27992abec | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH18/EX18.7/18Ex7.sce | 64cd2ef22442330bc25ec684b0a5a22c543dfc73 | [] | 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 | 250 | sce | 18Ex7.sce | //chapter 18 Ex 7
clc;
clear;
close;
l1=100; l2=120; s1=72; s2=54;
sRelative=(s1-s2)*5/18; //Addition of speeds since in opposite direction
tPass=(l1+l2)/sRelative;
printf("The time taken by trians to pass each other is %d sec",tPass);
|
73c431d4462d1b178cad54168534b2972d93a57b | 22320bddf16dbfcc8fe80aaf0e0609322a9bf600 | /experiment/Exp2/Vp017/Vp017_UpDown_Identification.sce | a0fa194d3f7ae448a2de86abd677042bcd404c3f | [] | no_license | mwegrzyn/Categorical-Perception-of-Emotions-in-Face-Parts | dc32f18a81bc271ebfd3d3fb9459f715731ba619 | 1e5fe7a7a53552d65b6155586c1d01567afcd17b | refs/heads/master | 2021-01-10T06:54:48.176164 | 2017-07-22T12:23:34 | 2017-07-22T12:23:34 | 44,431,070 | 0 | 1 | null | null | null | null | ISO-8859-1 | Scilab | false | false | 65,939 | sce | Vp017_UpDown_Identification.sce | #--------------------------- V.2014.08.14 MW
active_buttons = 3;
button_codes = 1,2,3;
response_matching = simple_matching;
default_background_color = 0, 0, 0;
default_font = "Times";
default_font_size = 32;
#---------------------------
$fwid = 480;
$xpos = 0;
$ypos = 0;
$facein = 100;
#---------... |
f4b080c5fb18382e749656c073790fe48afc4692 | 717ddeb7e700373742c617a95e25a2376565112c | /806/DEPENDENCIES/2_45.sci | 24ebebd4125941d24dd62d2a69231f5dd87c4784 | [] | 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 | 85 | sci | 2_45.sci | h=0.5//m
S=13.6//Specific gravity of mercury
p=9810//N/m^3(Weight density of water) |
aaf613b3107cf877bc144cfb9156bcbda06d6864 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2579/CH3/EX3.22/Ex3_22.sce | 9fb60bfe165b253cde6d2e62a3baef8da876c433 | [] | 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 | 918 | sce | Ex3_22.sce | //Ex:3.22
clc;
clear;
close;
n=20;
// d=y/2, where y is wavelength
// FNBW=2y/nd, then
// FNBW=2y/(n*y/2)=4/n radian
FNBW=4/n;// beam width for broad side array in radian
Fnbw=(180*FNBW)/%pi;// beam width for broad side array in degree
HPBW=Fnbw/2;// the half power beam width for broad side array in degree
/... |
3d95f73d2801a5697558b8d75608e63d0270ede0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /779/CH5/EX5.3/5_3.sce | 12c24d67d6c5cd1a65c5cb3198ebd02513edb7b4 | [] | 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 | 235 | sce | 5_3.sce | P1 = 4e06;
t1 = 400;
h1 = 3213e03;
V1 = 0.073;
P2 = 3.5e06;
t2 = 392;
h2 = 3202e03;
V2 = 0.084;
Q = -8.5e03;
v1 = sqrt((2*(h1-h2+Q))/(1.15^2-1));
A1 = (%pi/4)*0.2^2;
w = (A1*v1)/V1;
disp("Kg/s",w,"The stean flow rate is")
|
218c9a5eb7a2410a617f36878e3cf3d58cb3c46d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1985/CH9/EX9.6/Chapter9_Example6.sce | f69c78ccb0dd4fb9d2239d0839ef0e7d03e80de0 | [] | 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 | 366 | sce | Chapter9_Example6.sce | clc
clear
//Input data
dx=(0.1*10^-10)//The uncertainity in the position of the electron in m
h=(6.625*10^-34)//Plancks constant in Js
//Calculations
dp=(h/(2*3.14*dx))/10^-23//The uncertainity in the momentum of the electron located in kg m/s*10^-23
//Output
printf('The uncertainity in the momentum of the ... |
ba281b18db2fe73b2113928bc802d3e1ed58133b | f7378eec5e8815bdba8a29ea1beec900bbac11b1 | /lab2/houghcirc2.sce | daf8a21b27655ac12695180962c3a000db0aa142 | [
"MIT"
] | permissive | andersoncordeiro/ComputerVision | dba8ed6a1a6c890b2aa7b8d4159b07cf311e8c70 | 163bd0e9cbcb7f0046e5f46f78d3967785b0e8b4 | refs/heads/main | 2023-03-05T18:35:06.740972 | 2021-02-16T14:16:09 | 2021-02-16T14:16:09 | 339,419,765 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,602 | sce | houghcirc2.sce | clear;
exec /home/anderson/visao/siptoolbox/loader.sce;
stacksize('max');
//Carregando Imagem
ImgOriginal = imread('/home/anderson/VisaoComputacional/vision-course/lab2/figs/moedas.jpg');
Img = im2gray(ImgOriginal);
I = edge(Img, 'sobel', 0.2);
[y,x]=find(I);
[sy,sx]=size(I);
xset('window',0);
imshow(I);
// Transfor... |
1195a53be37e724dd6459d727b657e0c40af5d18 | fc5f1b90d24aeee218dc9186a13da29b38f42e78 | /tests/parser_1.tst | a0916e773b8e9e37a2f35f2717583b8aed545d7b | [] | no_license | breckinloggins/cbnf | e742c1fe07f374b32185cc4bfd7ec0cf28d5fefc | a6507ea4f5f7710a2591d3a1936d2bbf241eee1c | refs/heads/master | 2021-01-22T19:36:04.952416 | 2011-07-08T23:56:45 | 2011-07-08T23:56:45 | 2,020,610 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 120 | tst | parser_1.tst | grammar EBNF;
rule1: ; /* Blank rules are allowed */
rule2: foo bar "baz"
| bat "fat"
;
rule3: abc "def" g ; |
b4aac7e61699420097b8bd0dfbf4187554c34828 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH5/EX5.4/Ex5_4.sce | 61fe13fa464df93919aaa33cdf8fb9850a3c5d08 | [] | 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 | 390 | sce | Ex5_4.sce |
// Example 5.4
mo=4*%pi*10^-7; // Permeability of free Space
i1=4; // Current in 1st Wire
i2=6; // Current in 2nd Wire
r=0.03; // Distance between 2 wires
F=(mo*i1*i2)/(2*%pi*r);
l=0.15; // Section of wire
Fnet=F*l;
disp(' Force on 15 cm o... |
dcda91e9a97eaddffef201afbcab8a333dddd649 | 743902c2406b7976cc824458091bd276b916d47c | /test/ACATS/B2/B22001M.TST | 67d8fdaa382e8ff3f1462c7746dedff374ac22f6 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | OneWingedShark/Byron | f220d419bbe938ed9df588e0a1073f74bbcc03a2 | 18305e400be9a31d1b1e55a6da4d984c6a8926df | refs/heads/master | 2020-12-24T16:33:29.242045 | 2020-05-16T23:29:29 | 2020-05-16T23:29:29 | 41,644,524 | 55 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,974 | tst | B22001M.TST | -- B22001M.TST
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained
-- unlimited rights in the software and documentation contained herein.
-- Unlimit... |
33ee2608cf4be571618c603d61e4af7309e6bb4c | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH24/EX24.10/ex_24_10.sce | 6f04eb203e4bf535864b858868b37d45e4976669 | [] | 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 | 544 | sce | ex_24_10.sce | //find..
clc
//solution
//given
n1=3
n2=2
n=4
d1=240//mm
r1=120//mm
d2=120//mm
r2=60//mm
u=0.3
P=25000//W
N=1575//rpm
T=P*60/(2*%pi*N)*1000//N-mm
R=(2/3)*[(r1^3-r2^3)/(r1^2-r2^2)]//mm
//T=u*n*W*R=112*W
W=T/112//N
printf("load acting is,%f N\n",W)
ns=6//numbr of springs
csos=8//contact surface of spr... |
deac0bcad0fb886f36f30301fedf882eeb9335ba | f1275bcc58e973ff76ca7292f9105d658455170c | /scilab/ex5-2.sce | 5896a416aed7ec9df84efb55c413dbb172555b61 | [] | no_license | MasahiroAraki/SpeechRecognition | 5987f03ea4629e56c88851321cff60847ec9feb7 | d095897fb77f1051396c72d2c6454e9589b5bc4a | refs/heads/master | 2023-08-31T01:26:01.624052 | 2023-08-16T23:23:08 | 2023-08-16T23:23:08 | 212,271,685 | 17 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 561 | sce | ex5-2.sce | clear;
x=[1.0, 0.5, -0.2, -0.4, -1.3, -2.0]; // 学習データ
y=[1, 1, 0, 1, 0, 0]; // 教師信号
n = length(x) // 学習データの個数
X=[ones(1,n); x]'; // 特徴ベクトルに0次元目を追加して転置
eps=1e-5; // 重みの変化量がこれ以下になれば終了
w0=[0.2, 0.3]'; rho = 0.1;
for i=1:n*1000
j=modulo(i,n)+1;
w = w0 - rho * (w0' * X(j,:)' - y(j)) * X(j,:)';
if norm(w-w0) < eps
... |
44767f15a5a2d2ef5de08c68156f16cba175ef57 | f5bb8d58446077a551e4d9a6461a55255db523fe | /integracao_numerica/metodos/regra_1_simpson_composta.sce | 9b6e5002dd1dc13c65d527350e50f7c2bd20ded6 | [] | no_license | appositum/numerical-calculus | 6be1a9990a1621c705af6ba5694cf8c7b891d06e | 7759e74ce9ce5c5826f96be7de84a2f7ecb97c91 | refs/heads/master | 2021-07-19T18:19:09.336819 | 2018-11-27T21:52:36 | 2018-11-27T21:52:36 | 143,060,426 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 691 | sce | regra_1_simpson_composta.sce | //REGRA DE 1/3 SIMPSON COMPOSTA PARA INTEGRAÇÃO NUMÉRICA
// f: função que será integrada;
// [a, b] intervalo de integração
// m número de divisões do intervalo [a,b]
//---> neste caso, m deve ser par <---
clc
function y=simpson1composta(f,a,b,m)
if (modulo(m,2) <>0) then
printf("\n \n");
error('O númer... |
3bed01705ce964f3fc79cc95eebe71dccb633e8a | 60acf54211c534dae12601541518c7f3692c9899 | /Linux/scripts/hs.search.irssi.sce | 54baf466a79fdc15237fff84bbfe4bf3df5812d8 | [
"MIT"
] | permissive | webappcreations/dotLinux | 67159a42510e60d18f059f7c9ac955eee1c3e4f2 | aac20d0ed2ff28b2701febbe49a0152cb94f50da | refs/heads/master | 2021-05-09T10:35:02.938723 | 2018-03-19T16:14:37 | 2018-03-19T16:14:37 | 118,967,881 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 733 | sce | hs.search.irssi.sce | 430 irssi
431 irssi
474 irssi
475 sudo apt-get install irssi
476 irssi
477 irssi
330 irssi
331 irssi
374 irssi
375 sudo apt-get install irssi
376 irssi
377 irssi
98 irssi
99 irssi
142 irssi
143 sudo apt-get install irssi
144 irssi
145 irssi
75 irssi
76 irs... |
ce4a660aa69613da8df8b78c761ea998b62d8b92 | 1468f13d61172c83130184bd54d023deb150303d | /test/truncate.tst | e3fc5128929be6f4e0593613332aed0297e1f91b | [
"Apache-2.0"
] | permissive | longde123/sqlparse | 2fce59d9a1fe92b26dcd92b1f0c34cca6487e5be | 4b2101a6ef9d7d4a23445add164fb915e158786a | refs/heads/master | 2021-01-13T12:09:04.472322 | 2016-10-17T13:23:26 | 2016-10-17T13:23:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 601 | tst | truncate.tst | %%-*- mode: erlang -*-
%%-*- coding: utf-8 -*-
% Test control options
[{tests, []}].
%%
%% TESTS
%%
"truncate table tbl".
"truncate table name_schema.name_table".
"truncate table tbl preserve materialized view log".
"truncate table tbl purge materialized view log".
"truncate table tbl drop storage".
"truncate table... |
6816091bab90ed5918019ca0e1c3505b6de3884c | d86b018eb7bf61fd63158c13ffe7cea53c558c9d | /src/random_indexes.sci | 950f5a8a3254094d0538cb96ed1d28b257063bf4 | [] | no_license | ingoncalves/face-recognition | 710a67a4ab659333d679ab83576a35c9fef78976 | ed9bb1122bd0cbb544ede993b58e378766eae281 | refs/heads/master | 2021-01-22T08:59:17.237554 | 2015-07-29T17:23:19 | 2015-07-29T17:23:19 | 38,324,975 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 507 | sci | random_indexes.sci | function [iClass, iTrain, iTest] = random_indexes(nClassTrain, totalClass, nImgTrain, totalImgClass)
iClass = [];
iTest = [];
iTrain = [];
while length(iClass)<> nClassTrain do
iClass = [iClass grand(1,1,"uin",1,totalClass)];
iClass = unique(iClass);
end
while length(iT... |
7e966e88e5ba7983ff3a1f85930d548670d3ee4e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2774/CH3/EX3.2/Ex3_2.sce | 9ef4b0919a01e8f6e7e8aaaa9bf3031f162e2d32 | [] | 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 | 818 | sce | Ex3_2.sce | clc
//initialization of variables
D=110/1000 // diameter of cylinder in m
V1=100e-6 // initial volume@ state 1 in m^3
T1=60 // initial temp @ state 1 in *C
T2=200 // final temo @ state 2 in *C
M=50 // weight of piston in kg
g=9.81 // gravitational accleration in m/sec^2
Patm=100000 // atmospheric pressure in Pa... |
8c3a53edfe7604920e4af9a19a3190688796e293 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.2/Unix/scilab-2.2/macros/util/unix_g.sci | 1e4f29ec13df1d978cb487bed9740ddac84e6f84 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | 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 | 786 | sci | unix_g.sci | function rep=unix_g(cmd)
//unix_g - shell command execution
//%Syntax
//rep=unix_g(cmd)
//%Parameters
// cmd - a character string
// rep - a column vector of character strings
//%Description
// cmd instruction (sh syntax) is passed to shell, the standard output
// is redirected to scilab variable rep.
//%Examples
//... |
641b0fc43be102cbc86463c2660229b6ec3b71fb | fbf3557fee330162a0a1405e7782405e391374c3 | /opp5/anynums.tst | 0cfae9f06a9ca00c8742c560646e07bb0966aee5 | [] | no_license | sunyongjie1984/db | ad0254de5d67202ffe7e08298cb94511d06dcf05 | eddd2100a6cdfd49b8010740fe3563cf58848ca4 | refs/heads/master | 2021-01-19T03:31:05.316041 | 2019-02-13T08:40:41 | 2019-02-13T08:40:41 | 60,225,747 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 598 | tst | anynums.tst | @@wildside.sql
@@anynums.pkg
DECLARE
mynums anynums_pkg.numbers_t;
BEGIN
mynums := anynums_pkg.getvals;
DBMS_OUTPUT.PUT_LINE (mynums.count);
mynums := anynums_pkg.getvals ('> 100');
DBMS_OUTPUT.PUT_LINE (mynums.count);
END;
/
/*======================================================... |
6447024305c1caf7d97ca1e22d82fbe259ac1de4 | 20392bee9b9ba080dc86418049e09f82be683a14 | /Design_Experiment_2/MULTIPLIER16/Mult16.tst | f273f022ced538bd960fad0b16f513e496d09f4b | [] | no_license | Liveitabhi/CSD-LAB | 698645e3fee27fadc70979c6c64d7de13c58ffbd | e91c386c9d575fcced2f5163eea958033ca1e245 | refs/heads/master | 2023-01-23T05:31:42.301079 | 2020-12-09T08:52:58 | 2020-12-09T08:52:58 | 298,178,775 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 561 | tst | Mult16.tst | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/02/Add16.tst
load Mult16.hdl,
output-file Mult16.out,
compare-to Mult16.cmp,
output-list a%B1.16.1 b%B1.16.1 out2%B1.16.1 out1%B1.16.1;
set a %B0000000001100100,
... |
27bd5961de9009f477faed8bd05b00fd7454e165 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3869/CH6/EX6.20/Ex6_20.sce | 1b3b30d02ad58f6a467c1013e104cdafe315a8df | [] | 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 | 313 | sce | Ex6_20.sce | clear
//
//
//
//Variable declaration
h=2
k=2
l=0 //miller indices
a=450 //length(nm)
//Calculation
d220=a/sqrt(h**2+k**2+l**2) //interplanar spacing(nm)
//Result
printf("\n interplanar spacing is %0.1f nm",d220)
printf("\n answer given in the book is wrong")
|
b1bf479c457a89ecdb976ce2b31c16a2e7b8398c | 449d555969bfd7befe906877abab098c6e63a0e8 | /887/CH15/EX15.13/15_13.sce | c7207e4f2cdb950d0470633ff59f2b026d0d9d92 | [] | 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 | 989 | sce | 15_13.sce | clc
//ex15.13
V_L_max=240;
V_L=V_L_max*complex(cos(0),sin(0)); //load voltage
R_1=3;
R_2=0.03;
R_c=100*10^3; //core-loss resistance
tr=10; //turns ratio(N1/N2)
//leakage reactances
Z_1=%i*6.5;
Z_2=%i*0.07;
Z_m=%i*15*10^3;
P_R=20*10^3; //rated power
I_2_max=P_R/real(V_L);
PF=0.8; /... |
7e0e399edc687570c7605647d23bd2c1d1baf42f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH10/EX10.9/10_9.sce | c1a5e764894c31cc054ccba53d4847f38344dc8c | [] | 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 | 494 | sce | 10_9.sce | clear//
//Variables
p = 100.0 //resistivity (in ohm-meter)
q = 1.6 * 10**-19 //Charge on a electron (in Coulomb)
un = 0.36 //donor concentration (in per cubic-meter)
//Calculation
sig = 1/p //conductivity (in siemen per meter)
n = sig /(q * un) //intrinsic... |
5a48e421bd0e7b358e8c944540be7cd8803142f5 | 51cb617cb2f845b24d31c5ddad380404775fbec0 | /Assignment2.sce | d47b1bf85dedead5590df30a55c004331859a172 | [] | no_license | DASnoeken/Quantum_Mechanical_Tunneling_sim | 96ebb0c4b69eaae3e48aa18570ca8f7a7e5d3e5c | 60c4ba7e58080f7fd9ae683e4f9edd257db46346 | refs/heads/master | 2022-05-25T19:57:11.460456 | 2020-05-01T12:00:49 | 2020-05-01T12:00:49 | 260,448,722 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,722 | sce | Assignment2.sce | clear
R=0
for(e=1) //e stands for energy level, use to select energies that need to be plotted
//create grid
maxX = 10; //bounds of the problem
delta = 0.2;
x = -maxX:delta:maxX;
n = length(x); //define number of points
x = x';
E = e;... |
b54149e65c10469a43d9afbe8ed12f51cd7e7f56 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1319/CH2/EX2.11/2_11.sce | b81674ece4ab53fbb7c4f5b702d802739a5f2ad2 | [] | 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 | 797 | sce | 2_11.sce | //To find the current through the branch AB
clc;
clear;
Zl=2; // Resistor Across AB
// Voltage Sources
V1=20;
V2=10;
//Resistances in order as seen from 20 V side exculding the resistance between A and B
R1=2;
R2=2;
R3=2;
R4=4;
R5=4;
// Characteristic Equation
//10i1-4i2 =10
//-4i1+8i2 =10
Z... |
7d278363abb5f91cac0fa6a789337bf6405728a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2252/CH19/EX19.13/Ex19_13.sce | e8416ea152d7c48a1215adf18db8f463228351b7 | [] | 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 | 552 | sce | Ex19_13.sce |
V=250//voltage applied to the motor
Eb1=V//Ra is negligible
N1=500//speed in rpm
Ia1=40//armature current
R=25//additional resistance
//as flux remains same, back emf is directly proportional to speed; and torque is directly proportional to armature current
//Eb2=250-Ia2*25, N2=500-50*Ia2
//also, torque varies... |
a55f9e2c957f87b208c720624b65150f50f459eb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2381/CH7/EX7.9/ex_9.sce | 8184b2a3bb73abdd2b6bfb9d0e4be9f8d2dfb332 | [] | 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 | 224 | sce | ex_9.sce | //Example 9 // Frequency
clc;
clear;
close;
n=273;//
b1=4;//beats per second
b2=b1-1;//
t1=15;//degree celsius
t2=10;//degree celsius
v1510=sqrt((n+t1)/(n+t2));//
n=((b2*v1510-b1)/(1-v1510));//
disp(n,"frequency is,(Hz)=")
|
3fa02910b9378e556bf58553f050cce4d4801959 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1775/CH7/EX7.1/Chapter7_Example1.sce | 600e4435adedff3e42e503c2b8b3219150c73990 | [] | 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,428 | sce | Chapter7_Example1.sce | //Chapter-7, Illustration 1, Page 345
//Title: Air Conditioning
//=============================================================================
clc
clear
//INPUT DATA
DBTo=10;//Out door Dry bulb temperature in oC
WBTo=8;//Out door Wet bulb temperature in oC
DBTi=20;//In door Dry bulb temperature in oC
RH=0.6... |
46100f614cf9e7e75712aefc887e82452ecbb39d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH8/EX8.12/Ex8_12.sce | b4feb243792439bd7a76d879d72e2566879728cf | [] | 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 | 359 | sce | Ex8_12.sce | clc;clear;
//Example 8.12
//given data
m=2;
T0=70+460;//in R
P1=20;
T1=70+460;//in R
T2=130+460;//in R
//constants used
Cv=0.172;//in Btu/lbm - F
//calculations
Xdestroyed=T0*m*Cv*log(T2/T1);
disp(Xdestroyed,'exergy destroyed in Btu');
Wrev=integrate('(1-T0/T)*m*Cv','T',T1,T2);
Wrev=round(Wrev);
di... |
bd8fe03c157ef4c100fff855a0dc3aac5afc6de4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1697/CH1/EX1.19/Exa1_19.sce | fdef53ec0a136e6cd5360dfe43dd88b31620bc02 | [] | 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 | 795 | sce | Exa1_19.sce | //Exa 1.19
clc;
clear;
close;
//given data :
P=10;//in W/m^2
f=40;//in MHz
f=f*10^6;//in Hz
mu_r=4;//constant
epsilon_r=5;//constant
//Velocity of propagation
//formula : v=(1/sqrt(mu_o*epsilon_o))*(1/sqrt(mu_r*epsilon_r));//in m/s
//1/sqrt(mu_o*epsilon_o)=c=speed of light=3*10^8 m/s
c=3*10^8;//speed of li... |
663278d0b9314b8acac56b36ed3dbf1e8201e81c | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/isstable.sci | e422ca9ef073ca933e800261722d348957ac51e1 | [] | 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 | 4,072 | sci | isstable.sci | <<<<<<< HEAD
//Checks for stability of Discrete time System function
//Description : A Discrete time system is stable if all poles of system function are inside unit circle
// Calling Syntax
// flag=isstable(b,a);
// flag=isstable(sos);
//It takes input b and a which are array vector of numerator and denumerat... |
dd5378405debe017671195eb4d3b1e1233018e04 | b67defe3c1cae63dd1a79578f840d069568034e6 | /scilab/zluckbar.sci | bc1c99588f4c82bed41f2ff17c1a90f331356e7d | [] | no_license | wmacevoy/luck | bf5d93ce00e8136634d715057a97706d3aa804b3 | 47e5c8eb1782a1b4f3f5b9e7583290d9a842532e | refs/heads/master | 2023-05-03T14:46:51.353817 | 2023-04-25T03:13:44 | 2023-04-25T03:13:44 | 33,452,250 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 181 | sci | zluckbar.sci | function zlbar=zluckbar(x,mu,Sigma)
[df,nsamps]=size(x);
zl=zluck(x,mu,Sigma);
zltotal=norm(zl+sqrt(df-1/2))-sqrt(nsamps*df-1/2);
zlbar=zltotal/sqrt(df*nsamps);
endfunction
|
290b052c62bb7064dca4cb9a35f9abe6c82dbc15 | c0c48c5a363ac2c0bf21e72833d72a99771dc6ce | /Simulation_Codes/lab12_18i190002/ex1.sce | c45295b372856080886ca93b9891c914459857cb | [] | no_license | shubham1166/Operarions_Research_Projects | 3b6664b83d89b2a005b5194489bfd0d95cafe3d8 | 8f28eea93d9e4ff3d6a8e95160c3f9464ce2fc34 | refs/heads/main | 2023-03-14T02:48:42.359247 | 2021-03-03T05:51:28 | 2021-03-03T05:51:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,108 | sce | ex1.sce | clc
clear
function counter=JobsDoneInOneArrival(lambda,meu,x)
x1(1)=grand(1, 1, "exp", 1/meu)
//first guy took x1(1) times to go
for i=2:x
x1(i)=x1(i-1)+grand(1, 1, "exp", 1/meu)
//The other people took time taken by the previous one + exponential time as per told in the question
end
... |
743a017c7923022bc3f62182f022f59acf56bf7c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1061/CH7/EX7.6/Ex7_6.sce | 655b4faacdcf9acad688219b58577ac81859aba2 | [] | 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 | 830 | sce | Ex7_6.sce | //Ex:7.6
clc;
clear;
close;
d1=80*10^-6;// core diameter of fiber 1 in m
d2=60*10^-6;// core diameter of fiber 1 in m
NA1=0.25;// numerical aerture of fiber 1
NA2=0.20;// numerical aerture of fiber 2
a1=1.9;// for fiber 1
a2=2.1;// for fiber 2
n_cd=(d2/d1)^2;
n_NA=(NA2/NA1)^2;
n_a=(1+(2/a1))/(1+(2/a2));
n_... |
3db62d931adae8a7e055deacf6ad68040fe150a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /22/CH5/EX5.19/ch5ex19.sce | 22aa4bb3cd423d521b42d1f3fec850744edd0447 | [] | 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 | 422 | sce | ch5ex19.sce | //LTi Systems characterized by Linear Constant
//Coefficient Difference equations
//Inverse Z Transform
//z = %z;
syms n z;
H1 = -z/(z-0.5);
H2 = (8/3)*z/(z-0.8);
H3=(-8/3)*z/(z-2);
F1 = H1*z^(n-1)*(z-0.5);
F2 = H2*z^(n-1)*(z-0.8);
F3 = H3*z^(n-1)*(z-2);
h1 = limit(F1,z,0.5);
disp(h1,'h1[n]=')
h2 = limit(F... |
334ba1a79a6f8cb3ffaeece6e2e742f1fe2656a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /761/CH4/EX4.7/4_7.sce | ce9090d17af83fb68b114aa23e30037d89196132 | [] | 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,978 | sce | 4_7.sce | clc;
//page no 149
//prob no. 4.7
//An FM signal has deviation 3kHz & modulating freq 1kHz with total power Pt=5W developed across 50 ohm with fc=160 MHz
dev=3*10^3;fm=10^3;Pt=5;Rl=50;fc=160*10^6;
//a)Determination of RMS signal voltage
Vt=sqrt(Pt*Rl);
disp('V',Vt,'a)The rms signal voltage is');
/////////////b)... |
a4da0fe8ae20c004948f095f65e923a1902e6755 | 449d555969bfd7befe906877abab098c6e63a0e8 | /683/CH15/EX15.2/S_2.sce | f87d302ddddf38142ccaec370998e66ac1d0cd9d | [] | 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 | 547 | sce | S_2.sce | // sum 15-2
clc;
clear;
dA=150;
dB=250;
alpha=20*%pi/180;
W=400;
sigyt=400;
sigut=500;
Kb=1.5;
Kt=2;
T=W*dA/2;
Pt=T/(dB/2);
Pr1=W*tan(alpha);
Pr2=Pt*tan(alpha);
RDH=((W*120)-(Pt*320))/440;
RcH=W-RDH-Pt;
//RcH=400+65.5-240;
McH=0;
MAH=RcH*120;
MBH=RDH*120;
RDV=((Pr1*120)-(Pr2*320))/440;
RcV=Pr1-RDV... |
4e794e395148a107aab993514f273db97c12d62d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1670/CH10/EX10.2/10_2.sce | 75138d640d4346fdd5e802f750b255990de35434 | [] | 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 | 661 | sce | 10_2.sce | //Example 10.2
//Taylor Method
//Page no. 303
clc;clear;close;
deff('y=f1(x,y)','y=x-y^2')
deff('y=f2(x,y)','y=1-2*x*y+2*y^3')
deff('y=f3(x,y)','y=-2*(y-4*x*y^2+3*y^4+x^2)')
deff('y=f4(x,y)','y=-2*y*f3(x,y)-6*f1(x,y)*f2(x,y)')
h=0.2;y=1;
x=[0.2,0.4]
for i=1:2
if i==1 then
k=y;
... |
396b0c4b97e4f93c1fe03e2478406a173354d26d | 449d555969bfd7befe906877abab098c6e63a0e8 | /998/CH29/EX29.98/Ex98.sce | 1383e9efcd0eeff487312201739110e16051633f | [] | 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 | 436 | sce | Ex98.sce | //Ex:98
clc;
clear;
close;
f_d1=3;// in db
A=10^(-f_d1/10);
B=1-A;
l_s=-10*log(B)/log(10);
f_d2=4.76;// in db
A2=10^(-f_d2/10);
B2=1-A2;
l_s2=-10*log(B2)/log(10);
f_d3=6;// in db
A3=10^(-f_d3/10);
B3=1-A3;
l_s3=-10*log(B3)/log(10);
f_d4=6.97;// in db
A4=10^(-f_d4/10);
B4=1-A4;
l_s4=-10*log(B4)/log(10... |
6d5eb740074b1b77c7193e7efb885682d934f7a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1040/CH10/EX10.1/Ex10_1.sce | 54dbd6722b456863932e920ef1a387d65ba91b1e | [] | 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 | 2,370 | sce | Ex10_1.sce | //Harriot P., 2003, Chemical Reactor Design (I-Edition), Marcel Dekker, Inc., USA, pp 436.
//Chapter-10 Ex10.1 Pg No. 408
//Title:Fraction unconverted naphthalene based on model II
//===========================================================================================================
clear
clc
//INPUT
T_re... |
7836b2a6d8387fbb51db40d14031da59c4670d15 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH9/EX9.a.3/Example_a_9_3.sce | 4b1b300935a4dafaaefe6b3eef2bcd0d80096ef2 | [] | 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,762 | sce | Example_a_9_3.sce | //Example_a_9_3 page no:403
clc;
Vl=400;
Vph=400/sqrt(3);
Vrnmag=Vph;
Vrnang=0;
Vynmag=Vph;
Vynang=-120;
Vbnmag=Vph;
Vbnang=-240
Zph=3+(%i*4);
Zmag=sqrt(real(Zph)^2+imag(Zph)^2);
Zang=atand(imag(Zph)/real(Zph));
Irmag=Vrnmag/Zmag;
Irang=Vrnang-Zang;
Iph=Irmag;
Iymag=Vynmag/Zmag;
Iyang=Vynang-Zang;
Ibm... |
8750971cf9cf81366aaad302b5120e488ed51bcd | 449d555969bfd7befe906877abab098c6e63a0e8 | /3507/CH5/EX5.2/Ex5_2.sce | 0323e4beca5d6f7ebaef1ed8285f11ff8ff6ba83 | [] | 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 | 521 | sce | Ex5_2.sce | //chspter5
//example5.2
//page85
mu=20
rp=10 // kilo ohm
Rl=15 // kilo ohm
Eg=3 // V
// the diagram in book is for understanding only. Also we do not have a block of "triode" in scilab xcos. The figure is not required to solve the problem.
Av=mu*Rl/(rp+Rl)
Ip=(mu*Eg/2^0.5)/(rp+Rl)
V_out=Ip*Rl
printf(... |
4cd088ba0c59dd319aabf3d17b301475c2a068ef | 449d555969bfd7befe906877abab098c6e63a0e8 | /199/CH4/EX4.14.a/Example_4_14_a.sce | 6e39b3de27afe64bf9ae91f2453b6ff5a6e04951 | [] | 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 | 351 | sce | Example_4_14_a.sce | // Chapter4
// Page.No-153, Figure.No-4.32
// Example_4_14_a
// Output voltage
// Given
clear;clc;
R1=1*10^3;R2=1*10^3;Rf=10*10^3;R3=10*10^3;
vd=5*10^-3; // Differential voltage
vcm=2*10^-3; // Common-mode voltage
Ad=Rf/R1; // Closed-loop differential gain
vo=Ad*vd; // Output voltage
printf("\n Output voltag... |
7821bfe5491108ac22d87aa1c83352213512c7c2 | 1218e33055a066314bb364402221c6449cb2b1f9 | /Ipopt-3.12.7/ThirdParty/Mumps/MUMPS/SCILAB/examples/sparseRHS_example.sce | ae831babb2cc1925d3e4faecc8846136bafe72fd | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | yueyangdk/CarND-MPC-Project | 1086c912bf8313d34dc47f2020483c7abd1729e4 | a4edcf25a7312ec3a79c04db6cfe66df6f7b1479 | refs/heads/master | 2020-04-06T19:42:43.737116 | 2018-11-15T17:54:14 | 2018-11-15T17:54:14 | 157,746,640 | 1 | 0 | MIT | 2018-11-15T17:16:39 | 2018-11-15T17:16:38 | null | UTF-8 | Scilab | false | false | 1,026 | sce | sparseRHS_example.sce | //A simple demo for the MUMPS interface, with the use of a sparse Right Hand Side
//to run it, You just have to execute the instruction within Scilab
// exec sparse_example.sce;
//*********************** MATRIX INITIALISATION ***********************//
// This matrix has to be a SciSparse, otherwise it won't work.... |
4b51984a0913fac3ef11e5ff9466a67dce431299 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/BIPO/RU62HEJ/ATWM1_Working_Memory_MEG_RU62HEJ_Session2/ATWM1_Working_Memory_MEG_Salient_Uncued_Run2.sce | 63376f0b6e953ed75cbc36c259fe75724a46746e | [] | 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... |
8af5cfddbe7787f7fc36d2eb3e865473862e85f2 | 3cbee2296fd6b54f80587eead83813d4c878e06a | /sci2blif/rasp_design_added_blocks/peak_det.sce | 73990f82f35f7ba8c33deb7bf56f1a3aa81958d5 | [] | no_license | nikhil-soraba/rasp30 | 872afa4ad0820b8ca3ea4f232c4168193acbd854 | 936c6438de595f9ac30d5619a887419c5bae2b0f | refs/heads/master | 2021-01-12T15:19:09.899590 | 2016-10-31T03:23:48 | 2016-10-31T03:23:48 | 71,756,442 | 0 | 0 | null | 2016-10-24T05:58:57 | 2016-10-24T05:58:56 | null | UTF-8 | Scilab | false | false | 260 | sce | peak_det.sce | style.fontSize=10;
style.displayedLabel="<table> <tr> <td align=center><b>+<br>bias</b></td> <td></td> <td></td> <td align=center>Peak<br>Detector</td> <td></td> <td></td> <td><b>Vout</b></td> </tr> </table>";
pal5 = xcosPalAddBlock(pal5,"peak_det",[],style);
|
03557958d42906ac321a68ba20c21a6dcd232373 | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/CreatingPlots/testplot3dnan.sce | 7919b379aaebc5d86dec0021bdefc29247c4616e | [] | no_license | markusmorawitz77/Scilab | 902ef1b9f356dd38ea2dbadc892fe50d32b44bd0 | 7c98963a7d80915f66a3231a2235010e879049aa | refs/heads/master | 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 218 | sce | testplot3dnan.sce | // define a grid
x=[-2:0.2:2];y=x;
// surface computation
[X,Y]=meshgrid(x,y);Z=X-Y;
// Z=%nan for a square in the center
indices=find((abs(X)<0.4)&(abs(Y)<0.4));
Z(indices)=%nan;
//surface display
clf;
plot3d(x,y,Z)
|
c45576ed5e69546e1a81457faa04512dc2bec94d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1898/CH5/EX5.12/Ex5_12.sce | 0e9d103302c5e79cfb127806024ec2ded2b95183 | [] | 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,525 | sce | Ex5_12.sce | clear all; clc;
disp("Scilab Code Ex 5.12 : ")
//Given:
T = 250; //Nm
G_st = 80; //GPa
G_br = 36; //GPa
ri = 10; //mm
ro = 20; //mm
l_ab = 1.2; //m
//Equilibrium:
// -Tst-Tbr+250Nm = 0
coeff1_st = -1;
coeff1_br = -1;
b1 = -250;
//Compatibility:
//phi = TL/JG
J1 = (%pi/2)*(ro^4... |
f6c2aadae43ebc3775ca98075bb597caedcd0de4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1919/CH3/EX3.1/Ex3_1.sce | 49be7665d21d16ce6c05e4e0dc0cb16027e8c746 | [] | 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,392 | sce | Ex3_1.sce | // Theory and Problems of Thermodynamics
// Chapter 3
// Thermodynamic Properties of Fluids
// Example 1
clear ;clc;
//Given data
N = 10 // total moles of methane in kmol
P = 6 // Pressure of Methane in MPa
T = 300 // Temperature of methane in K
Pc = 4.64 // Critical press... |
4ab0867a1b9d744bd54e1260ef5215f3d4127854 | 449d555969bfd7befe906877abab098c6e63a0e8 | /788/CH2/EX2.14.a/2_14_data.sci | 3963774b8d4b1307fae38ce5ad9ff2ff213ce038 | [] | 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 | 194 | sci | 2_14_data.sci | // Aim:To find viscosity of oil at 100 degF in SUS
// Given:
// Viscosity Index:
VI=80;
// viscosity of O-VI oil at 100 degF:
L=400; //SUS
// viscosity of 100-VI oil at 100 degF:
H=150; //SUS
|
fa80615b477d8bd6beb651d29289669279a1d36f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2792/CH3/EX3.1/Ex3_1.sce | e90c65c3baf1625052420ddba6d4b36e0440a308 | [] | 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 | Ex3_1.sce | clc
mo = 9.1*10^-31
disp("mo = "+string(mo)+"kg") //initializing value of mass of electron
me = 0.067*mo
disp("me* = "+string(me)+"kg") //initializing value of effective mass of GaAs
u1=8500*10^(-4)
disp("u1 = "+string(u1)+"m^2(Vs)^-1") //initializing value of mobility of pure GaAs
e = 1.6*10^-19
disp("e= "+str... |
0763a8c962bc1d6012a3c51e137df4b0b0af27ff | 449d555969bfd7befe906877abab098c6e63a0e8 | /3636/CH5/EX5.11/Ex5_11.sce | e89c74e33f5e22942044fc7255f267470807b4a0 | [] | 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 | 647 | sce | Ex5_11.sce | clc;
clear;
Na=4.22*10^14 //doping densities in cm^-3
Nd=4.22*10^16 //in cm^3
e=1.6*10^-19 //in eV
Vbi=0.65 //breakdown voltage in V
ni=1.5*10^10 //in cm^-3
epsilon_si=11.7 //in F/cm
epsilon_0=8.85*10^-14 //in F/cm
V=10 //applied voltage in V
Const=0.0259 //value for kT/e in V
//Calculation
Nd=sqrt((exp(V... |
d3db69c4fc39a462e03a507410f6499b1ab007d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1109/CH5/EX5.8/5_8.sce | 197d8696e0cb7ae9376b5911384ccc90044a3b34 | [] | 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 | 368 | sce | 5_8.sce | clear;
clc;
R=30;L=0;G=0;C=7000*(10^-12);f=3/(2*%pi)*(10^3);r=35;l=70*(10^-3);
d=1;
Rc=R+(r/d);
Lc=L+(l/d);
Fc=1/(%pi*(sqrt(Lc*C*d)));
printf("-Approximate value of highest frequency = %f kHz\n",round(Fc*(10^-3)*100)/100);
al=((Rc/2)*sqrt(C/Lc))+((G/2)*sqrt(Lc/C));
printf("-Approximate value of attenuation per... |
4f1001f26be3b130ab783c5d92b57315d12f6818 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1052/CH10/EX10.2/2.sce | ae6e3cdbab2b85512e3399c5d66d40122fe1c27b | [] | 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 | 506 | sce | 2.sce | clc;
//Example 10.2
//page no 99
printf("Example 10.2 page no 99\n\n");
//determining the depth of atlantic ocean
rho=1000//density of water
P1=10//pressure at which depth is to be determine
P2=1//pressure at the ocean surface z1
z1=0//ocean surface
g=9.807//gravitational constant
printf("\n density rho=%f ... |
51d96ff36089cb7390a3cff77c6c722837d62e8f | 449d555969bfd7befe906877abab098c6e63a0e8 | /416/CH14/EX14.11/example14_11.sce | d4f502fa8d0e259a496a55239ace25e3b94cae46 | [] | 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 | 818 | sce | example14_11.sce | clc
clear
disp('example 14_11')
pa=5000 //power of unit a
pb=10000 //power of unit b
r=2 //given speed regulation in p.uMW
d=0.01 //d in p.u.MW/Hz
dpa=0 //change in power in unit a
dpb=-100 //change in power in unit b
pbas=10000 //assume base as 10000
ra=r*pbas/pa //speed regulation of the... |
3eb7a036a3dea07eba1b27103d2de94fd7bf5e20 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1736/CH1/EX1.16/Ch01Ex16.sce | dad7d23d600119c0e4bf7e8003b01d4787faed45 | [] | 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 | 415 | sce | Ch01Ex16.sce | // Scilab Code Ex 1.16 :Page-27 (2006)
clc; clear;
R = 1; // For simplicity we assume radius of atom to be unity, m
// From the right triangle LMN similar to trinagle LPO, LM/LO = R/(R + r) = LP/LO = sqrt(2/3), solving for r
r = poly(0, 'r');
r = roots(R/sqrt(2/3)-R-r);
printf("\nThe radius ratio of tetragonal v... |
7e54d237492c20aba7c15ba4821f11b772261bb1 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/SCHI/HL35AUC/ATWM1_Working_Memory_MEG_HL35AUC_Session2/ATWM1_Working_Memory_MEG_Salient_Uncued_Run2.sce | f70408e8f8832713c925a125815e9b37122f2b64 | [] | 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,408 | 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... |
599e03d8fc276143c9938ce5e9091106a962ce49 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3647/CH10/EX10.5/EX10_5.sce | 31bd6f8a1ac4ad2fd09b24203d05530599d380b3 | [] | 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 | EX10_5.sce | //Solutions to Problems In applied mechanics
//A N Gobby
clear all;
clc
//initialisation of variables
R1=5//tonf
R2=7//tonf
P=5.77//tonf,compressive
m=11.56//tonf
a=30//degree
//CALCULATIONS
P=-sqrt(cosd(a)+m*sqrt(cosd(a))+2*0.5-R1*2)//tonf
//RESULTS
printf('the methods of sections in the force=% f tonf',P... |
3d7a54f60fcf03052afbf99b35719d555c0eaec1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1241/CH4/EX4.1/exa4_1.sce | 87e16c94106cdaae746dfbbbd2afe5b696e79d3c | [] | 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 | 429 | sce | exa4_1.sce | //Example 4-1//
//demorganize function//
clc
//clears the console//
clear
//clears all existing variables//
//the given function is as follows//
disp('Given function- (AB''+C)'' ')
disp('now demorganizing the function')
disp('complement function')
disp(' AB''+C ')
disp('changing operators')
disp(' (A+B'')(C... |
aaba02ed9ad6c4f26463781e69a0c6d46cb9c179 | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Base-MatrixOperations/FLMatrixDet-NZ-01.tst | 7593d78c3bfaea28d1da9a5bbd5e1578d1a44cc8 | [] | 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 | 20,813 | tst | FLMatrixDet-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.
-... |
bac4b62b09825c59f3f752cd4813cf0e74e7ee2c | fcec29e592f4bcf7d8bd215b4aff1152b2c2eea5 | /test/eunit.truncate.tst | 651f2b8d329f8322bf7b74a197fea7497adc2f59 | [
"Apache-2.0"
] | permissive | idau2012/sqlparse | c79a95e7fa89cc36e99942501c20946e2aebb044 | 4390d99be81faae22e7b7d5fbdcb09cba5ffd8ca | refs/heads/master | 2022-04-10T01:46:15.934869 | 2020-03-11T15:13:58 | 2020-03-17T09:49:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,045 | tst | eunit.truncate.tst | %%-*- mode: erlang -*-
%%-*- coding: utf-8 -*-
% Test control options
[{tests, []}].
%% =============================================================================
%% TESTS: TRUNCATE
%% -----------------------------------------------------------------------------
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%... |
551f05eaa4ad8371e8cb286f664bded93fb039a1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3041/CH10/EX10.6/Ex10_6.sce | 21d31e503c51c4de0af0991c62a4aa3b90653f6b | [] | 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 | 504 | sce | Ex10_6.sce | //Variable declaration
V=9 //voltmeter of voltage(V)
i=9 //ammeter current of 9V
r1=1 //resistance(ohms)
r2=3 //resistance(ohms)
r=5 //resistance parallel to ammeter(ohms)
//Calculations
Isc=((i*r)-V)/(r1+r) //short circuitin... |
3fdc1ee7fbf11bffc12477941f8f8e1ad75cd1c6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3554/CH11/EX11.4/Ex11_4.sce | 240568637501f48d65b4832d564a0c2586b891b6 | [] | 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 | 353 | sce | Ex11_4.sce | // Exa 11.4
clc;
clear all;
// Given data
// Refering Fig. 11.12(page no.315)- Kelvin's bridge
Ra_b=1000;// The ratio of Ra to Rb
R1= 5; // in Ohms
// Solution
// We have R1=0.5*R2
R2=R1/0.5;
//From the eqation for Kelvin'd bridge- Rx*Ra=Rb*R2
Rx=R2*(1/1000); // Unknown resistance
printf(' The v... |
fe5a90bd2e64e7b5e9977337b6601e64701baff7 | 76698407495ee6e283590abdd1b266d5f3dedf8f | /VII - Interpreting a Musical Score/scilab_Note Player.sce | 1a9e8098872b562f2487fc48aa5a020e0e09038c | [] | no_license | mcastro2/Image-Processing-via-Python-3 | 744988e3d40feb9ad668488b8a2979717cf6b422 | 03ac5d801dc408d90a5f3dc9aed4057b3d0c0ac3 | refs/heads/master | 2020-12-09T14:24:19.537601 | 2020-01-12T08:21:08 | 2020-01-12T08:21:08 | 233,332,455 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,308 | sce | scilab_Note Player.sce | chdir("C:\Users\Marc Castro\Desktop\186");
sheet = imread("old1.png");
sheet = im2bw(sheet,0.2);
scf(); imwrite(sheet, "Thresholded.png");
sheet = imcomplement(sheet);
scf(); imwrite(sheet, "Inverted.png");
SE1 = CreateStructureElement('circle',3);
SE2 = CreateStructureElement('circle',2);
sheet = CloseImag... |
53a180305dc2a3a80783aee76a700d51c5ed7f6d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH4/EX4.5/Ex4_5.sce | a83c3e25887b8bb83b1b03350f1b5bef1f816e43 | [] | 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 | 821 | sce | Ex4_5.sce | //===========================================================================
//chapter 4 example 5
clc;
clear all;
//variable decelaration
theta1 = 90; //deflection in °
I1 = 10;
I2 =5;
//calculations
//Td proprtional to I^2
//Theta proprtional to I^2
theta2 = theta1*... |
7d9907ea754bc0efb6f11acff45b950503e43cc7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1962/CH4/EX4.6/example4_6.sce | ce4e72b1982fa3b585840216cb6c322e33ec30b0 | [] | 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 | 155 | sce | example4_6.sce |
//example 4.6
//page 166
clc; funcprot(0);
// Initialization of Variable
g=32.2;
delx=0.5;
V=sqroot(2*g*delx);
disp(V,"velocity(ft/s)=");
clear
|
c23026cb7c388978c3d3a854f46b9d838c447ba1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3564/CH1/EX1.3/Ex1_3.sce | 1d6ab8d393b31cfd32fb9e4daac197a0a7f93e37 | [] | 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,374 | sce | Ex1_3.sce |
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clc;
disp("Introduction to Fluid Mechanics, 3rd Ed. William S. Janna Chapter - 1 Example # 1.3 ")
//Solving part a
disp("Part a)")
//Mass in kg
m = 0.001;
//Deltay in mm
deltay = 5;
//Acceleration due to gravity in m/s... |
f121a3e9007a57db16ca9901a5ee4f2e964d6229 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/AdaBoost/results/AdaBoost.NC-C.led7digit-10-1tra/result7s0.tst | 097997fed55f0e6a0c5842a099e74dc49e063569 | [] | no_license | nickgreenquist/Intro_To_Intelligent_Systems | 964cad20de7099b8e5808ddee199e3e3343cf7d5 | 7ad43577b3cbbc0b620740205a14c406d96a2517 | refs/heads/master | 2021-01-20T13:23:23.931062 | 2017-05-04T20:08:05 | 2017-05-04T20:08:05 | 90,484,366 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 535 | tst | result7s0.tst | @relation led7digit
@attribute Led1 real[0.0,1.0]
@attribute Led2 real[0.0,1.0]
@attribute Led3 real[0.0,1.0]
@attribute Led4 real[0.0,1.0]
@attribute Led5 real[0.0,1.0]
@attribute Led6 real[0.0,1.0]
@attribute Led7 real[0.0,1.0]
@attribute number{0,1,2,3,4,5,6,7,8,9}
@inputs Led1,Led2,Led3,Led4,Led5,Led6,Led7
@output... |
67161765fb71f472db962c3890e538dfaa3a8060 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2144/CH2/EX2.24/exa_2_24.sce | 9bb49ce1d337915709d1b863794d10dfa14856e1 | [] | 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,382 | sce | exa_2_24.sce | // Example 2.24
clc;
clear;
close;
// Given data
H2= 0.50;//volume of H2 in m^3
CH4= 0.19;// in m^3
CO= 0.18;// in m^3
C2H4= 0.02;// in m^3
CO2= 0.05;// in m^3
N2= 0.06;// in m^3
P= 100;// pressure of mixture in kN/m^2
mm_CO2= 44;// molecular mass of CO2
mm_CO= 28;
mm_H2= 2;
mm_CH4= 16;
mm_C2H4= 28;
mm... |
32ff329ba87fdc3f6f9a78f2619af1582fb4944a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH7/EX7.4/Chapter7_Example4.sce | 56905f934933205345da4259995f6ee19fc5c538 | [] | 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,088 | sce | Chapter7_Example4.sce | //Chapter-7, Example 7.4, Page 283
//=============================================================================
clc
clear
//INPUT DATA
P=8;//Pressure of air in kN/m^2
Ta=250;//Temperature of air in degree C
L=1;//Length of the palte in m
W=0.3;//Width of the plate in m
v=8;//Velocity of air in m/s
Tp=78;... |
2103793eecbba1ce702a09d885f615473ea77798 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH9/EX9.10/Example9_10.sce | 1a01892f50dd0aaa9792b6453079970c23f787d4 | [] | 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,060 | sce | Example9_10.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART II : TRANSMISSION AND DISTRIBUTION
// CHAPTER 2: CONSTANTS OF OVERHEAD TRANSMISSION LINES
// EXAMPLE : 2.10 :
// Page number 109
clear ; clc ; close ; // Clear the wo... |
c62bf6e03f6dd1b748a5df8b2515c26c000e2421 | 7ebc3f908e9935054ccf9e8a17d423adc3bf773c | /Task_scenario/stop_task/face_st150.sce | 29e8015d8d1b74e74507ab8c17a373018aa38ac3 | [] | no_license | sarajahfari/Control_Conflict | 396f36125510dcef1c8b471b9ed0c2a973d447b2 | 74140426c11395246837b70070fe7249663e5566 | refs/heads/master | 2018-10-31T18:43:35.023080 | 2018-04-17T12:22:32 | 2018-04-17T12:22:32 | 105,638,707 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,590 | sce | face_st150.sce | ####################################################
############# daVinci #####################
####################################################
# S. Jahfari 04-2011
####################################################
########## Basic preferences ######################
###################################... |
92f65e7cb50860ca6d17c0b18d6630c70189e8e0 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/auto/equil.sci | d8bf5e6fd39df6477a01fc95722cb4a4041206bd | [
"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 | 132 | sci | equil.sci | function [t]=equil(p,q)
// Copyright INRIA
t=chol(q);
[u,s,u]=svd(t*p*t');
s=diag(s);
ll=ones(s)./sqrt(sqrt(s));
t=diag(ll)*u'*t
|
594b0c77ae4a83cfbf9d888bb18cbc89ccd67d39 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2375/CH2/EX2.2/ex2_2.sce | 4b66961e2db77397c9bd57e4b405eff52976941a | [] | 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 | 375 | sce | ex2_2.sce | // Exa 2.2
clc;
clear;
close;
format('v',6)
// Given data
Alpha_dc = 0.99;
I_CBO = 10;// in µA
I_CBO = I_CBO * 10^-3;// in mA
I_E = 10;// in mA
// To calculate I_C :
I_C = (Alpha_dc*I_E) + I_CBO;// in mA
disp(I_C,"The value of I_C in mA is");
// To calculate I_B :
I_B = I_E-I_C;// in mA
I_B = I_B * 10^... |
941db306c0832f8833da7ad39a532bcda5f467a4 | 1d7cb1dbfad2558a4145c06cbe3f5fa3fc6d2c08 | /Scilab/SparamToolBox/SparamToolbox/v1.0/x86/tests/simple_viewer.sce | 4d05654237a49be025d85cfa2a434403236b7704 | [] | no_license | lrayzman/SI-Scripts | 5b5f6a8e4ae19ccff53b8dab7b5773e0acde710d | 9ab161c6deff2a27c9da906e37aa68964fabb036 | refs/heads/master | 2020-09-25T16:23:23.389526 | 2020-02-09T02:13:46 | 2020-02-09T02:13:46 | 66,975,754 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,361 | sce | simple_viewer.sce | // ==========================S-parameter ToolBox=======================
// ====================== Simple Driver ==============================
//
// Simple driver function to test sptlbx_readtchstn() function
// Read in S-parameters and plot the result
//
// (c)2010 L. Rayzman
//
//
// Created : 02/... |
3560030a1f283b68549aa28b1ee3c30058a3a73a | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH4/EX4.22/4_22.sce | a8773aa5e34c945e8a32df7ce7a237e0e15ef143 | [] | 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 | 312 | sce | 4_22.sce | clear; clc; close;
Vcc = 20;
Vc = 18;
Vce = 10;
Vbe = 0.7;
Beta = 150;
Ic = 2*10^(-3);
Ie = Ic;
Ve = 0.1*Vcc;
Re = Ve/Ie;
Rc = (Vcc-Vce-Ve)/Ic;
Ib = Ic/Beta;
Rb = (Vcc-Vbe-Ve)/Ib;
disp(Re,'Value of Re(ohms) is : ');
disp(Rc,'Value of Rc(ohms) is : ');
disp(Rb,'Value of Rb(ohms) is : ');
|
e26c4622943805a3f527c2a223c4609597908750 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3720/CH2/EX2.1/Ex2_1.sce | f4ad6ca54033555a57b95473cafb28517366a121 | [] | 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 | 588 | sce | Ex2_1.sce | // Example 2_1
clc;clear;funcprot(0);
// Given values
p=100; // The pressure of air in kPa
T=25+273; // The temperature of air in K
R=0.287; // The gas constant of air in (kPa.m^3)/(kg.K)
//Calculation
rho=p/(R*T); // From ideal gas relation
printf('The density of air,rho =%0.2f kg/m^3\n',rho);
rho_1=100... |
049f4404eee75c376890194cb3b8bb12eacc3d32 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/poly2rc/poly2rc1.sce | cc077c48342ab89dfb32e7544f3bca7f7290a6ab | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 257 | sce | poly2rc1.sce | //check o/p when i/p is a vector
a = [1.0000 0.6149 0.9899 0.0000 0.0031 -0.0082];
efinal = 0.2;
[k,r0] = poly2rc(a,efinal);
disp(k,r0);
//output
// 5.6032289
//
// 0.3090264
// 0.9800674
// 0.0031104
// 0.0081427
// - 0.0082
|
96ca87e7e871c9de03b1d83eee85f1a9d53ab49f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3733/CH22/EX22.30/Ex22_30.sce | 6befc7cd7b31b8fce6fbcf5b3d941316e42e3dc3 | [] | 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,509 | sce | Ex22_30.sce | // Example 22_30
clc;funcprot(0);
//Given data
p_a=10;// bar
p_b=0.2;// bar
p_1=40;// bar
T_1=400;// °C
T_2=40;// °C
m_s=500;// kg/sec
T_sa=515.5;// °C
T_sb=277.3;// °C
h_fa=72.33// kJ/kg
h_fb=38.35;// kJ/kg
h_ga=363.0;// kJ/kg
h_gb=336.55;// kJ/kg
s_fa=0.1478;// kJ/kg-K
s_fb=0.0967;// kJ/kg-K
s_ga=0.5... |
d8f9f1daac8d44341f832c24817c0021e947a2a7 | fdc5047b7bf8122bad1e621df236b0481226c36e | /exemplos/xls-link-0.5.0-src/tests/unit_tests/xls_SetData.tst | 519bd573dd22661422e3b02723096a97bbd020f7 | [] | no_license | jpbevila/virtualHartSci | aea3c6ba23d054670eb193f441ea7de982b531cc | a3f5be6041d230bd9f0fd67e5d7efa71f41cfca5 | refs/heads/main | 2023-07-26T23:05:28.044194 | 2021-09-09T11:50:59 | 2021-09-09T11:50:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,320 | tst | xls_SetData.tst | // ====================================================================
// Allan CORNET
// DIGITEO 2008 - 2010
// ====================================================================
// <-- CLI SHELL MODE -->
// ====================================================================
function check_SetData(_range, data, e... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.