Sukhversha Luthra - MATLAB Central
photo

Sukhversha Luthra


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

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 09/17 to 04/25Use left and right arrows to move selectionFrom 09/17Use 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

5 个提问
0 个回答

排名
206,396
of 297,950

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 20,508

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,928

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


root of a polynomial fails to satisfy the polynomial
Please see the last loop. L must be zero. Because DE is polynomial whose roots are given by h. When we substitute the roots in...

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to plot a continuous graph in a loop
for k=1:10; x=5; y=2*x-5*k*k*k plot(k,y,'*'); hold on; end This program gives me a dotted gr...

7 years 前 | 2 个回答 | 0

2

个回答

提问


If condition returns no output
function sukh1 eps=0.; beta_T=2e-4; lambda=77.6;mu=38.6;C_e=383;k=400; rho=8920; T_0=318;tau_0=1e-12; tau_1=2*tau_0; bulk...

7 years 前 | 1 个回答 | 0

1

个回答

提问


program for checking whether the root satisfies an equation
I am unable to make a program for the following problem. Suppose I have 5 numbers (eg. 1, 2, 3, 4, 5) and I want to check w...

7 years 前 | 1 个回答 | 0

1

个回答

提问


My query is to get roots with positive real part of an equation having variable real coefficients. An example is given below.
clc; w = sym('w','real'); C=1;B=2*w;A=2; P=[C 0 -B 0 A]; R=roots(P); Real_R=real(R); alpha=Real_R(Re...

7 years 前 | 1 个回答 | 0

1

个回答