Find Jobs
Hire Freelancers

engineering

$250-750 USD

Avslutat
Publicerad över fem år sedan

$250-750 USD

Betalning vid leverans
Which command will return the corner elements of a 10-by-10 matrix A? A. A([1,end], [1,end]) B. A([1,1], [end,end]) C. A({[1,1], [1,end], [end,1], [end,end]}) D. A(1:end, 1:end) Which command will return the fraction of positive numbers in a 10-by-10 matrix A? A. A(A > 0)/A B. numel(A > 0)/numel(A) C. sum(A > 0)/prod(size(A)) D. nnz(A > 0)/numel(A) Which command will delete (completely remove) the last cell of a cell-array C? A. C{end} = []; B. C[end] = []; C. C(end) = []; D. C{end} = {[]}; Which command will create a plot of acceleration vs. time (i.e., a vector time on the x-axis and a vector acceleration on the y-axis)? A. plot(time, acceleration) B. plot(acceleration, time) C. plot([time, acceleration]) D. plot([acceleration, time]) Which command will give the standard deviation for each column in a 10-by-5 matrix Z? A. std(Z(:)) B. std(std(Z)) C. std(Z(1:5, :)) D. std(Z)
Project ID: 17848140

Om projektet

22 anbud
Distansprojekt
Senaste aktivitet fem år sedan

Ute efter att tjäna lite pengar?

Fördelar med att lägga anbud hos Freelancer

Ange budget och tidsram
Få betalt för ditt arbete
Beskriv ditt förslag
Det är gratis att registrera sig och att lägga anbud på uppdrag
22 frilansar lägger i genomsnitt anbud på $307 USD för detta uppdrag
Använd avatar
Hi, i am expert on MATLAB/Simulink, i can answer all of the following questions, please contact me for further deal
$250 USD Om 1 dag
4,8 (173 omdömen)
6,9
6,9
Använd avatar
I can finish these problems for you in under an how for a much lower rate than that I chose. This is the minimum I can enter however due to the price range you set. Please message me so we can discuss this further.
$250 USD Om 1 dag
5,0 (43 omdömen)
5,3
5,3
Använd avatar
I am doing PhD in Control Systems and have 6 years experience in MATLAB so I would like to assist you in this project. Please share details.
$250 USD Om 1 dag
5,0 (17 omdömen)
4,9
4,9
Använd avatar
Hello! This is Vibrant Webtech and I was glad to see that you're looking for help for project engineering. I've delivered more than 400 + projects in the last 5 years and this makes me very confident with your task.I'd like to have more details before proceeding. This way I'll have the chance to elaborate m bid accordingly. I never ask for payments in front. I will only ask you to release the agreed milestones once the task for each one of them is met and you're happy with it. Feel free to visit my personal page on this platform and get an idea of how satisfied my clients are from my work. Don't hesitate to contact me. I'm looking forward to hearing from you soon.I have more than 5 year of experience in Matlab and Mathematica. Please ping me for more discussion.
$500 USD Om 5 dagar
5,0 (18 omdömen)
4,9
4,9
Använd avatar
Expert in Matlab, Simulink, Power System, Signal Processing, Image Processing Artificial Intelligence. Excellent in Electrical Engg. Algorithms, Power system, power electronics & drives. PV generation, Wind generation, Hybrid, MPPT, PSO, ACO, ABC, MPC, BFO, Game Theory etc Already finished similar work. I can do this work. Pls send a msg to discuss further.
$250 USD Om 10 dagar
4,9 (17 omdömen)
4,3
4,3
Använd avatar
Hello, These Matlab questions are quite simple , why you are paying 250$ for this simple task? I will do this in 40$ . Please let me know if you are interested in getting it done . Thanks
$277 USD Om 1 dag
4,9 (21 omdömen)
4,3
4,3
Använd avatar
Hi, I'm a student of Politecnico di Milano University which is a high-rank university in the world. I have a lot of experience in MATLAB and I can do your project and answer the questions less than 30 minutes. Besides, I can record my screen and explain each option for you. I really need this money and I can do it for you with less than this amount and it would be very kind of you to choose me. Best Regards
$250 USD Om 0 dag
5,0 (23 omdömen)
4,4
4,4
Använd avatar
Hi, I can do it for much less than the minimum bid. Just hire me for 50$. I am an expert PhD computer engineer and I have been using matlab for years.
$250 USD Om 1 dag
5,0 (7 omdömen)
4,1
4,1
Använd avatar
Hello This is Matlab questions: The answer of the first one is A I am ready to do it for you Mehrzad
$250 USD Om 0 dag
5,0 (12 omdömen)
3,8
3,8
Använd avatar
- A PhD in electrical engineering (signal processing) from one of the top Canadian universities - A MSc in mathematics (numerical method) - Assistant professor in both the electrical engineering department and the mathematics and engineering physics department. - R&D engineer in Toronto (technical lead) - 20 years of professional MATLAB development
$500 USD Om 1 dag
5,0 (5 omdömen)
2,3
2,3
Använd avatar
Hi, I have 12 years of programming with Matlab. I am a graduate mechanical engineer and my field of expertise is vibration and dynamics. I can help you in your project. Let me know more about it in case you are interested.
$250 USD Om 1 dag
4,9 (3 omdömen)
2,5
2,5
Använd avatar
i have gone through your project details and i will be glad to get this project done for you and i can assure you success in this project as i have done several project that requires similar skills Matlab is cool with me
$250 USD Om 1 dag
3,2 (1 omdöme)
2,9
2,9
Använd avatar
hello employer nice to meet you i have seen your post i think we can cooperate if you want, plz contact me
$555 USD Om 10 dagar
1,7 (4 omdömen)
3,8
3,8
Använd avatar
hi i am a engineer and expert in matlab i can easily do your task please consider
$250 USD Om 1 dag
0,0 (0 omdömen)
0,0
0,0
Använd avatar
good night I can do this project could have it ready in a day but could you be more specific in what you wish please?
$288 USD Om 1 dag
0,0 (0 omdömen)
0,0
0,0
Använd avatar
I have worked out these problems, tested my answers, and can deliver the results immediately.
$250 USD Om 1 dag
0,0 (0 omdömen)
0,0
0,0
Använd avatar
I have consultant firm working on MATLAB and Python since last 6 years. I have completed 170+ projects including 14 research projects. I will work on your project and give satisfying result. As per your questions, below is answer to all. A([1,end], [1,end]) numel(A > 0)/numel(A) C(end) = []; plot(time, acceleration) std(Z) YOU CAN PAY ME MY FEES AFTER GETTING SATISFYING RESULTS. For more discussion, feel free to contact.
$250 USD Om 10 dagar
0,0 (0 omdömen)
0,0
0,0
Använd avatar
Hi, I am experienced user of MATLAB and I can solve the tasks like the posted ones quickly. Regards, Eduard
$250 USD Om 1 dag
0,0 (0 omdömen)
0,0
0,0
Använd avatar
Hi, I can help you solve these question quickly and correctly. I am willing to help you out with your problem.
$277 USD Om 1 dag
0,0 (0 omdömen)
0,0
0,0

Om kunden

Flagga för AUSTRALIA
Toowoomba, Australia
0,0
0
Medlem sedan sep. 26, 2018

Kundverifikation

Tack! Vi har skickat en länk för aktivering av gratis kredit.
Något gick fel med ditt e-postmeddelande. Vänligen försök igen.
Registrerade Användare Totalt antal jobb publicerade
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Laddar förhandsgranskning
Tillstånd beviljat för geolokalisering.
Din inloggningssession har löpt ut och du har blivit utloggad. Logga in igen.