Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
y_correct ='Helvetica'
assert(isequal(your_fcn_name,y_correct));
y_correct =
'Helvetica'
ans =
'Helvetica'
|
2 | Pass |
filetext = fileread('your_fcn_name.m')
assert(isempty(strfind(filetext, 'Helvetica')))
filetext =
'function ans = your_fcn_name
get(uipanel,'FontName')
end
%This code written by profile_id 11682778
'
|
163 Solvers
284 Solvers
208 Solvers
163 Solvers
Switch matrix to a column vector
260 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!