photo

Ishit


Last seen: plus de 2 ans il y a Actif depuis 2023

Followers: 0   Following: 0

Student @ IIITD

Pronouns:
No pronouns - Use my name only

Statistiques

All
MATLAB Answers

0 Questions
10 Réponses

Cody

0 Problèmes
9 Solutions

RANG
4 261
of 300 753

RÉPUTATION
12

CONTRIBUTIONS
0 Questions
10 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
2

RANG
 of 21 075

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
41 186
of 170 858

CONTRIBUTIONS
0 Problèmes
9 Solutions

SCORE
105

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

plus de 2 ans il y a

Réponse apportée
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...

plus de 2 ans il y a | 1

Réponse apportée
Matlab to Python conversion
Hi Sasi, You can use libermate to acheive this task. Refer to this link.

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
I would like to reproduce and simulate a walking of human using Simscape Multibody.
Hi, Please refer to the following link.

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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)); ...

plus de 2 ans il y a | 1

Réponse apportée
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...

plus de 2 ans il y a | 0

A résolu


Skip by a multiple
Given an integer create an array of its multiples. Array must have a length of 15

plus de 2 ans il y a

A résolu


Product of Array
Given an array of numbers. Get the product of the array.

plus de 2 ans il y a

A résolu


Remove the Zero
Given an array n, remove all zeros

plus de 2 ans il y a

A résolu


Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.

plus de 2 ans il y a

A résolu


Max of a Vector
Write a function to return the max of a vector

plus de 2 ans il y a

A résolu


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

plus de 2 ans il y a

A résolu


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

plus de 2 ans il y a

A résolu


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

plus de 2 ans il y a