Filtrer

Mes recherches récentes
Filtrer par :
Budget
à
à
à
Type
Compétences
Langues
    État du travail
    2,000 matlab for travaux trouvés au tarif de EUR
    Robotics Matlab Coding+Simulink S'est terminé left

    I have a project that involves the use of (Differential, Car-like and swedish robots) to code their trajectory directional movements using MATLAB (normal coding or simulink), give them waypoints and apply feedback systems for error detections etc.. I need a person who is very professional in MATLAB for robotics, have the capability to merge the codes together and disucss in a report their movements and their limitations in the codes in real-life situation

    €450 (Avg Bid)
    €450 Offre moyenne
    22 offres
    MATLAB CODE -- 3 S'est terminé left

    The purpose is to implement a matlab code to prove the statement in attached Paper. Requirement is like a NR waveform with SCS 15khz data on the waveform the waveform via TDLA channel model with 300ns spread plot the performance at output of TDLA channel model Same should be repeated with 30khz SCS According to paper , Performance with 300ns delay spread is almost same for 15khz and 30khz scs, but throughput should degrade when 1000ns delay spread is used.

    €73 (Avg Bid)
    €73 Offre moyenne
    4 offres

    I need help with Combination of factors used in multifactor tests using Matlab. I will share more details in chat

    €37 (Avg Bid)
    €37 Offre moyenne
    9 offres

    I need help to Count number of nuclei in image using Matlab. I will share more details in chat.

    €38 (Avg Bid)
    €38 Offre moyenne
    8 offres
    Modeling PDE Systems using MATLAB S'est terminé left

    ou model a pde (partial differential equation) and a system of pdes respectively. It is required to be done in MATLAB, particularly in a matlab livescript. I cannot attach the .mlx file itself but can attach a pdf that if you copy into a livescript, will work all the same. All functions and graphs must be contained in the single livescript.

    €15 (Avg Bid)
    €15 Offre moyenne
    12 offres

    Need an Expert in control systems using MATLAB

    €60 (Avg Bid)
    €60 Offre moyenne
    20 offres

    i want someone to make this script in matlab. i will check if its correct very important a check on the solution in equation 16. The terms are as follows 1) You will send me the matlab code to study it before any payment. Please have the same graphs as the Paper I have sent you 2) The code should then verify equation 16 for all COPULA parameter values. In case you don't verify it you have to fix it. In any other case, I will unfortunately consider that the goal has not been achieved and you will not be fulfilled. When please be sure that you can make it on first we enter this process

    €382 (Avg Bid)
    €382 Offre moyenne
    12 offres
    Blockchain / Smart Contract Project S'est terminé left

    We are looking to create a new crypto coin within either Ethereum or Cardano blockchain for which we are looking for a two Blockchain Engineers to come on board. Requested Profile: You have completed a university degree, for example in Computer Science, Econometrics, Biology; You are obsessed with blockchain technology and would like to be able to work with it professionally; You have experience with C++, R, Python, Matlab, Tableau, Solidity, Hyperlegder, Stellar, Ripple (at least a few); You have good communication skills and you can work well together; You are willing to continuously train yourself; You speak Dutch and you also master the English language in word and writing; You breathe IT and you have the ambition to stay in this corner. * High-Tech featu...

    €792 (Avg Bid)
    €792 Offre moyenne
    71 offres
    Matlab filters S'est terminé left

    Need help with matlab coding for fir filters. Passband and stop band..more details in chat . I have about 25 hours to get this done.

    €15 (Avg Bid)
    €15 Offre moyenne
    8 offres

    I need help with Direct Lyapunov Adaptive Control for biased system using Matlab. I will share more details in chat.

    €48 (Avg Bid)
    €48 Offre moyenne
    5 offres
    Solar Radiation Matlab Coding S'est terminé left

    i need solar radiation for a full day for three series connected panels with shading due to building and shading is like The panels are located usually side by side and during shading first one panel is shaded and after some time, depending on the location of panel which respect each other, the other one. So, the shading of the PV system is gradual.

    €20 (Avg Bid)
    €20 Offre moyenne
    4 offres

    ...identify this system? Load the step response data in file , and use the Matlab script plot_pitch_response.m to plot it. (Review the script to understand the data file contents.) Based on the step response, would you model the pitch dynamics as a first or second-order system? Why? Apply appropriate analysis to the step response data, and determine the values of all unknown parameters. Describe all steps in your analysis of the data, e.g., what features were measured, and what calculations were performed to isolate the value of each parameter. Validate your estimated model by uncommenting the second part of the plotting script and assigning your estimated parameter values. Use Matlab to provide (1) a pole-zero diagram of your plant model and (2) your time-series plots, ...

    €3303 (Avg Bid)
    €3303 Offre moyenne
    23 offres
    Matlab plot S'est terminé left

    I need to plot a polar plot of amplitude and direction, i have the results calculated but I would like to plot it in 360° fashion

    €27 (Avg Bid)
    €27 Offre moyenne
    11 offres

    I need help to Simulate consensus with multiple agents and bad actor using Matlab. I will share more details in chat.

    €45 (Avg Bid)
    €45 Offre moyenne
    7 offres
    Project for Mehmet Ö. S'est terminé left

    Hi Mehmet Ö., I was looking for a basic Solar Updraft Tower model, thermo only in Excel, EES or Matlab, using the equations perhaps in the Bernardes paper. I found your name from a search. Have you done this model already? Perhaps we could negotiate a price. I do not want a CFD model. I wasn't sure how to fill out the information below. Please disregard if it is not correct Valerie West

    €18 / hr (Avg Bid)
    €18 / hr Offre moyenne
    1 offres
    Project for Mohd S. S'est terminé left

    Hi Mohd S., I noticed your profile and would like to offer you my project. My project basically need to develop a matlab software related to mammography. Please contact me if you interested. tq

    €92 (Avg Bid)
    €92 Offre moyenne
    1 offres
    Build a MATLAB simulation. S'est terminé left

    I want MATLAB simulation on Design with Parameter values, Simulation steps and written or oral documentation explaining the project.

    €86 (Avg Bid)
    €86 Offre moyenne
    16 offres
    this project is about matlab S'est terminé left

    Write a MATLAB function, [lam, v, error] = poweriter(A, v0), to implement the Power Iteration algorithm in the note to compute the largest eigenvalue (in modulus) of A and its corresponding eigenvector. In the inputs, A is a real symmetric matrix, v0 is an initial vector of unit length. In the outputs, lam is the computed eigenvalue, v is the eigenvector, and error is a vector containing the values kAv (k)−λ (k)v (k)k2 at each step of the algorithm. Stop the iteration when error(k) ≤ 10−6 . Test your code on a small problem to make sure it is correct. 2. Write a MATLAB function, [lam, v, error] = inverseiter(A, v0, mu), to implement the Inverse Iteration algorithm to compute an eigenvalue (closest to mu) of A and its corresponding eigenvector. In the in...

    €14 (Avg Bid)
    €14 Offre moyenne
    11 offres
    Flow over Backward Step S'est terminé left

    To work with this task, good knowledge in computational fluid dynamics, matlab and detailed report writing is required.

    €80 (Avg Bid)
    €80 Offre moyenne
    10 offres

    I need expertise in Cyber Physical Systems (CPS) SPECIALIST Description: Consider the two-tank system. The system has been linearized around an equilibrium point and discretized using a sampling time Ts = 1sec1. The linearized and discretized two-tank model is the following: x(k...The system has been linearized around an equilibrium point and discretized using a sampling time Ts = 1sec1. The linearized and discretized two-tank model is the following: x(k + 1) = Ax(k) + Bu′(k) + v(k) y(k) = Cx(k) + Du′(k) + w(k) where: • The state space vector is x(k) = [h1(k), h2(k)]T , where h1(k) and h2(k) are the water levels in the two tanks. Need to Create a different simulink/matlab file for each simulation needed. Simulation files must be working and they must show ho...

    €40 (Avg Bid)
    €40 Offre moyenne
    6 offres
    Project for Kumarvardhanam D. S'est terminé left

    Hi Kumarvardhanam D., I noticed your profile and would like to offer you my project. We can discuss any details over chat. MATLAB Simulation for Online Estimating State of Health of a Li-Ion Battery I want Simulation, Design with Parameter values, Simulation steps and if possible a video with full explanation. I will send you paper and other details on chat.

    €39 (Avg Bid)
    €39 Offre moyenne
    1 offres
    Project for Mohamed N. S'est terminé left

    Hi Mohamed N., I noticed your profile and would like to offer you my project. We can discuss any details over chat. MATLAB Simulation for Online Estimating State of Health of a Li-Ion Battery I want Simulation, Design with Parameter values, Simulation steps and if possible a video with full explanation. I will send you paper and other details on chat.

    €39 (Avg Bid)
    €39 Offre moyenne
    1 offres
    Project for Merlin C. S'est terminé left

    Hi Merlin C., I noticed your profile and would like to offer you my project. We can discuss any details over chat. MATLAB Simulation for Online Estimating State of Health of a Li-Ion Battery I want Simulation, Design with Parameter values, Simulation steps and if possible a video with full explanation. I will send you paper and other details on chat.

    €39 (Avg Bid)
    €39 Offre moyenne
    1 offres
    Project for Muhammad G. S'est terminé left

    Hi Muhammad G., I noticed your profile and would like to offer you my project. We can discuss any details over chat. MATLAB Simulation for Online Estimating State of Health of a Li-Ion Battery I want Simulation, Design with Parameter values, Simulation steps and if possible a video with full explanation. I will send you paper and other details on chat.

    €39 (Avg Bid)
    €39 Offre moyenne
    1 offres
    Project for Prashant S. S'est terminé left

    Hi Prashant S., I noticed your profile and would like to offer you my project. We can discuss any details over chat. MATLAB Simulation for Online Estimating State of Health of a Li-Ion Battery I want Simulation, Design with Parameter values, Simulation steps and if possible a video with full explanation. I will send you paper and other details on chat.

    €39 (Avg Bid)
    €39 Offre moyenne
    1 offres
    Project for Jignesh N. S'est terminé left

    Hi Jignesh N., I noticed your profile and would like to offer you my project. We can discuss any details over chat. MATLAB Simulation for Online Estimating State of Health of a Li-Ion Battery I want Simulation, Design with Parameter values, Simulation steps and if possible a video with full explanation. I will send you paper and other details on chat.

    €39 (Avg Bid)
    €39 Offre moyenne
    1 offres

    Hi Mamata K., I noticed your profile and would like to offer you my project. We can discuss any details over chat. I want Simulation, Design with Parameter values, Simulation steps and if possible a video with full explanation. I will send you paper and other details on chat.

    €39 (Avg Bid)
    €39 Offre moyenne
    1 offres

    Hi Hamza N., I noticed your profile and would like to offer you my project. We can discuss any details over chat. I want Simulation, Design with Parameter values, Simulation steps and if possible a video with full explanation. I will send you paper and other details on chat.

    €22 (Avg Bid)
    €22 Offre moyenne
    1 offres

    -Looking for an expert with experience in CMPSC/Mathematics and also, can write MATLAB or octave functions. -Write a MATLAB (or Octave) function cgs2 that implements classical Gram-Schmidt with reorthogonalization

    €29 (Avg Bid)
    €29 Offre moyenne
    4 offres
    FEM Matlab S'est terminé left

    Report with FEM using matlab and calculations and summary

    €84 (Avg Bid)
    €84 Offre moyenne
    18 offres
    Mathematical analysis -- 2 S'est terminé left

    1. I would need the "solution" and comprehensive explanations of each step and assumptions used in deriving the solution. 2. This is not a programming problem so no MATLAB or python- it is mathematical analysis problem 3. 36 hours overall timeline from the time of placing the contract, 1 solution every 12 hours 4. Editable word document required

    €91 (Avg Bid)
    €91 Offre moyenne
    1 offres
    Mathematical analysis S'est terminé left

    1. I would need the "solution" and comprehensive explanations of each step and assumptions used in deriving the solution. 2. This is not a programming problem so no MATLAB or python- it is mathematical analysis problem 3. 36 hours overall timeline from the time of placing the contract, 1 solution every 12 hours 4. Editable word document required

    €92 (Avg Bid)
    €92 Offre moyenne
    1 offres
    MATLAB CODE S'est terminé left

    The purpose is to implement a matlab code to prove the statement in attached Paper. Requirement is like a NR waveform with SCS 15khz data on the waveform the waveform via TDLA channel model with 300ns spread plot the performance at output of TDLA channel model Same should be repeated with 30khz SCS According to paper , Performance with 300ns delay spread is almost same for 15khz and 30khz scs, but throughput should degrade when 1000ns delay spread is used.

    €14 / hr (Avg Bid)
    €14 / hr Offre moyenne
    7 offres

    I want a wireless communication antenna researcher Who can use matlab to optimize code in antennas

    €3476 (Avg Bid)
    €3476 Offre moyenne
    2 offres
    Raspberry PI + C Programming S'est terminé left

    Hi, I am looking for an Electrical Engineer who must have good experience with matlab, embedded system, raspberry pi and C programming language to script a script for an existing hardware.

    €55 (Avg Bid)
    €55 Offre moyenne
    8 offres

    Being able to code me a code allowing to exploit the results a raise coming from a pressure plate.

    €102 (Avg Bid)
    €102 Offre moyenne
    35 offres
    Providing Software Service S'est terminé left

    We are Expertise in QT software full scale development automotive, medical, etc. All design documents , development, testing full sdlc implementation. Expertise in languages c++, python. Windows,Linux operating system. Expertise in Parallel programming, cuda, opencv, opencl, opengl, LabVIEW, matlab.

    €11 / hr (Avg Bid)
    €11 / hr Offre moyenne
    7 offres
    Need mechanical Engineer use MATLAB S'est terminé left

    I need mechanical engineer use MATLAB

    €25 (Avg Bid)
    €25 Offre moyenne
    15 offres
    correct a matlab project S'est terminé left

    correct a matlab project with functions in it

    €23 (Avg Bid)
    Urgent
    €23 Offre moyenne
    38 offres
    update webscrapping link in matlab S'est terminé left

    Hi, I have a function in matlab that returns a list of all the links of a csv file for a given year. The website has slightly changed and i need to have the matlab function updated. The website is : the html will return a text containing an object starting by: = {"2023":[{"product_display":"VX+VXT/F3","expire_date":"2023-01-18","contract_dt":"2023-01-18","futures_root":"VX","duration_type":"M","path":"data/us/futures/market_statistics/historical_data/VX/"} the matlab function will return a cell containing in the first column the content of "path" (data/us/futures/market_statistics/historical_data/VX/), and on the second...

    €28 (Avg Bid)
    €28 Offre moyenne
    9 offres
    Matlab expert.....,,,, -- 2 S'est terminé left

    Hello, I need the expert for my job. Details will be shared with winning bidder. please bid only if you have the experience. i have more than 5 to 6 jobs if this goes well. Thanks,

    €6 - €62
    Scellé
    €6 - €62
    17 offres
    Matlab expert.....,,, S'est terminé left

    Hello, I need the expert for my job. Details will be shared with winning bidder. please bid only if you have the experience. i have more than 5 to 6 jobs if this goes well. Thanks,

    €6 - €62
    Scellé
    €6 - €62
    9 offres
    Matlab expert.....,, -- 3 S'est terminé left

    Hello, I need the expert for my job. Details will be shared with winning bidder. please bid only if you have the experience. i have more than 5 to 6 jobs if this goes well. Thanks,

    €6 - €62
    Scellé
    €6 - €62
    12 offres
    Matlab expert.....,, -- 2 S'est terminé left

    Hello, I need the expert for my job. Details will be shared with winning bidder. please bid only if you have the experience. i have more than 5 to 6 jobs if this goes well. Thanks,

    €6 - €62
    Scellé
    €6 - €62
    6 offres
    Matlab expert.....,,,, S'est terminé left

    Hello, I need the expert for my job. Details will be shared with winning bidder. please bid only if you have the experience. i have more than 5 to 6 jobs if this goes well. Thanks,

    €6 - €62
    Scellé
    €6 - €62
    6 offres
    Matlab expert.....,, S'est terminé left

    Hello, I need the expert for my job. Details will be shared with winning bidder. please bid only if you have the experience. i have more than 5 to 6 jobs if this goes well. Thanks,

    €6 - €62
    Scellé
    €6 - €62
    9 offres
    Matlab expert....., S'est terminé left

    Hello, I need the expert for my job. Details will be shared with winning bidder. please bid only if you have the experience. i have more than 5 to 6 jobs if this goes well. Thanks,

    €6 - €62
    Scellé
    €6 - €62
    6 offres

    I have that generate bifurcation digram for the electric field time series of a laser signal. For the same data I need to generate the Largest Lyapunov exponents.

    €12 (Avg Bid)
    €12 Offre moyenne
    7 offres
    write a matlab function S'est terminé left

    write a matlab function that solves the distance between point A to B using trigonometry functions

    €12 (Avg Bid)
    Urgent
    €12 Offre moyenne
    15 offres