photo

dk


Last seen: 3 mesi fa Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

3 Domande
5 Risposte

Cody

0 Problemi
8 Soluzioni

RANK
6.302
of 300.381

REPUTAZIONE
7

CONTRIBUTI
3 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
2

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
43.464
of 168.477

CONTRIBUTI
0 Problemi
8 Soluzioni

PUNTEGGIO
90

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

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

circa 6 anni fa | 1

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

oltre 13 anni fa | 0

Domanda


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

circa 14 anni fa | 2 risposte | 0

2

risposte

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

circa 14 anni fa | 0

Domanda


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

circa 14 anni fa | 2 risposte | 0

2

risposte

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

Domanda


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

oltre 14 anni fa | 3 risposte | 1

3

risposte