photo

Ishit


Last seen: 2年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

Student @ IIITD

Pronouns:
No pronouns - Use my name only

統計

All
MATLAB Answers

0 質問
10 回答

Cody

0 問題
9 解答

ランク
4,261
of 300,756

評判
12

コントリビューション
0 質問
10 回答

回答採用率
0.00%

獲得投票数
2

ランク
 of 21,077

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
41,193
of 170,890

コントリビューション
0 問題
9 解答

スコア
105

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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...

2年以上 前

回答済み
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年以上 前 | 1

回答済み
Matlab to Python conversion
Hi Sasi, You can use libermate to acheive this task. Refer to this link.

2年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

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

2年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 1

回答済み
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年以上 前 | 0

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


Remove the Zero
Given an array n, remove all zeros

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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]

2年以上 前