Harsh Mittal
Followers: 0 Following: 0
Hi, I am an undergrad student at Visvesvaraya National Institute of Technology, India. I am pursuing my bachelor's in mechanical engineering.
MATLAB
Estadística
CLASIFICACIÓN
67.767
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
57.14%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
96.617
of 153.912
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
Accessing Signal in MATLAB SLDD from bus editor
I have a sldd which contains various simulink busses inside it, I wanted to access the signals which were present inside the bus...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to get the equations used in making calculations?
Hi, I am trying to study the generating and using simulated data ensemble, from this source- " https://in.mathworks.com/help/pr...
casi 3 años hace | 0 respuestas | 0
0
respuestasResuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
alrededor de 3 años hace
Pregunta
Object Tracking for frequency
I am trying to find frequency of ocsillation of a spring by its video of oscillation, but i am unable to plot its oscialltion(y-...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
How to create a search box in List Box in MATLAB GUI?
I have a listbox in my MATLAB GUI, it contains 200 items to select from. I want to add a search option in my listbox so that I c...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to show the legend of a symbolic function while plotting its graph? I have a created a symbolic function by running the code and i am plotting it as well, but i wanted to show the calculated function also in its plot. How to resolve this issue?
I am plotting several functions in one graph using hold on and to show the legend is am using legend('show') but it only s...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to Reduce precision in symbolic calculations? I am finding y coordinates of a function using the given values of x, but i need a precision of only 6 digits whereas it is showing precision of upto 32 digits. Is there any way to reduce this.
I have written this code F(x)=str2sym(input('\n Enter your Function \n','s')); n=5; for i=1:n Xc(n-i+1)=cos((2*i-1)*...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
I am trying to write a recursive code to check whether a string is palindrome or not, when i am running a trial case a error message shows up stating "he function call palindrome('madam') caused an error and did not complete (MATLAB:TooManyOutputs)".
% I am writing a code to find the palindrome of a string using recursion but i am getting the error The function call palindrome...
alrededor de 4 años hace | 1 respuesta | 0