![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14203657_1602933582738.jpg)
HINA
University of Tartu
Followers: 0 Following: 0
Mathematician
Statistics
RANK
236,087
of 297,016
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
0
RANK
9,869 of 20,419
REPUTATION
64
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
647
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerSubmitted
Steepest Descent Method for multi-variable functions
Solves a multi-variable unconstrained optimization problem using Steepest Descent method.
4 years ago | 1 download |
Question
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0