MATLAB Central
  1. Create Account
  2. Log In
  1. File Exchange
  2. Answers
  3. Newsgroup
  4. Link Exchange
  5. Blogs
  6. Trendy
  7. Cody
  8. Contest
  9. MathWorks.com
Download Submission

Code covered by the BSD License  

Highlights from
frontal

  • cputime_res
  • cputime_tol
  • defrontal (in)
  • defrontal_flat (J_in)
  • defrontal_flat2 (J_in, vararg...
  • defrontal_pt (in)
  • dirup (dir)
  • frontal_blkdiag(varargin) !shared
  • frontal_deflatten (A, q) !shared
  • frontal_diag (in)
  • frontal_eye (n, num_pts)
  • frontal_flatten (A)
  • frontal_inv (A)
  • frontal_mtimes (A, B)
  • frontal_mtimes2 (varargin)
  • frontal_mtimes2_pt (varargin)
  • frontal_mtimes_pt (A, b)
  • frontal_mtimes_pt_rev (A, b, ...
  • frontal_propagate_cov (cov_in...
  • frontal_pt (in)
  • frontal_reshape (in, varargin...
  • frontal_times (A, B)
  • frontal_transpose (A)
  • frontal_variance (var)
  • frontalfun(fun, in)
  • get_stack_trace (s)
  • is_function_called (line, fun...
  • isfrontal (in)
  • myassert (observed, expected,...
  • strend (str1, str2)
  • test (varargin) TODO: in stack information, replace pointers to temporary files with
  • frontal (in, opt)
  • test_frontal.m
  • View all files
from frontal by Felipe G. Nievinski
Do: C = frontal_mtimes(A, b); not: for k=1:size(A,3), C(:,:,k) = A(:,:,k) * b(:,:,k); end

isfrontal (in)
function answer = isfrontal (in)
    answer = isa(in, 'frontal');
end

%!test
%! myassert(isfrontal(frontal([])))
%! myassert(~isfrontal([]))

Contact us

 
  • © 1994-2013 The MathWorks, Inc.
  • Site Help
  • Patents
  • Trademarks
  • Privacy Policy
  • Preventing Piracy
  • Terms of Use
  • RSS
  • Google+
  • Facebook
  • Twitter
  • Featured MathWorks.com Topics:
  • New Products
  • Support
  • Documentation
  • Training
  • Webinars
  • Newsletters
  • MATLAB Trials
  • Careers