Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Doxygen
Context Navigation
←
Previous Change
Next Change
→
Changeset
194
for
matlab
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
10/22/08 10:46:42 (
17 years
ago)
Author:
smidl
Message:
display details
Files:
1 modified
matlab/contour_2.m
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
matlab/contour_2.m
¶
r184
r194
1
function contour(x,y,z
)
1
function contour(x,y,z
,str
)
2
2
%
3
3
xlin=linspace(min(x),max(x),33);
…
…
6
6
Z=griddata(x,y,z,X,Y,'cubic');
7
7
%
8
contour(X,Y,Z)
8
if nargin<4
9
contour(X,Y,Z)
10
else
11
contour(X,Y,Z,str)
12
end
Download in other formats:
Unified Diff
Zip Archive