photo

Bhagat


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

Inquisitive, want to learn anything new from anybody.
Professional Interests: Networking

统计学

MATLAB Answers

9 个提问
1 个回答

排名
101,092
of 300,857

声誉
0

贡献数
9 个提问
1 个回答

回答接受率
77.78%

收到投票数
0

排名
 of 21,097

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,361

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to simplify
I get the following expression for a variable 'a' : 2-7/6+1/6*97^(1/2)+1/6*(-646-86*97^(1/2))^(1/2) -7/6+1/6*97^(1/2)-1/6*(...

14 years 前 | 1 个回答 | 0

1

个回答

提问


system of eqns 2 solve. Help please
I have to solve the the following eqns for r1 & r2. x = ((-ptr*(1-r2*ptr)+(1-ptr)*ptr*(1-r2*ptr))*(1-ptr)-ptr^3*(1-r2*ptr...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Can't separate the two variables for which solution needs to be found
I have to find x1 & x2 in terms of other variables. x = l/m*s1; x1 = (l/(m1*(s1+s-s*s1))*(1 + (s1/s)*(1-s) + (s/s1)*(1-s1)...

15 years 前 | 3 个回答 | 0

3

个回答

提问


Plotting graphs from different m-files
I got o/p graphs for 3 separate m-files with same x- axis and y-axis parameter. Now, I want to compare these graphs i.e. plot a...

15 years 前 | 2 个回答 | 0

2

个回答

提问


Improper assignment error
I wrote the following code: w=10:2:30; b=(-4*w-4); c=(-(w+1).*(-4*w-4)+w+6); d=-2*(w+1).^2-(w+1).^3; f = zeros(1,length(w))...

15 years 前 | 1 个回答 | 0

1

个回答

提问


Undefined function error. How to correct ?
I am trying to use the expand function. As a simple example i am trying to execute the following code as an m-file. x=(1-r).^...

15 years 前 | 2 个回答 | 0

2

个回答

提问


Simplification of an equation using MATLAB
y=((2/9)*(1-(x.*y)).*(2-(1-x.*y).^3).*(1+(2./(1-x.*y).^3)))./((3-2.*(1-x.*y).^3).*(1-x)) ----eqn1 x=2./(1+w) ----eqn2 x ...

15 years 前 | 1 个回答 | 0

1

个回答

提问


Error correction...inner matrix dimensions must be same??? how to correct ?
[EDIT: 20110610 00:25 CDT - reformat - WDR] I wrote the following code: ------------------------ w=10:2:30; a=4*((9*w)-7)...

15 years 前 | 2 个回答 | 0

2

个回答

提问


Solve a cubic equation using MATLAB code
I have a cubic equation whose coefficients are varying according to a parameter say w in the following manner: a=2/w; b=(3/...

15 years 前 | 5 个回答 | 0

5

个回答