photo

dk


Last seen: 3 months ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

3 Questions
5 Answers

Cody

0 Problems
8 Solutions

RANK
6,302
of 300,364

REPUTATION
7

CONTRIBUTIONS
3 Questions
5 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
2

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
43,439
of 168,407

CONTRIBUTIONS
0 Problems
8 Solutions

SCORE
90

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Create a two-point distribution?
N=100; x=sign(rand(N,1)-0.5);

6 years ago | 1

Answered
plotting data which extends several years
Try one of these time = [time_2007,time_2008+365]; plot(time,data); or time=[datenum('2007,1,1')+time_2007,dat...

13 years ago | 0

Question


DelaunayTri
I already have a triangulation (x,y,z,tri). How can I create a DelaunayTri class without re-triangulating?

14 years ago | 2 answers | 0

2

answers

Answered
Change a variable name in a dataset array
I knew there should be an easier way. Thanks

14 years ago | 0

Question


Change a variable name in a dataset array
I would like to change the name of one of the variable names in a dataset array. I can do it like this temp=get(DS); vn=tem...

14 years ago | 2 answers | 0

2

answers

Answered
legend doesn't resize with figure
Make sure "Match figure screen size" is checked under Preferences-->Figure Copy Template-->Copy Options.

14 years ago | 0

Answered
Microsoft Word and Figures
Save your figure using saveas() (use emf or png). When inserting the saved figure to Word use "link to file" option.

14 years ago | 0

Question


getting the axis position correctly
I can get the position of the axis easily figure,plot([0 1], [0 1]) axis equal AxesHandle=findobj(gcf,'Type','axes'); ge...

14 years ago | 3 answers | 1

3

answers