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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T07:02:53+00:00 2026-05-14T07:02:53+00:00

Using MATLAB, I have this code: value = input(‘>> Enter a value: ‘); and

  • 0

Using MATLAB,

I have this code:

value = input('>> Enter a value: ');

and basically, I want a “default” value to the right of the colon

(sortof like this)

>> Enter a value: 12

where “12” is editable such that the user could [backspace] [backspace] and change the value to, say, “20” or something.

Is there any (easy) way to do this?

Thanks!

  • 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-14T07:02:54+00:00Added an answer on May 14, 2026 at 7:02 am

    You can hack the behavior, though not the look, with:

    myDefault = 12;
    x = input(['Enter a value (press Enter for default = ' num2str(myDefault) ')']);
    if (isempty(x))
        x = myDefault;
    end
    

    Ugly, but I don’t know of a simpler way.

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

Sidebar

Related Questions

I have been given some matlab code compiled using the .net compiler. I can
I have some data generated in MATLAB that I want to process using Perl.
I have this line of code in MATLAB, written by someone else: c=a.'/b I
I have some Matlab code and a GUI for it and I want to
I have a Matlab function compiled into C library. I am using this library
In MATLAB, vectorized code is faster than using for-loops. I have been trying to
I have this code in matlab b = 0.25*ones(4) a = [0 1 1
I have been using Matlab 2011b and contourf/contourfm to plot 2D data on a
I have an assignment to create a GUI using MATLAB GUIDE and am having
I'm using Matlab to solve a differential equation. I want to force ode45 to

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.