Community Profile

photo

dk


Last seen: 6 mois il y a Actif depuis 2011

Followers: 0   Following: 0

Contact

Statistiques

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

Afficher les badges

Feeds

Afficher par

A répondu
Create a two-point distribution?
N=100; x=sign(rand(N,1)-0.5);

plus de 4 ans il y a | 1

A répondu
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...

environ 12 ans il y a | 0

Question


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

plus de 12 ans il y a | 1 réponse | 0

0

réponse

A répondu
Change a variable name in a dataset array
I knew there should be an easier way. Thanks

plus de 12 ans il y a | 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...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

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

presque 13 ans il y a | 0

A répondu
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.

presque 13 ans il y a | 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...

presque 13 ans il y a | 3 réponses | 1

3

réponses