how to change some parameter of a m-file from command window

3 visualizzazioni (ultimi 30 giorni)
how to change some parameter of a m-file from command window
suppose you want to change somethings in a m-file from command window such as you want to add a row to a matrix in a specified m-file.
what I must write?
thanks.

Risposte (1)

Ameer Hamza
Ameer Hamza il 9 Dic 2020
.m file is a text file, so you can use all the functions to manipulate text files; for example, check the list of the function here: https://www.mathworks.com/help/matlab/referencelist.html?type=function&listtype=cat&category=low-level-file-i-o

Categorie

Scopri di più su Environment and Settings in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by