Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
N = 2*pi;
y = cos(0:0.03:N);
f = cosplot(N);
assert(isequal(f.YData,y) && isequal(f.Color, [1 0 0]) && strcmp(f.LineStyle, ':') && strcmp(f.Marker,'*') );
f =
Line with properties:
Color: [1 0 0]
LineStyle: ':'
LineWidth: 0.5000
Marker: '*'
MarkerSize: 6
MarkerFaceColor: 'none'
XData: [1×210 double]
YData: [1×210 double]
ZData: [1×0 double]
Show all properties
|
Check to see if a Sudoku Puzzle is Solved
232 Solvers
73 Solvers
Convert a numerical matrix into a cell array of strings
152 Solvers
Put two time series onto the same time basis
136 Solvers
Given a window, how many subsets of a vector sum positive
673 Solvers