Yash Runwal
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
124.887
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
123.953
of 154.105
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Plotting values results in an empty plot
Hello, So I have a function which returns the x and y coordinates like following: ans = 0 0 0.0333 -...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Finding a value, index which lies between 2 points in an array
Hello fellow MATLAB users, I am currently writing a MATLAB function for which I need some help. For example: I have an array ...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Tangents to the curves
Hello, I have plotted a few figures as shown below. Now i would like to plot the tangents to each of these curves. How can i do ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to plot a graph as shown below, For that non linear system, i have written a Matlab script but i can't really identify how do i plot such graph.
%% WaterTank MATLAB Script syms h(t) Dh = diff(h); A = 20; a = 2; b = 5; U = 0:0.1:1.0; V = 1; watertank = 1*diff(h,t) - (...
más de 5 años hace | 1 respuesta | 0
1
respuestaResuelto
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
más de 5 años hace
Pregunta
Regarding Loops and Control theory .
syms s % Define the values of omega and zeta respectively omega = [2 2 1 1]; zeta = [0 0.1 0 0.2]; t = 0:0.2:16; for n = 1...
más de 5 años hace | 1 respuesta | 0