photo

ayyappa rudrasimha yedida


Last seen: 8 meses hace Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

M.Tech

Estadística

All
MATLAB Answers

5 Preguntas
6 Respuestas

File Exchange

3 Archivos

Cody

0 Problemas
13 Soluciones

CLASIFICACIÓN
1.653
of 300.381

REPUTACIÓN
42

CONTRIBUCIONES
5 Preguntas
6 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
13

CLASIFICACIÓN
3.983 of 20.941

REPUTACIÓN
370

EVALUACIÓN MEDIA
4.70

CONTRIBUCIONES
3 Archivos

DESCARGAS
15

ALL TIME DESCARGAS
2938

CLASIFICACIÓN
39.091
of 168.477

CONTRIBUCIONES
0 Problemas
13 Soluciones

PUNTUACIÓN
110

NÚMERO DE INSIGNIAS
2

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

Pregunta


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...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 8 años hace | 0 respuestas | 0

0

respuestas

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

alrededor de 9 años hace

Respondida
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...

alrededor de 9 años hace | 3

| aceptada

Resuelto


how to create zero square matrix with given order?
y-Zero square matrix with given input order x.

alrededor de 9 años hace

Resuelto


how to find unique values in matrix
how to find unique values in matrix for give x matrix.

alrededor de 9 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

alrededor de 9 años hace

Enviada


Induction motor Modelling
Induction motor Modelling

alrededor de 9 años hace | 8 descargas |

5.0 / 5

Respondida
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...

alrededor de 9 años hace | 2

| aceptada

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

alrededor de 9 años hace | 5

| aceptada

Resuelto


Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.

alrededor de 9 años hace

Resuelto


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

alrededor de 9 años hace

Resuelto


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

alrededor de 9 años hace

Resuelto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

alrededor de 9 años hace

Resuelto


radius of a spherical planet
you just measured its surface area, that is the input.

alrededor de 9 años hace

Resuelto


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

alrededor de 9 años hace

Respondida
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...

alrededor de 9 años hace | 2

| aceptada

Resuelto


Basic commands - Least common multiple
Make a function which will return least common multiple of "a" and "b" Example: a=8; b=6; y=24;

alrededor de 9 años hace

Resuelto


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

alrededor de 9 años hace

Enviada


MMC MODULATIONS
DIFFRENT TYPES MMC MODULATIONS

alrededor de 9 años hace | 5 descargas |

4.5 / 5

Enviada


factorization paths for Y BUS
Factorization paths in sparsity techniques

alrededor de 9 años hace | 1 descarga |

4.5 / 5

Respondida
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...

alrededor de 9 años hace | 1

Respondida
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

alrededor de 9 años hace | 0

Pregunta


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...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

alrededor de 9 años hace