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
~3K People Reached
Favorite Tags
c x 17
Member Avatar for rob_xx17

hello, I'm trying to import data from external file (it's a text file with fractions separated by space) and manipulate that data as a floating point. I've tried using 'fget' and 'getstring' and 'readline' and I'm getting an error that says that I'm trying to make a data out of …

Member Avatar for ArkM
0
205
Member Avatar for rob_xx17

hello, I'm trying to write a simple program that proves mathematical theorems (predicate calculus). What I need to do is to have a small database that holds all of the propositions ('abc'; 'b'; 'cde'; etc.). What I'm having a problem with is creating a function that would act as a …

Member Avatar for Salem
0
98
Member Avatar for rob_xx17

Hell, This might be a big vague, but I hope that someone might be able to help me. I have a program that does virtual simulation of robotic arm using inverse kinematics. The program works fine but right now I'm trying to collect some data, generated inside the program, into …

Member Avatar for rob_xx17
0
107
Member Avatar for rob_xx17

hello, does anybody know how do display the connection weights in an artificial neural network trained in MatLab as the network is training? once the network is trained I can get the weights using the net.IW, net.LW, or net.b functions but I don't know how to get weights during the …

0
63
Member Avatar for rob_xx17

hello, I have a situation where I'm going to be generating a whole bunch of numbers. These numbers will be in the range between 0 and 1. What I will have to do is to separate these numbers into 100 different groups depending if the number is between 0 and …

Member Avatar for ArkM
0
115
Member Avatar for rob_xx17

hello, I think I have a rather straightforward problem, but I'm relatively new to C. I have an input file that looks like this: [code] 0.682448 0.53791 0.61727 0.48714 0.297144 0.29688 0.40549 0.68233 0.426100 0.62057 0.25095 0.54782 0.673007 0.51040 0.25476 0.35149 0.641339 0.49815 0.54557 0.42673 0.268030 0.38949 0.48841 0.56580 ... …

Member Avatar for Prabakar
0
120
Member Avatar for rob_xx17

hello, I have a rather old system, running Red Hat 5, and I need to write a program that, among other things, imports data from an external file(s) and writes it into array(s); the following is the format of my external data file (obviously it's much larger): [code] 2.59 3.17 …

Member Avatar for Salem
0
98
Member Avatar for rob_xx17

Hello, I have a relatively straight through program where I collect some integer data and pass it to an external file. The problem that I have is that what I really need to do is to pass that value divided by another integer (255 to be more exact). I tried …

Member Avatar for jephthah
0
94
Member Avatar for rob_xx17

hello, I have trained a neural network on MatLab and I need to transfer it (the trained network) to a separate file (or generate a function) that I can then use somewhere else (on a robot running Red Hat) where I can use that file as a lookup database or …

0
65
Member Avatar for rob_xx17

hello, I'm writing a program to collect the data from a sonar of a robot. the robot is running Fedora 6. I want to collect the data in an external file as there is a lot of information to be reviewed. the program is fine when I direct the sonar …

Member Avatar for jephthah
0
2K