Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8330531
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T02:09:01+00:00 2026-06-09T02:09:01+00:00

Is it possible to create a wrapper around a function that has the exact

  • 0

Is it possible to create a wrapper around a function that has the exact same name as the original function?

This would be very useful in circumstances where the user wants to do some additional checks on input variables before they are passed on to the built in function How to interrupt MATLAB IDE when it hangs on displaying very large array?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T02:09:02+00:00Added an answer on June 9, 2026 at 2:09 am

    Actually alternatively to slayton’s answer you don’t need to use openvar. If you define a function with the same name as a matlab function, it will shadow that function (i.e. be called instead).

    To then avoid recursively calling your own function, you can call the original function from within the wrapper by using builtin.

    e.g.

    outputs = builtin(funcname, inputs..);
    

    Simple example, named rand.m and in the matlab path:

    function out = main(varargin)
    disp('Test wrapping rand... calling rand now...');
    out = builtin('rand', varargin{:});
    

    Note that this only works for functions that are found by builtin. For those that are not, slayton’s approach is likely necessary.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is this possible? Essentially I'm trying to create a div layout that looks like:
Is it possible to use boost::fusion::invoke function to call a function that has default
Possible Duplicate: Create event handler for OnScroll for web browser control I would like
Is it possible to create a Python-wrapper from a C-pointer for an already wrapped
I have a windows application which has a complex GUI that I would like
While poking around zeroMQ (A very useful socket replacement for those who don't know)
I'm writing a wrapper class around the V8 engine so that eventually I'll be
I am writing a wrapper around C DLL in C++/CLI so that it can
As far as I know this isn't possible. I would like to draw an
is it possible to define an extension method that at the same time is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.