function for plotting graphs of huge data as input
显示 更早的评论
Hi,
Im trying to build a function that's getting as input ( f1.txt , f2.txt , f3.txt , f4.txt ) , f1/f2/f3/f4 txt files are having only integer value but it's huge data .... , I want my function to assigne values of f1.txt as X axis and f2/f3/f4 txt files as Y axis , then the output of this function is to plot a graph (x,y) of those data which y axis is the values of f2/f3/f4 txt files (if I would imagine the output I shall see there graphs/lines under same X axis ).
Any help please how do I implement that?
thanks much
3 个评论
Dyuman Joshi
2023-5-24
The basic approach would be to read the data (you could use readmatrix) into arrays and then use plot.
How huge is your data exactly?
Mohamed Jamall
2023-5-24
Mathieu NOE
2023-5-25
can you zip one file and share it ?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Large Files and Big Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!