character vector | cell array of character vectors | string array Regular expression, specified as a character vector, a cell array of character vectors, or a string array. Each expression can contain characters
str— Text to validate string scalar | character vector Text to validate, specified as a string scalar or a character vector. Example: 'textToValidate' Example: "otherTextToValidate" validStrings— Text to match string array | cell array of character vectors Text to match, specified as a str...
18、ld on;axis off;function d = distance(zl, z)%函数distance返回输入阻抗为z的点距负载zl的距离if(z=Inf) d=0.25;elsed = real(atan(z - zl)/j/(1-z*zl)/2/pi);endif (d<0) d = d+0.5;endfunction single_stub_match(r,x)global pic2;subplot(pic2);background;hold on;gamma=abs(...
Use when the screen shown to the participant does not match the plane to which the eye tracker is calibrated (e.g. because it is flipped because it is viewed through a mirror). Should be the same size as settings.cal.pointPos. See also settings.val.pointPosTrackerSpace. settings.cal....
% if size(positions,1) ~= size(ground_truth,1), % fprintf('%12s - Number of ground truth frames does not match number of tracked frames.\n', title) %just ignore any extra frames, in either results or ground truth n = min(size(positions,1), size(ground_truth,1)); positions(n+...
Set the font weight of the specified UI element, hUIElement, to the input weight string or integer, weight. For this setting to have an effect, the font being used must have built-in faces that match the specified weight. Valid font weight property values are: 'normal' - Normal characters...
% Find indices to entries in the MATLAB root. One match must be at the % start of the entry. Calculate indices to remaining entries, and preserve % case-sensitivity mlr_dirs = cellfun(@(x) ismember(1,x),strfind(dirnames,mlroot)); ...
(N) which tells you how many of your tests succeededtest_example_run_tests(Status) which shows you which tests succeededtest_debug_run_tests(Status) which shows you which tests succeeded and what the NFA was that you built as well aswhat the input string was transformed to (this latter ...
Regular expression, specified as a character vector, a cell array of character vectors, or a string array. Each expression can contain characters, metacharacters, operators, tokens, and flags that specify patterns to match instr. The following tables describe the elements of regular expressions. ...
A Width value of "auto" selects a width that preserves the aspect ratio based on the Height value. Note When you save image files, the default Width ("auto") depends on the Resolution name-value argument, which is 150 by default. To use the default width and match the on-screen size...