Community Profile

photo

ayyappa rudrasimha yedida


IIT ombay

Last seen: etwa 3 Jahre vor Aktiv seit 2016

Followers: 0   Following: 0

Kontakt

M.Tech

Statistiken

All
  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 2
  • First Submission
  • Knowledgeable Level 2
  • First Answer
  • Triathlon Participant
  • Scavenger Finisher
  • Solver
  • Commenter

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Is there any difference if you call 2 level s-function at 10 multiple instances and 10 different 2 level s-functions with same code but different variable names?
Hi, Will there be any difference in the execution speed of simulation if you call 2 level s-function at 10 multiple instances...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Same variable names in different level2 s-functions or multiple instances of same level2 s-function will be stored separately?
Hi, I am writing level 2 s functions for c code and I am using the same s function multiple instances or I will make differen...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


when we try to commutate thyristor (simulink block), why current becomes zero instantaneously not after turn off time?
I tried to commutate thyristor by applying negative voltage across it for duration of Turn off time. but it is becoming zero sud...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to tune PI controller using tune option?
It is showing plant cannot be linearized

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How to find Y bus for a give nth order system?
Use makeYbus function or use below code % Program to for Admittance And Impedance Bus Formation.... function Y = y...

mehr als 7 Jahre vor | 3

| akzeptiert

Beantwortet
In Simulink all waveforms on scope not comming properly?
In simulation menu --->model configuration parameters Change type to fixed step and try it wil come put time step less than 50us...

mehr als 7 Jahre vor | 2

| akzeptiert

Beantwortet
How to turn off all results in matpower?
mpoption('verbose',0,'out.all',0)

mehr als 7 Jahre vor | 5

| akzeptiert

Beantwortet
How to change branch and generator in case file data in MATPOWER?
Load the case data into mpc and access struct variables gen and branch using mpc like mpc.branch, mpc.gen so that you can do op...

mehr als 7 Jahre vor | 2

| akzeptiert

Beantwortet
Why is the factorial of 0 equal to 1?
Simple program: n = 0; f = 1; for i = 1:n f = f*i; end f you can get 0!=1 for n=0; Theor...

mehr als 7 Jahre vor | 1

Beantwortet
What are the shortcuts for switching between non-adjacent open files in the MATLAB editor
Alt-Tab to shift between applications and Ctrl-Tab to shift between documents

mehr als 7 Jahre vor | 0

Frage


how retain value of variable in memory between calls to the function?
Hi, I am doing sorting every time when function called it should retain its value not like once function job over value of va...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten