Fitting Data in Matlab

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

ความคิดเห็น • 8

  • @RowanHumphreys
    @RowanHumphreys 2 ปีที่แล้ว +1

    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

  • @jackmitchell6383
    @jackmitchell6383 3 ปีที่แล้ว

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

  • @ItsSkyhawk
    @ItsSkyhawk 3 ปีที่แล้ว

    you saved me

  • @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

  • @sobhykholaif5833
    @sobhykholaif5833 3 ปีที่แล้ว

    many thaaaaaaaaaaaaaanks

  • @zamoumamir533
    @zamoumamir533 2 ปีที่แล้ว

  • @navneetkumar6606
    @navneetkumar6606 4 ปีที่แล้ว

    thankyou