photo

Aishwarya Bangalore Kumar


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

13 Preguntas
0 Respuestas

CLASIFICACIÓN
205.778
of 300.392

REPUTACIÓN
0

CONTRIBUCIONES
13 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
23.08%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.335

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Please help! blending of two images!Error: Matrix dimensions must agree
This is my code to blend two images in MATLAB but I am getting an error which says the matrix dimensions must agree in the 12th ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Simulink: how to open .MDL file on Simulink? Please help me!
I have .MDL file to be opened but I cannot do it on Simulink. Is there a way to do it? Please help me.

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Please help!!!!Error: Failure in initial nonlinear constraint function evaluation. FMINCON cannot continue.
I am trying to run this code but Im getting a bunch of errors. t=0:.1:5; u(1:25)=.1; u(26:51)=-.1; plo...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error:Dimensions of matrices being concatenated are not consistent
This is my code to optimize a function. I get the error when i run the code. The error is in the line [to,yo]=sim('hw',5,[...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why do I get the error?
This is my code t=0:.1:5; u(1:25)=.1; u(26:51)=-.1; plot(t,u); [to,yo]=sim('hw3',5,[],[t',u']); %Finding...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error: Vectors must be same length
if true % code end This is my code to find cost and state of an equation and I have to define u as 0.1 foe 1st ha...

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

0

respuestas

Pregunta


Error: Matrix dimensions must agree. How to solve?
This is my code for a uniform quantizer and I am getting an error for equation ''y''. %Project 2 %Quantization clc; c...

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

0

respuestas

Pregunta


how do i get a contour plot for this code?
This is my code and I'm trying to get a contour plot for it. But I am not getting it. Can anyone help me f=@(x,y) sin(x)+co...

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

0

respuestas

Pregunta


error using contour z must be at least a 2x2 matrix
x = (pi/2):0.1:(2*pi); y = (pi/2):0.1:(2*pi); z = sin(x) + cos(y); contour3(x,y,z) I need a contour plot of x,y,z ...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How do I subtract a bunch of data created in MATLAB from another source in Simulink?
So, I have a simulink model with sine source input created from a time vector 't'. I now have to create a cosine source and shou...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I give two inputs to the transfer function block in Simulink?
In my simulation, I am trying to generate an output with two control inputs for the transfer function block. But the block allow...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Storing the values of a for loop
That is the line to increment ze from 0.1 to 1.2 in increments of 0.1. How do I store the values of ze? for ze=0.1:0.1:1.2 e...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Function with duplicate name cannot be defined
I have named the function name and .m file the same, and i am getting the error. If i dont it says it should be the same. someo...

casi 8 años hace | 3 respuestas | 0

3

respuestas