photo

HINA


University of Tartu

Last seen: 4 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

Mathematician

统计学

All
MATLAB Answers

7 个提问
0 个回答

File Exchange

1 文件

排名
134,448
of 297,457

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
85.71%

收到投票数
0

排名
9,851 of 20,438

声誉
65

平均
0.00

贡献数
1 文件

下载次数
5

ALL TIME 下载次数
652

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Personal Best Downloads Level 2
  • First Submission
  • First Review
  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


CAT arguments dimensions not consistent.
Hello, I am getting the following messages while running the program for multiple values of 'l', (e.g: the program works well b...

4 years 前 | 1 个回答 | 0

1

个回答

已提交


Steepest Descent Method for multi-variable functions
Solves a multi-variable unconstrained optimization problem using Steepest Descent method.

4 years 前 | 5 次下载 |

0.0 / 5

提问


Error encountered using 'fzero'
Hello, I have a question regarding fzero. my code is as follows: syms P N=-P; a=50; b=20; h0=50; E=200;n=1.5; h1=40; l=10...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Error running for loop
Hello, I am working with the following MATLAB code, it works properly if I want to calculate the values at some fixed points, b...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Numerical solution of a matlab function.
Hello everyone, I am trying to solve the following function for the variable P by using ''feval'' , ''fsolve'' and ''fzero'' bu...

6 years 前 | 2 个回答 | 0

2

个回答

提问


solve and vpasolve command doesn't work
Hello, I am trying to get a non zero solution of the equation ''delta'' for the variable ''P" with the following code but unab...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Trying to find non-zero solution.
Hello, I am trying to solve a determinant of 4x4 matrix and getting answer equal to zero. Can anyone help me to find the other ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


I am trying to run the following algorithm, but it is not providing me the absolute answer as given in the link https://se.mathworks.com/help/symbolic/solve-an-algebraic-equation.ht
syms x [solx, param, cond] = solve(cos(x) == -sin(x), x, 'ReturnConditions', true)

6 years 前 | 1 个回答 | 0

1

个回答