MATLAB curve fitting for 1D, 2D and 3D

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024
  • I use three examples to show the procedures for MATLAB curve fitting.
    Case 1: 1-dimensional distribution probability curve fitting.
    Case 2: 2-dimensional stress-strain curve fitting.
    Case 3: 3-dimensional fracture surface fitting.

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

  • @yuqiansi2934
    @yuqiansi2934 3 ปีที่แล้ว +2

    Very helpful, many thanks!

  • @ayenewyihune
    @ayenewyihune 2 ปีที่แล้ว +3

    Very helpful. Is it possible to get the mathematical explanation behind the method

  • @guidopetrovich
    @guidopetrovich ปีที่แล้ว

    Thanks for the tutorial!

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

    Nice job, Shen.

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

    兄弟,怎么拟合三维曲线啊?他出来的都是曲面。不会弄

  • @diegomendozafernandez3229
    @diegomendozafernandez3229 ปีที่แล้ว

    Thanks!

  • @tsehayenegash8394
    @tsehayenegash8394 8 หลายเดือนก่อน

    I have dialy one year temperature data. I want to investigate kelvin wave. The kelvin wave investigation is original temperature minus curve fitting temperature . How can I write a code for sinusoidal curve fitting of this temperature data? the data is 3 D

  • @-maroute-myroad7511
    @-maroute-myroad7511 2 ปีที่แล้ว

    Hi Mr Shen, please how to fit multiple graphs 2D

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

    Hi Shen. I have a quick question. I am a little bit confused between curve fitting and parameter estimations. Does curve fitting toolbox also recognize the parameters?

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

      Yes, in the curve fitting toolbox, the optimized parameters of pre-defined equations will be provided.

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

    Hello Dr. Shen. Hope you are doing well 😀Lei

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

    thnks for sharing... how to import a text file data to this tool-fit.

    • @fuhuishen358
      @fuhuishen358  3 ปีที่แล้ว +1

      I created new variables first, then copy and paste the data. You can also import a txt file data into a workspace first, then select the corresponding variables.

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

      @@fuhuishen358 my data is made of 205 rows in cartesian coordinates (xyz). this coordinates indicate a curvature of a layer. So, i want to calculate radius of this curvature systematically.. for this layer, hyperbolic paraboloid is suitable. hyperbolic paraboloid has an equation. z=y^2/a^2 -x^2/b^2. i want to fit my data to this equation. this is my problem