how to access the variables of one matlab file into another file

If I binarize a fingerprint image in one matlab file then enhancing it in another matlab file. how i can access the variables of first matlab file into second file.

2 Comments

You can share variables between functions by passing them as arguments. Is that what you mean?

Sign in to comment.

Answers (0)

Asked:

uma
on 2 Apr 2020

Commented:

on 2 Apr 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!