photo

Shivam Kumar Singh

MathWorks

Last seen: más de 5 años hace Con actividad desde 2020

Followers: 0   Following: 0

I work at Mathworks India Pvt. Ltd.

DISCLAIMER: Any advice or opinion stated here are my own, and in no way reflect that of Mathworks.

Estadística

All
MATLAB Answers

0 Preguntas
10 Respuestas

Cody

0 Problemas
53 Soluciones

CLASIFICACIÓN
3.694
of 300.381

REPUTACIÓN
14

CONTRIBUCIONES
0 Preguntas
10 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
3

CLASIFICACIÓN
 of 20.941

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
9.182
of 168.477

CONTRIBUCIONES
0 Problemas
53 Soluciones

PUNTUACIÓN
700

NÚMERO DE INSIGNIAS
5

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 1
  • Promoter
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver
  • Revival Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How to convert a square wave to frequency domain in Matlab or simulink
You can use fft() function in Matlab. https://www.mathworks.com/help/matlab/ref/fft.html

más de 5 años hace | 1

| aceptada

Respondida
How to add files directly from Google Drive to MATLAB online?
As far as I am aware, there are no APIs to do this currently. However, you can use a file stored in dropbox in matlab. There are...

más de 5 años hace | 1

Respondida
how can i perform matched filtering using fft in matlab to improve the SNR?
Let's assume that s is your signal in time domain. There are two ways of creating a matched filter. 1.Do it youself. b = c...

más de 5 años hace | 0

Respondida
Gamma Gamma channel generation in matlab
Gamrnd function will be of help. Documentation: https://www.mathworks.com/help/stats/gamrnd.html

más de 5 años hace | 0

Respondida
Unable to install add-on
To install new toolboxes, rerun the MATLAB installer to add any additional products not currently included in your installation....

más de 5 años hace | 1

Respondida
How to change regularization parameter in SVM GUI?
By my understanding you want to train a SVM for classification with regularization. fitclinear command creates a linear classifi...

más de 5 años hace | 0

Respondida
Problem occuring while installing matlab
There are a couple of reasons why you may be getting this error. Please try the following steps to resolve the issue: This er...

más de 5 años hace | 0

Respondida
calculating power of a random variable following any distribution (specifically Gamma Gamma distribution)
Assuming that by power you mean Mean Squared value of the distribution. You can use mean(x.^2) Notice .^ and not ^. It mea...

más de 5 años hace | 0

Respondida
design linear phase fir
This documentation might help you in your goal. https://www.mathworks.com/help/signal/ug/fir-filter-design.html

más de 5 años hace | 0

| aceptada

Respondida
Multilabel classification in MATLAB
Hey Shivani, I understand that you want to implement multi-label classification using Matlab. Please find the details of Classi...

más de 5 años hace | 0