photo

prasoon purwar


uptu

Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

3 Preguntas
2 Respuestas

Cody

0 Problemas
8 Soluciones

CLASIFICACIÓN
12.007
of 301.204

REPUTACIÓN
3

CONTRIBUCIONES
3 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
3

CLASIFICACIÓN
 of 21.191

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
44.899
of 173.368

CONTRIBUCIONES
0 Problemas
8 Soluciones

PUNTUACIÓN
90

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

alrededor de 14 años hace

Pregunta


phase delay in pulse generator block
is there any any way to update the value of phase delay in pulse generator block in simulink. i mean, using subsystem masking i...

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

0

respuestas

Respondida
Delete multiple rows from array
if isequal(v3,0)==1 array(n,:)=[] end % array is your matrix % n is the row , which is to be removed

alrededor de 14 años hace | 0

Resuelto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

alrededor de 14 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

alrededor de 14 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

alrededor de 14 años hace

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 14 años hace

Resuelto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

alrededor de 14 años hace

Resuelto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

alrededor de 14 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 14 años hace

Pregunta


.m to .mdl
hi, i have written a code in editor to find a value ,'phase_delay' ip = menu('input is','ac','dc')% askin whether i...

alrededor de 14 años hace | 1 respuesta | 0

1

respuesta

Respondida
red dotted wire problem in simulink
take series RLC from simpowersys blockset instead of resisistor.circuit will be ok then. we cannot use low power blocks with si...

alrededor de 14 años hace | 0

Pregunta


red dotted wire problem in simulink
hello , please tell me how to make the dotted red wire to solid black wire in simulink while implementing a circuit, is there ...

alrededor de 14 años hace | 2 respuestas | 3

2

respuestas