How to call a function to another m file?

3 ビュー (過去 30 日間)
Vinay Soni
Vinay Soni 2019 年 11 月 7 日
回答済み: Image Analyst 2019 年 11 月 7 日
My goal is to create a script m-file to plot temperature vs resitivity as described by 2 equations on the same axis. I have been informed to code equations 1 and 2 in 2 seperate functions which I have done (resitiviity and resitivity2). I am trying to call them in another m file called tempvres. However when I execute the code I am gaining a blank graph which isn't what im trying to obtain.resitivity.png
Resitivity function ^
resitivity2.png
Resitivity2 function ^
tempvres.png
tempvres script ^
figure for tempvres.png
An example output when I type 100 in as the temp difference.

採用された回答

Image Analyst
Image Analyst 2019 年 11 月 7 日
temp and r2 are probably scalars not vectors.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFunction Creation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by