Find Jobs
Hire Freelancers

programming matlab

$10-30 USD

Κλειστή
Αναρτήθηκε περίπου 9 χρόνια πριν

$10-30 USD

Πληρωμή κατά την παράδοση
Hello i want matlab code to call a .csv file and delete any value which is less than 10 in a column called "amplitude" and then call another .csv file to remove ant period of time that previous the end time
Ταυτότητα εργασίας: 7422773

Σχετικά με την εργασία

35 προτάσεις
Απομακρυσμένη Εργασία
Ενεργός/ή 9 χρόνια πριν

Ψάχνεις τρόπο για να κερδίσεις μερικά χρήματα;

Πλεονεκτήματα πλειοδοσίας στο Freelancer

Καθόρισε τον προϋπολογισμό σου και το χρονοδιάγραμμα
Πληρώσου για τη δουλειά σου
Περίγραψε την πρόταση σου
Η εγγραφή και η πλειοδοσία σε εργασίες είναι δωρεάν
35 freelancers δίνουν μια μέση προσφορά $25 USD για αυτή τη δουλειά
Avatar Χρήστη
hello ..................... i can do this in now ........................... waiting for your response ......... regards..........
$25 USD σε 0 ημέρα
4,9 (38 αξιολογήσεις)
5,2
5,2
Avatar Χρήστη
Hi, I am a mathematical modeler with 9 international publications in mathematical modeling of physical systems all using Matlab. I can do it for you. Best regards Anuj Garg
$49 USD σε 1 ημέρα
4,9 (12 αξιολογήσεις)
5,3
5,3
Avatar Χρήστη
sir I caN help u with this project hopping for your consideration
$20 USD σε 1 ημέρα
5,0 (44 αξιολογήσεις)
5,2
5,2
Avatar Χρήστη
Hi, I am using MATLAB for last 8 years and i have done several programs like this and can do it for you. I am looking forward for starting work on this project. Regards
$30 USD σε 2 ημέρες
5,0 (10 αξιολογήσεις)
4,7
4,7
Avatar Χρήστη
A proposal has not yet been provided
$25 USD σε 1 ημέρα
4,7 (21 αξιολογήσεις)
4,3
4,3
Avatar Χρήστη
Hi , please send me your Csv files and i will do the task quickly and correctly. If you are interested please contact me. Thanks and best regards , Mostafa Hasan
$19 USD σε 0 ημέρα
5,0 (21 αξιολογήσεις)
4,2
4,2
Avatar Χρήστη
Hello, I am an expert of matlab and I can do this task in a few hours. Dealing with .csv files is not difficult in matlab. Kindly contact me to discuss it further.
$25 USD σε 1 ημέρα
4,9 (17 αξιολογήσεις)
4,2
4,2
Avatar Χρήστη
A proposal has not yet been provided
$25 USD σε 1 ημέρα
5,0 (14 αξιολογήσεις)
3,7
3,7
Avatar Χρήστη
Good evening from Athens. What you ask is easy. All I need is more details. An the .csv file as a sample to the program. Thank you very much. God bless you. Respectfully yours, Ilias G. Patelakis P.S. Such coding can be done within a few hours or even in 1~1.5 hour.
$20 USD σε 0 ημέρα
4,9 (20 αξιολογήσεις)
3,6
3,6
Avatar Χρήστη
A proposal has not yet been provided
$100 USD σε 1 ημέρα
5,0 (23 αξιολογήσεις)
3,3
3,3
Avatar Χρήστη
A proposal has not yet been provided
$25 USD σε 3 ημέρες
5,0 (2 αξιολογήσεις)
3,5
3,5
Avatar Χρήστη
A proposal has not yet been provided
$30 USD σε 1 ημέρα
5,0 (7 αξιολογήσεις)
3,2
3,2
Avatar Χρήστη
A proposal has not yet been provided
$30 USD σε 1 ημέρα
5,0 (6 αξιολογήσεις)
3,2
3,2
Avatar Χρήστη
Respected Sir I am an electrical engineer and currently I am doing my masters in Applied Image and Signal processing from University of Applied Sciences Salzburg, Austria. I can do your job with quite ease. Looking forward for great relation.. Regards`
$25 USD σε 1 ημέρα
5,0 (7 αξιολογήσεις)
2,9
2,9
Avatar Χρήστη
Hi, You could use importdata to load csv files in matlab and identify the location of amplitude column using textdata string and the word amplitude. once you have identified the location of the column, you may simply use matlab vectorization, e.g., x(x(:,column_no)<10,column_no)=[]. note that, x can not be matrix as it may generates error. if you could please provide me the csv files, i can simply do it for you. you may add several other options/tasks later to do... thanks, wahid
$15 USD σε 1 ημέρα
5,0 (4 αξιολογήσεις)
2,8
2,8
Avatar Χρήστη
Dear Sir, We are team of experts who have combined experience of 10 years in the field of signal processing, image processing and tools like MATLAB, Python. We would like to take up this project and do it for you within the stipulated time Regards, HD Services
$25 USD σε 1 ημέρα
4,9 (3 αξιολογήσεις)
2,4
2,4
Avatar Χρήστη
hello, sir i am expert in matlab. i have a lot of experiences in this field. ican help you well. please contact me. best regards.
$10 USD σε 0 ημέρα
4,6 (8 αξιολογήσεις)
2,7
2,7
Avatar Χρήστη
It is very simple task, but it would be good solution to have a sample *.csv file you would like to process.
$15 USD σε 1 ημέρα
5,0 (1 αξιολόγηση)
2,1
2,1
Avatar Χρήστη
i can help you .......................................................................................................................
$18 USD σε 1 ημέρα
3,9 (3 αξιολογήσεις)
2,4
2,4
Avatar Χρήστη
My proposal: - A main script to find file names using "DIR" command - A "FOR" loop to do the followings one by one: 1. i = 1 2. Read amplitude column of file # i 3. Find values which are less than 10 and replace with "NaN" 4. Rewrite the new data in same column of the file and save 5. i = i + 1 (repeat procedure from 1)
$30 USD σε 1 ημέρα
5,0 (3 αξιολογήσεις)
2,0
2,0

Σχετικά με τον πελάτη

Σημαία της UNITED KINGDOM
Cardiff, United Kingdom
4,9
9
Επαληθευμένη μέθοδος πληρωμής
Μέλος από Σεπ 11, 2014

Επαλήθευση Πελάτη

Ευχαριστούμε! Σου έχουμε στείλει ένα email με ένα σύνδεσμο για να διεκδικήσεις τη δωρεάν πίστωση σου.
Κάτι πήγε στραβά κατά την προσπάθεια αποστολής του email σου. Παρακαλούμε δοκίμασε ξανά.
Εγγεγραμμένοι Χρήστες Συνολικές Αναρτημένες Δουλειές
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Φόρτωση προεπισκόπησης
Δόθηκε πρόσβαση για Geolocation.
Η σύνδεση σου έχει λήξει και τώρα έχεις αποσυνδεθεί. Παρακαλούμε συνδέσου ξανά.