Sophia Windemuth
Sophia Windemuth
  • 9
  • 20 121
Matlab ODE45 Tutorial: Solving System of Equations
Matlab ODE45 Tutorial: Solving System of Equations
Переглядів: 1 825

Відео

Transcriptional Modeling Equations Derivation
Переглядів 633 роки тому
Transcriptional Modeling Equations Derivation
Selectable Markers for Synthetic Biology
Переглядів 1 тис.3 роки тому
Selectable Markers for Synthetic Biology
Introduction to Matlab
Переглядів 824 роки тому
Basic Introduction to Matlab which shows how to assign values to variables and how to make and call functions.
Vectors and Plotting in Matlab
Переглядів 7 тис.4 роки тому
This video reviews making a function and also shows how to make plots and vectors in Matlab.
Importing Data and Plotting in Matlab
Переглядів 3034 роки тому
Here we review plotting and introduce some more customization of plotting in Matlab, and also go over how to import (.csv in this demo) files.
Deriving Gene Expression Differential Equation
Переглядів 2804 роки тому
Assuming a simple, prokaryotic genetic circuit, this tutorial derives the differential equation for a simple protein output.
Regulated Gene Expression Matlab Modeling
Переглядів 5284 роки тому
Given the differential equation from the previous video, this is a tutorial on how to actually visualize a time plot of the protein of interest.
Fitting Data in Matlab
Переглядів 10 тис.4 роки тому
This is a tutorial for how to fit a model to a given data set using the lsqcurvefit function in Matlab. Note: You may need to download a toolbox to use this!

КОМЕНТАРІ

  • @MikeZhou-h6p
    @MikeZhou-h6p Місяць тому

    Excellent tutorial Sophia. I'm a mechanical engineering student at UPenn. Came across this today. Well presented!

  • @julianheckotter1169
    @julianheckotter1169 7 місяців тому

    Very nice 👍

  • @tessa1681
    @tessa1681 10 місяців тому

    Thank u

  • @saurabhlamsal6409
    @saurabhlamsal6409 11 місяців тому

    Very nice! Thank you.

  • @RowanHumphreys
    @RowanHumphreys Рік тому

    in case anyone stumbled here: The code she's written doesn't work with this line: fprintf("y = 1 / (1 + %f/x) ^%f) ", p(1), p(2)) it's only working because 'p' already exists in her workspace... Consequently, If you follow verbatim you will encounter an error. you need to write: fprintf("y = 1 / (1 + %f/x) ^%f) ", p_opt(1), p_opt(2)) I think

  • @michael2539
    @michael2539 2 роки тому

    Always had a hard time understanding what selectable markers were. Very simplified explanation. Thank you

  • @zamoumamir533
    @zamoumamir533 2 роки тому

  • @ItsSkyhawk
    @ItsSkyhawk 2 роки тому

    you saved me

  • @mohame.k5399
    @mohame.k5399 3 роки тому

    well explained , thanks

  • @joshuarees3976
    @joshuarees3976 3 роки тому

    Great example! Nice to have a walkthrough. The example on MathWorks can be overwhelming given the amount of content provided just for lsqcurvefit.

  • @sobhykholaif5833
    @sobhykholaif5833 3 роки тому

    many thaaaaaaaaaaaaaanks

  • @antoniojimenezrecio257
    @antoniojimenezrecio257 3 роки тому

    When i did my scrip matlab show me an error: Function value and YDATA sizes are not equal. Can you solve my problem? Thanks

  • @jackmitchell6383
    @jackmitchell6383 3 роки тому

    Brilliant video, really helped me with some of my Uni work :)

  • @navneetkumar6606
    @navneetkumar6606 3 роки тому

    thankyou