Anil Kumar
Followers: 0 Following: 0
Estadística
5 Preguntas
2 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
6.203
of 295.569
REPUTACIÓN
7
CONTRIBUCIONES
5 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
3
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
86.653
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
How to find second largest value in an array?
try this a=A(:,1); [p,q]=max(a); b=A(q,1); [p1,q1]=max(a(a~=b))
más de 2 años hace | 0
save values in array in a loop
may be helpful for begginers x1=[]; x2=[]; a=[2 4 6 7 3]; b=[1 9 7 5 8]; for ii=1:5 s=a(ii)+b(ii); x1=[x1,s];%output in a...
más de 2 años hace | 2
Pregunta
issue in saving variable values while writing a file with if condition?
If I use max and min function the actual values of variable in loops (each data set) are saved for that coresponding max or min ...
casi 3 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I use equations from a matrix, using symbolic variables, inside the function file for ode45 ?
I want to use time dependent equations directly from a matrix (i.e. product of matrices) in the function file. keeping it simple...
casi 3 años hace | 1 respuesta | 0
1
respuestaResuelto
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:...
casi 3 años hace
Pregunta
Optimization of multiple variables without any toolbox
I have 5 variables, say l1,l2,g1,g2,g3. I want to optimize the gi (i=1,2,3) inside the two loops of l1 and l2 i.e. for each comb...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
can I add multiple plots in a figure altogether in an inset as well?
An inset works like as follows, axes('Position', [0.32 0.2 0.3 .3]) box on plot(A1(:,3),A1(:,27),'b','LineWidth', 2); ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Error" 'lyap' requires control system toolbox""
Recently, I got a Matlab licence (individual academic use license) for Mac 10.15.1. I tried to find the Lypunov solution but it ...
casi 5 años hace | 1 respuesta | 1