photo

Raghav Mathur


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


To solve this question using ode45 in matlab
Model the electrical system (as shown below) using first principle. Simulate the voltage across Capacitor C and Current i(t) via...

4 years ago | 0 answers | 0

0

answers

Question


To find the meaning of this code
MatLab Programming:- %% Main File clc; clear all; close all; [t,x]=ode45(@rlcckt,[0 1],[0 0]); plot(t,x(:,1),'m'); ...

4 years ago | 1 answer | 0

1

answer