Antonio - MATLAB Central
photo

Antonio


Last seen: 3 months ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 11/23 to 01/25Use left and right arrows to move selectionFrom 11/23Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
90,065
of 296,498

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

  • Thankful Level 2

View badges

Feeds

View by

Question


How to call a own function in other mfile?
Good morning, I create my own function function z = myfunc (x,y) z = x+y; end I have to use it into a mfile how can do...

7 months ago | 2 answers | 0

2

answers

Question


How to run 3 script in sequence?
I have 3 scripts. a= 'add.m' b ='split.m' c ='find.m' I want to run those scripts in sequence, how can i do it? I use...

1 year ago | 1 answer | 0

1

answer
Go to top of page