photo

Ishit


Last seen: 2 years ago Active since 2023

Followers: 0   Following: 0

Student @ IIITD

Pronouns:
No pronouns - Use my name only

Statistics

All
MATLAB Answers

0 Questions
10 Answers

Cody

0 Problems
9 Solutions

RANK
4,172
of 300,584

REPUTATION
12

CONTRIBUTIONS
0 Questions
10 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
40,683
of 169,723

CONTRIBUTIONS
0 Problems
9 Solutions

SCORE
105

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Plotting a sine wave going wrong
Hi Bhargava, This is beacuse of high frequency. Increasing the frequency of a sine plot leads to a higher number of oscillatio...

2 years ago | 1

Answered
Matlab to Python conversion
Hi Sasi, You can use libermate to acheive this task. Refer to this link.

2 years ago | 0

Answered
how i can do a speech diarization without know labels (unsupervised)?
Hi Felipe, Please refer to the following links 1. Speaker Recognition and Diarization - MATLAB & Simulink - MathWorks India 2...

2 years ago | 0

Answered
How does the Parameter Estimator work?
To minimize the loss function in parameter estimation, we typically use an optimization algorithm that iteratively updates the m...

2 years ago | 0

Answered
I would like to reproduce and simulate a walking of human using Simscape Multibody.
Hi, Please refer to the following link.

2 years ago | 0

| accepted

Answered
Matlab can not find Visual Studio C++ compiler
Hi Iqra, Please refer to the following links to resolve your issue. MATLAB 2018b cannot find Microsoft Visual C++ 2017 compile...

2 years ago | 0

Answered
How to calculate sensitivity, specificity, F-score from confusion matrix ?
Hi Fatin, Please use this code as reference. disp('_____________Multiclass demo_______________') disp('Runing Multiclass confu...

2 years ago | 0

Answered
differences between arima and fitlm functions when estimating AR(1) process
Hi, The arima and fitlm functions are both used in MATLAB for estimating linear models. ARIMA models are used to model time se...

2 years ago | 0

| accepted

Answered
how to create for loop in below formula
Hi Devaki, Use this to get desired results LP = [LP1, LP2, LP3, LP4, LP5, LP6]; % define the LP values Lc = zeros(size(LP)); ...

2 years ago | 1

Answered
Colormap not showing properly
Hi Luis, The reason for the distortion in the higher colors of your colormap when you define the number of levels is likely due...

2 years ago | 0