The Tutorials in this series are created using Scilab 5.2.0 and 5.2.2 on Ubuntu 14.04 and Mac OS. Mathematical and scientific calculation software, open source substitute for MATLAB, very useful for all science and engineering students, in academics particularly. Read more
Foss : Scilab - Tamil
Outline: ஒரு squaring functionஐ எழுதுவது Xcoxல், scifunc blockஐ பயன்படுத்துவது MUX blockஐ பயன்படுத்துவது பல input மற்றும்outputகளை கொண்ட, functionகளை call செய்வது
Foss : Scilab - Assamese
Outline: Outline: Xcos ব্যৱ্হাৰ কৰি PID কনট্ৰ’লাৰ এটা চিমোলেত কৰা: 1. PID কনট্ৰ’লাৰ এটা ইমপ্লিমেন্ত কৰিবলৈ firstorder.xcos ফাইলক পৰিবৰ্তন কৰা 2. লোপটো বন্ধ কৰা 3. PID গেইনচ সজোৱা আৰ..
Foss : Scilab - Bengali
Outline: Xcos ব্যবহার করে PID কন্ট্রোলার সিমুলেট করা: 1. PID কন্ট্রোলার বাস্তবায়ন করতে firstorder.xcos ফাইল সংশোধন করা 2. লুপ বন্ধ করা 3. PID গেন সেট করা এবং তার প্রতিক্রিয়া দেখা 4...
Foss : Scilab - English
Outline: Simulating a PID controller using Xcos: 1. Modifying firstorder.xcos file to implement a PID controller 2. Closing the loop 3. Setting PID gains and observing its response 4...
Foss : Scilab - Gujarati
Outline: Joomla માં આર્ટિકલ મેનેજર “New Article” પેજ પર કેવી રીતે પહોંચવું આર્ટિકલ ક્રિએશન માં ફરજિયાત ફિલ્ડ આર્ટિકલ સેવ કરવું - વિવિધ વિકલ્પો વર્તમાન આર્ટિકલ ને એડિટ કરવ..
Foss : Scilab - Hindi
Outline: Xcos का उपयोग करके PID controller सिम्यूलेट करना : 1. PID controller के कार्यान्वयन के लिए firstorder.xcos फाइल संशोधित करना 2. loop लूप क्लोज करना 3. PID लब्धि (गैन) सेट करन..
Foss : Scilab - Malayalam
Outline: Xcos ഉപയോഗിച്ച് ഒരു PID കൺട്രോളറെ അനുകരിക്കുക: 1. ഒരു pID കണ്ട്രോളർ നടപ്പാക്കുന്നതിന് firstorder.xcos ഫയൽ പരിഷ്കരിക്കുക 2. ലൂപ്പ് അടയ്ക്കുക 3. PID നേട്ടങ്ങൾ സജ്ജമാക്കുകയും അതി..
Foss : Scilab - Marathi
Outline: Xcos वापरून PID कंट्रोलर सिम्युलेट करणे: 1. ''PID''' कंट्रोलरची अंमलबजावणी करण्यासाठी '''firstorder.xcos''' फाईल बदल करणे. 2. लूप बंद करणे. 3. PID गेन्स सेट करणे आणि त्याचा प्..
Outline: Compiling an external C library Generating shared library Copying the shared library to Scilab Toolbox Interfacing the shared library with Scilab Understanding the important co..
Outline: About Scithon toolbox About header folder Interfacing between Scilab and Python Files used for starting the python instance and overloaded virtual functions Links to understa..
Outline: * What is Interactive Simulation? * Learn about Interactive Simulation using a slider. * What is TKSCALE block? * How to use TKSCALE block as slider? * Collecting all the requi..
Outline: * Ways to define variables in Xcos * Creating a simple simulation * Importing necessary blocks * Interconnecting the blocks * Show error of using variable without defining it ..
Outline: * Load the code file for a simple simulation using the Ramp Input block * Use the TOWS_c block to the save data values in the workspace * Comment on the parameters of the TOWS_c ..
Outline: * Loading the code file for a simple simulation using Ramp Input block * Using TOWS_c block to save values in the workspace * Using WRITEC_f block to save simulation data to a C ..
Outline: Use of Super Blocks What is a Super block? Explain CONST, POWBLK_f, AFFICH_m and ClOCK_c blocks of super-initial.xcos file. Change the value of CONST block and run it. ..