rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
cache_function.m File Reference

simple caching of function call inputs are cached too! More...

Go to the source code of this file.

Functions

function
varargout = 
cache_function (func_ptr, varargin)
 simple caching of function call inputs are cached too! More...
 

Detailed Description

simple caching of function call inputs are cached too!

Definition in file cache_function.m.

Function Documentation

function varargout = cache_function (   func_ptr,
  varargin 
)

simple caching of function call inputs are cached too!

Parameters
func_ptrfunc ptr
vararginvarargin
Return values
varargoutvarargout

Definition at line 17 of file cache_function.m.