photo

ILENIKEMANYA


Last seen: 2 years ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
286,632
of 301,432

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


Hello. My code is not giving me what I need. It is not calculating the new value of u as I want it to do. H_norm=dH'*dH is just constant.
% Steepest descent method is used to find the solution. eps = 1e-3; options = odeset('RelTol', 1e-4, 'AbsTol',[1e-4]); t0 ...

3 years ago | 0 answers | 0

0

answers

Question


Hello, kindly help. I am getting the following error: Error using odearguments @(T,X)STATEEQ(T,X,U,TU) must return a column vector. Error in Descent (line 17)
function % Steepest descent method is used to find the solution. eps = 1e-3; options = odeset('RelTol', 1e-4, 'AbsTol',[1...

3 years ago | 1 answer | 0

1

answer

Question


hello, kindly help, I am getting the following error why?: Error using bvp4c Unable to solve the collocation equations -- a singular Jacobian encountered. Error (line 7)
function electric % Initial guess for the solution solinit = bvpinit(linspace(0,1440,50), [0 0]); options = bvpset('Stats','o...

3 years ago | 2 answers | 0

2

answers