Csv file consists of x, y, z (three colums). I have to load those three colums values into matrix & then i have to plot x vs y, x vs z.
x y z
1 11 13
2 8 45
3 13 18
4 85 106
in vb2010, there is a chart control, and it has options.
To load data from a CSV (assuming it contains no errors):
dim datafile as string
dim dataarray(1000,3) as single ' rows, columns of an array
dim cc as single
datafile = "c:\......." ' the filename - or get it from an object
FileOpen(1, datafile, OpenMode.Input)
Do while not EOF(1)
input (1, x)
input (1, y)
input (1, z)
cc=cc+1
dataarray(cc,1) = x
dataarray(cc,2) = y
dataarray(cc,3) = z
Loop
The other things - plotting - good luck
What does the symbol MFZnFe5-C for finish plating means?
05 June 2013 6,317 4 View
Are there any theoretical evaluations to determine which volatile liquid can be used to dissolve a given protein with respect to reactions taking in it. If yes can anyone give me some links to...
11 December 2012 7,202 0 View
Is it possible to suck air naturally inside a chamber in a vehicle through a duct? the duct to send controlled pressure of air inside the chamber for varying speed naturally without using any...
10 November 2012 9,233 5 View
Idea of learning a analysis software.. Which among the four is best with respect to application, popularity, useage and user friendly? I learnt Ansys structural and thermal analysis but yet to...
09 October 2012 5,539 9 View
I came across liquid and gas conduction in heat transfer when I was reading about conduction. Conduction normally refers to transfer of heat taking place in one or more solids that are in contact....
09 October 2012 381 11 View
Can anyone brief me with example about the plane stress, plane strain conditions? I know that in plane stress condition Length and Breath will be more compared to thickness and so brittle will act...
09 October 2012 964 2 View
Can anyone tell me the impact factor of the journals specified below. I saw its Indexing, but I want to know whether they are Excellent or Very good or good or satisfactory or worst. Please kindly...
09 October 2012 1,259 10 View
Is it possible to make a theoretical model to describe the statistics of a turbulent flow (in particular, its internal structures)?Also, under what conditions do smooth solutions to the...
09 October 2012 9,459 2 View
Can anyone tell me the latest technology advancements and improvements in recent trends of KERS (Kinetic Energy Regenerative System) used in Automobile Braking?
09 October 2012 3,011 1 View
Which is the best link for viewing the impact factors of the journal. The true and the trusted one?
08 September 2012 6,306 2 View
Results of single-case research designs (i.e., n-of-1 trials) are often evaluated by visually inspecting the time-series graph and computing quantitative indices. A question our research team is...
03 March 2021 687 1 View
Which is suitable for use with Python? MySQL or SQL Server? What is your suggestion?
01 March 2021 3,422 3 View
I want to make a stacked bar graph with showing each data value as dots. I tried with graph pad prism, version 6, but could not succeed. Does anyone have tried before making such graphs?
01 March 2021 9,383 1 View
Its effect appears in real part of ac conductivity also. Can anyone suggest any reason behind it?
26 February 2021 3,487 3 View
In R-studio, there are many commands of Gumbel package. Arguments are also different. I`m asking about the alpha parameter of the Copula which must be greater than 1. If this is the one used to...
25 February 2021 5,229 3 View
Hi all, I'm doing a transient simulation of flow past a rectangular cylinder close to the free surface. As far as I'm concerned, the common practice is to discard the initial stages of the...
25 February 2021 1,348 3 View
I have a permission from X company to use their graph from a report, but they have a reference in the bottom left corner of the graph as follows: "Source: Database Y". Is it OK to use this graph...
24 February 2021 2,269 3 View
I understand there are a lot of software programs that can simulate DED by going through specific modeling, simulation, and commands. For me, that was time consuming and results were not accurate....
24 February 2021 4,428 3 View
i am trying to download x'pert high score software, but can't download it. please do suggest software for phase analysis
24 February 2021 5,687 4 View
Hi all, I am looking for a graph or a relation that relates the degree of saturation and the shear wave velocity for the marlstone. Looking forward to your suggestions Best Regards
24 February 2021 9,690 1 View