photo

dk


Last seen: 3 Monate vor Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

3 Fragen
5 Antworten

Cody

0 Probleme
8 Lösungen

RANG
6.302
of 300.364

REPUTATION
7

BEITRÄGE
3 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
2

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
43.439
of 168.407

BEITRÄGE
0 Probleme
8 Lösungen

PUNKTESTAND
90

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 6 Jahre vor | 1

Beantwortet
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...

mehr als 13 Jahre vor | 0

Frage


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

etwa 14 Jahre vor | 2 Antworten | 0

2

Antworten

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

etwa 14 Jahre vor | 0

Frage


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...

etwa 14 Jahre vor | 2 Antworten | 0

2

Antworten

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

mehr als 14 Jahre vor | 0

Beantwortet
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.

mehr als 14 Jahre vor | 0

Frage


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...

mehr als 14 Jahre vor | 3 Antworten | 1

3

Antworten