Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~354 People Reached
Favorite Forums
Favorite Tags
c x 4
Member Avatar for marzuki

I am the beginner in matlab, i made the following matlab code: load gk.dat; % GK data Dgk = gk(:,1); vgk = gk(:,2); [a,b]= size (gk); for i=1:a for j=1:b if (Dgk > 5) A (i,j)= gk(i,j) end end end What I need from the above code is: Take all …

0
64
Member Avatar for marzuki

Dear all; I want to sort and class the random data by using C programming. The below are example of th data: Diameter Velocity 0.05 1.0 0.05 1.2 0.15 2.2 0.05 1.2 0.25 3.1 0.35 4.3 0.25 3.1 0.35 4.3 0.45 5.7 0.15 2.2 0.15 2.0 I want to get …

Member Avatar for Ancient Dragon
0
82
Member Avatar for marzuki

Dear all; I want to join three strings become one string. For example char date1 = "03"; char date2 = "06"; char date3 = "2007"; char new string; what I need is new string like: new string =[COLOR="Red"]03-06-2007.txt[/COLOR] I will use new string as input file name that will be …

Member Avatar for Narue
0
78
Member Avatar for marzuki

Dear all; I have problem in reading data file in C. I have data like this: 00:00:00 R- 0.0654 345 +19 00:01:00 R+ 1.5678 324 +19 00:02:00 2.3456 315 +19 00:03:00 R- 1.2352 324 +19 ........................ next until 1440 lines What i want is only the data in third column, …

Member Avatar for marzuki
0
130