photo

Tanya Sharma


Central University of Himachal Pradesh, India

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

Followers: 0   Following: 0

消息

Research Scholar

统计学

MATLAB Answers

11 个提问
1 个回答

排名
20,975
of 297,457

声誉
2

贡献数
11 个提问
1 个回答

回答接受率
72.73%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to plot isotherm plots in MATLAB for a fluid flow problem?
I need to plot the isotherm plots for a fluid flow problem. I have temperature \theta(y) and velocity v(y) field which vary wit...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to retrieve last entry of different array outputs for each loop?
I have a function returning output as arrays of different lengths. How can I retrieve the last entry of each array at each loop...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to create a matrix with nested for loop for fraction entries?
I want to create a matrix where x and g has values given as ii and jj. The code runs fine but I want a 3 by 3 matrix as an outp...

3 years 前 | 2 个回答 | 0

2

个回答

提问


How to plot streamlines and isotherms for fluid flow problems in MATLAB?
I have the velocity and temperature solutions with respect to one independent variable. I want to plots streamlines and iso...

3 years 前 | 0 个回答 | 0

0

个回答

提问


How to save data in a vector for each loop indice?
I am unable to save the data for each loop entry to a vector, as it gives the error that array indices must be integers. How do ...

3 years 前 | 1 个回答 | 0

1

个回答

1

个回答

提问


How to use iterations in solving system of equations? want to update the vector Y at each iteration but ending up with same Y defined in the beginning.
Hi, I am runnig the code for an iterative solution. The problem is that I want to update the vector Y at each iteration , and ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Help with fsolve command, in solving system of equations acquired by spectral collocation.
Hi, I am solving a coupled system of equations using spectral collocation scheme, u''+a1*t=a2; t''=0; with b.c u=0,t=0.5 at...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Scope of bvpsuite package
Does anyone uses the bvpsuite package? If so, is its scope limited to singular BVPs in ODE or it can be solved for any kind of B...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
How can I solve a system of ODEs having coefficients in vector form using bvp4c ?
Yes and the guess is provided in the "solinit" structure as an extra parameter beta = 99; init2 = bvpinit(linspace(-1,1,50),...

5 years 前 | 0

提问


How to find eigenvalues for a system of lenearized ordinary differential equations?
I have a system of linearized ODEs with corresponding boundary conditions. %----------------------------system of ODEs---------...

5 years 前 | 3 个回答 | 2

3

个回答

提问


How can I solve a system of ODEs having coefficients in vector form using bvp4c ?
Hi, I am solving a system of 5 ODEs that contains known parameters, unknown parameters and some coefficients are of the form o...

5 years 前 | 2 个回答 | 0

2

个回答