Shikhar Singh - MATLAB Central
photo

Shikhar Singh


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 03/21 to 04/25Use left and right arrows to move selectionFrom 03/21Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 个提问
0 个回答

排名
33,964
of 298,292

声誉
1

贡献数
8 个提问
0 个回答

回答接受率
62.5%

收到投票数
1

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • Thankful Level 3
  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


How to improve plot
I have ran logistic regression using gradient descent and obtained values for my cost function. Since I ran 100000 iterations, i...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Minimize a function using Newton's Method
I am trying to minimise the function stated below using Newton's method, however I am not able to display a plot which illustrat...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Gradient Descent for function with multiple variables
I am trying to apply gradient descent for the following function, however it does not produce a surface plot showing the decent,...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Minimize a function using gradient descent
How can we minimise the following function using gradient descent (using a for loop for iterations and a surface plot to display...

3 years 前 | 2 个回答 | 1

2

个回答

提问


How to compute the magnitude and phase difference of an input and output signal in a single time-domain plot?
How to compute the magnitude and phase difference of an input and output signal in a single time-domain plot? I have used symbo...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to use the logspace function to create a vector of frequencies in Hz and not rad/s
Given frequencies f1 and f2, low and high respectively, in Hz, how can I use the logspace function to create a vector of frequen...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Angle difference between two bearings
How do I find the minimum angle difference between two angles A & B, for example: if A = -175, B = 175 -> difference would be 1...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Task: write matlab code for a class MinAngle which calculates the minimum angle between two bearings (bearing A and bearing B).
The class shall store the two bearings as properties: angleA and angleB. Both of these shall be stored as private properties. ...

4 years 前 | 1 个回答 | 0

1

个回答