photo

Dave Regan


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
249,018
of 299,221

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,665

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163,778

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


How to use AxisTips?
I want to have arrows on my x and y axis ends. I saw some documentation on using "AxesTips=True", but cannot get it to work. Cou...

9 years ago | 1 answer | 0

1

answer

Answered
Assign an input to an anonymous function
I did it like this... function []=test syms x digits(9); func= input('Please enter f(x) = '); Xest= input('Plea...

10 years ago | 0

Question


break loop when answer is same as last answer
Im trying to break this loop when x(i)==x(i-1), but i get... Attempted to access x(0); index must be a positive integer or ...

10 years ago | 1 answer | 0

1

answer

Question


Assign an input to an anonymous function
Basically what I'm trying to do is ask the user to input a function of x 'f(x)' then assign it as an anonymous function then hav...

10 years ago | 4 answers | 0

4

answers