Feeds
已提交
dealers
deal inputs to outputs. caters for cases where the number of input and output arguments do not match
13 years 前 | 1 次下载 |
已回答
Remove common factor from axis
Problem half sorted. cX = [1 2]; cY = repmat(linspace(1,8,256),2,1).'; cZ = repmat(linspace(1,8e6,256),2...
Remove common factor from axis
Problem half sorted. cX = [1 2]; cY = repmat(linspace(1,8,256),2,1).'; cZ = repmat(linspace(1,8e6,256),2...
13 years 前 | 0
提问
Remove common factor from axis
Hey, I'm trying to remove the common factor from the axis of a plot. This is what i'm doing. (its a custom color bar) cX = [...
13 years 前 | 2 个回答 | 0
2
个回答已提交
imprint
reads an image file and prints it. Useful for converting tiff files to pdf and eps using matlab
13 years 前 | 1 次下载 |
已回答
Solving system of 3 non-linear equations.
the output class will be syms, so try casting the answer to a double class(ans) double(ans) class(ans)
Solving system of 3 non-linear equations.
the output class will be syms, so try casting the answer to a double class(ans) double(ans) class(ans)
13 years 前 | 2