Code Monkey home page Code Monkey logo

matlab-project's Introduction

MATLAB-Project

It is my own MATLAB-based circuit simulator. It is capable of simulating any circuit with the following circuit elements: • Resistors • Independent voltage sources • Independent current sources It reads a text input file representing the circuit and determinesthe node voltages using the algorithm provided below on Modified Node Analysis. This program takes the file name as an input argument and returns the node voltages. The text file will include the information regarding circuits with the following rules: • Each element is entered in a single row. • The first column is the unique identifier for the element whose first letter indicates the type of the element: R, I or V and the rest is an integer. The second and the third columns denote the node numbers of the element. The last column denotes the value of the element in Ohms, Amperes or Volts. • NodeNumber@SecondColumn < NodeNumber@ThirdColumn. • Positive value for the current source means that the current is entering the Node@ThirdColumn. • Positive value for the voltage source means: Voltage of Node@SecondColumn < Voltage of Node@ThirdColumn.

matlab-project's People

Contributors

cnakgol avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.