Hi ,
i Want to make a program that imports numerical data from files, plotting
them in form of 2-D plot, & performs some analysis & Calculations.
The Question now is :
Which programming Language is suitable for this ?
& IS MATLAB suitable for this JOB?
Thanks.
If you are using this for analysis approach then MATLAB will be best. No comapration about others only if you are not good in matlab and expert in some other language!
But even matlab is easy!
use "dmread" function in matlab to read tabular/arrayed data in a file, and use it for analysis. if your data is in raw form then you can use fopen(). you have to see further help.