How to create a function which takes one column of data as its input and another as its output
古いコメントを表示
I have two columns of data and need to come up with a function that take as input the values from the first column of data and outputs the corresponding values in the second column. There is no equation that links the columns together they are just two lines of data. How would I go about coming up with a function that enables me to input a value from the first column and be given the corresponding value in the second?
2 件のコメント
Dyuman Joshi
2023 年 2 月 27 日
"... outputs the corresponding values in the second column."
You want to store the output in the second column, over-writing the values present there?
Gabriel
2023 年 2 月 27 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!