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

  • Home
  • SEARCH
  • 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 6750061
In Process

The Archive Base Latest Questions

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

I have a matlab function and I was able to run it from command

  • 0

I have a matlab function and I was able to run it from command line. Now I want to pass a parameter to the file from command line. The parameter is a integer. It seems when I pass from command line, it is always taken as a “char”.

Here is how I run the command

matlab -nodesktop -nosplash -r “mycommand 3”

For example, if I have a function as

function [ ] = mycommand( a )
a = a+3;
disp(a)
end

it prints 54 instead of 6.

Is there a way to work around this? I don’t want to check the type of the variable in my code.

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-26T12:45:50+00:00Added an answer on May 26, 2026 at 12:45 pm

    You need to execute the function as you would in the matlab interpreter:

    matlab -nodesktop -nosplash -r "mycommand(3)"
    

    (Notice the parenthesis around the 3)

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

Sidebar

Related Questions

I would like to be able to run a function from the directory where
so if I run this function in matlab sim1(row,1:512)= ((image(row,1:512,1)-a(1,1))); it runs fine. now
I have discovered through trial and error that the MATLAB engine function is not
I have a function in MATLAB which takes another function as an argument. I
Is it possible to have default arguments in MATLAB? For instance, here: function wave(a,
I have a matlab GUI....I'd like to load ANY file type(doc,txt,dat,xls) into matlab as
I would like to pass a vector of strings from C++ to MATLAB. I
Does MATLAB have a function/operator that indicates the type of a variable (similar to
I have a function in Matlab that has some variables in it. I need
I have recently started to use the code cell function in MATLAB's editor and

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.