How to import multiple files using load function
古いコメントを表示
I am trying to make graphs for an experiment that i did in the lab. i have a text file with the data but there are three iterations of it each with slightly different values.
signal=load('A1.txt');
i am using this to import the text file but if i want to import a total of three others and plot them on the same graphs how do i do it keeping in mind i am using fft further in the code
回答 (1 件)
madhan ravi
2018 年 11 月 27 日
編集済み: madhan ravi
2018 年 11 月 27 日
0 投票
カテゴリ
ヘルプ センター および File Exchange で Graph and Network Algorithms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!