photo

Ömer Utku Örengül


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
199,683
of 300,352

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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

  • Thankful Level 1

View badges

Feeds

View by

Question


I need to reverse contour LevelList
I had searched for it but couldn't fin an answer. My final was to conver a fortran code to matlab. I had done everything right, ...

3 years ago | 1 answer | 0

1

answer

Answered
How can i call an equation and it's derivative inside a matlab function?
So I have it worked like this. function fd=fd(a) syms a fx=exp(-a)-a; fd=diff(fx); end and put "syms a" at the main functi...

4 years ago | 0

| accepted

Question


How can i call an equation and it's derivative inside a matlab function?
As a newbie, i like to ask a simple question. I am trying to impliment a newton-rapson method for a simple equation as an exampl...

4 years ago | 2 answers | 0

2

answers