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

2 ビュー (過去 30 日間)
arash dehghani
arash dehghani 2020 年 12 月 9 日
回答済み: Ameer Hamza 2020 年 12 月 9 日
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.

回答 (1 件)

Ameer Hamza
Ameer Hamza 2020 年 12 月 9 日
.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

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by