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 6790685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:45:16+00:00 2026-05-26T17:45:16+00:00

how can I use my function as an interpolation method for imresize function in

  • 0

how can I use my function as an interpolation method for imresize function in MATLAB?

I read MATLAB’s help about the way to use a custom function for interpolation method, but there was not any clear example. and I tried to write a code for ma

  • 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-05-26T17:45:17+00:00Added an answer on May 26, 2026 at 5:45 pm

    Here is how you call the resizing function, for an image A that would want to resize to 64×52, with a special kernel “lanczos2”:

    B = imresize(A, [64 52], {@lanczos2,4.0} );
    

    Here is one example of one interpolation kernel, which you would save as lanczos2.m

    function f = lanczos2(x)
    f = (sin(pi*x) .* sin(pi*x/2) + eps) ./ ((pi^2 * x.^2 / 2) + eps);
    f = f .* (abs(x) < 2);
    end
    

    Note that this particular kernel is already implemented in imresize.m
    I think that your issue had to do with the “@” which serves for referencing functions.

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

Sidebar

Related Questions

How can i use opendir function to read the directory list of a remote
this is my program... i need help how i can use function CalkaNadmiar for
In Java, we can use variadic function in the following way: public Set packStrings(String...strings){
In JavaScript, you can use Lazy Function Definitions to optimize the 2nd - Nth
Can we use sleep function at applicationDidFinishLaunching to take more time to show Splash
In SQL Server you can use the IsNull() function to check if a value
In SQL server you can use the DATENAME function to get the day of
In Oracle, you can use the XMLElement() function to create an element, as in:
In PHP, I can use the strpbrk function to determine if a certain string
Can we use the wmain() function with Unix compilers or it'll work only on/for

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.