photo

Satwik Samayamantry


Last seen: más de 2 años hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

MATLAB Answers

0 Preguntas
10 Respuestas

CLASIFICACIÓN
3.788
of 300.338

REPUTACIÓN
14

CONTRIBUCIONES
0 Preguntas
10 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.922

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.149

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

  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
variable mentioned but still getting unrecognized variable error
Hi Ayush, Your code will throw the following error Unrecognized function or variable 'Book65'. Error in file1 (line 19) ...

más de 2 años hace | 0

Respondida
Histogram normalisation: a question about terminology
Hi Sim, Yeah you got it right. Your understanding for both cases is correct.

más de 2 años hace | 0

Respondida
Undefined function 'loss' for input arguments of type 'TreeBagger'.
Hi Sanchit, The input argument of treebagger may not agree with the input arguments of the loss functions inbuilt in matlab. Pl...

más de 2 años hace | 0

Respondida
simulation issue about Scope
Hello, you are connecting a constant block to the scope which is expected to work as shown only. But if you want to show the sig...

más de 2 años hace | 0

| aceptada

Respondida
using Check Boxes to add or REMOVE plot types from UIAxes
Hi Alex, there is a similar question I can see in the forum. Have a look at the following link. I hope this solves your problem....

más de 2 años hace | 0

Respondida
Command for picking two regular elements from a Vector
Hi Patel, as per my understanding you want to remove all multiples of 3 from your input vector. The following function should ge...

más de 2 años hace | 0

Respondida
Convert Digital Signal to Analog Signal
Yes, in Simulink, you can use the Digital-to-Analog Converter (DAC) block to convert a digital signal (consisting of '0' and '1'...

más de 2 años hace | 0

Respondida
How to compute 8 days mean from one year data?
Hi Devendra, Can you please elaborate the problem statement you are working upon? It's not clear what are you trying to achieve....

más de 2 años hace | 0

Respondida
Recover signal from wav file using fft
Hi KD, First thing you are missing probably is you have to extract sampling frequency from the music file too for getting x axi...

más de 2 años hace | 1

| aceptada

Respondida
row vector summation in pairs without looping
Considering you are giving a row vector as input named inputVec, you can get the required result using the following line withou...

más de 2 años hace | 0

| aceptada