pratik kadam
VJTI, mumbai
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
0 Problemas
7 Soluciones
CLASIFICACIÓN
245.467
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.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
43.949
of 154.105
CONTRIBUCIONES
0 Problemas
7 Soluciones
PUNTUACIÓN
80
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
Unable to extract logged signal data when using simulink test and parallel compuation toolbox
MATLAB 2019b. I;m executing maltab simulink test case with parpool of 8 workers. The test cases have "custom critieria" which v...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
degenerate mass distribution on its follower side.
I'm trying to simulate a 3 Link swimmer robot in fluid environment. The simulation is working fine for angle less than 45degree...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
can you simulate viscous surrouding in multibody simulation?
I want to simulatie a robot (fish robot) in viscouse surroudings. I understand how solids interact in simulink multibody. But ca...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to store the data of MSE vs epoch obtained during training of the neural network. By using "plotperform(TR)" we are able to get the MSE vs epoch graph but not the data itself. How to store this MSE vs epoch data in array variable?
how to obtain MSE vs Epoch data of training the neural network in MATLAB? %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clc;clear al...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
can anyone tell me the .mdl extension and how does it differ from .slx
can anyone tell me the .mdl extension and how does it differ from .slx
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaResuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
alrededor de 9 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 9 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 9 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 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
Pregunta
how can I display values of variables which changes wrt time in figure.
I'm using pause cmd to display dyanamics in figure... but i'm unable to display values of variables which i'm plotting.. cod...
más de 9 años hace | 1 respuesta | 0