登录
首页 » matlab » nihe

nihe

于 2020-07-02 发布
0 219
下载积分: 1 下载次数: 2

代码说明:

说明:  利用最小二乘法对曲线进行二次拟合,简单的例子(Quadratic fitting of curve by least square method, simple example)

文件列表:

2.jpg, 13341 , 2020-06-22
nihe.m, 199 , 2020-06-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Xilinx_ZCU102_Evaluation_Kit-master
    说明:  Xilinx zcu102 开发板入门例子,可运行于vivado 2017.4 平台(Xilinx zcu102 development board introduction example, can run on vivado 2017.4 platform)
    2020-06-17 03:20:01下载
    积分:1
  • 一个非常流行的游戏,用C++开发的,适用于初学者学习与研究。...
    一个非常流行的游戏,用C++开发的,适用于初学者学习与研究。-a very popular game, with C development and applicable to beginners learning and research.
    2023-05-25 17:15:03下载
    积分:1
  • 1.本系统生成静态shtml文件!不过仅仅是后缀而已,实生成的是静态的html页面,熟悉asp的朋友可以自己修改后缀! 2.本系统采用功能强大的eWebSof...
    1.本系统生成静态shtml文件!不过仅仅是后缀而已,其实生成的是静态的html页面,熟悉asp的朋友可以自己修改后缀! 2.本系统采用功能强大的eWebSoft在线编辑器2.8.0,能够保存远程图片! 3.使用一级分类方法,简单,又能有效的解决一般分类问题!简单实用! 4.后台管理相对强大,文章的添加和修改,类别的修改,添加,删除,傻瓜方式生成Js代码,方便与入门级站长的管理! 5.能生成 JS代码,在任何地方都能调用本系统的文章! 6.由于本系统主要用于中小型网站,并且,所有论坛系统都有用户注册数据库,所以不使用会员注册,既能减少维护的困难度,又能与论坛系统/如动网搭配,共同构建网站平台!以后版本可能根据需要增加。 7.完善的数据备份,一旦发生数据崩溃,几秒间将恢复系统! 适用网站:大中小型站点,与论坛配合更能增强功能 后台登录页面:admin.asp 后台登录帐号:苏青网 后台登录密码:www.54xiu.com 编辑器管理帐号:苏青网 编辑器管理密码:www.54xiu.com -1. The system generated static shtml paper! But i s only suffixes, in fact generated static html pages, familiar with the asp friends can change their suffix! 2. The system uses powerful eWebSoft online editor 2.8.0, to preserve long-distance pictures! 3. The use of a classification method, a simple, yet effective solution to the general classification! Simple and practical! 4. Relatively strong management background, the article adds and changes, the types of changes, add, delete, stupid way js code generation, convenient and director of the
    2023-03-27 23:30:03下载
    积分:1
  • 2014-03-19-Focuss算法
    主要实现源信号盲分离,注释比较清楚,能够运行,对于初学者帮助较大(The main source of blind separation of the signal, the note is relatively clear, able to run, for beginners to help larger)
    2017-08-05 09:15:37下载
    积分:1
  • 鲁棒控制-俞立-清华大学出版社
    鲁棒控制-俞立-清华大学出版社,详细介绍了鲁棒控制的原理和LMI的基本知识和编程方法,是高清版(Robust Control-Yu Li-Tsinghua University Press, introduces the principle of robust control and the basic knowledge and programming method of LMI in detail. It is HD version.)
    2021-04-12 09:38:57下载
    积分:1
  • 悬臂梁MATLAB有限元算例注释
    说明:  梁可视为平面应力状态,先按图示尺寸划分为均匀的三角形网格,共有8×10=80个单元,5×ll=55个节点,坐标轴以及单元与节点的编号如图。将均布载荷分配到各相应节点上,把有约束的节点5l、52、53、54、55视作固定铰链,建立如图所示的离散化计算模型。(The beam can be regarded as a plane stress state. Firstly, the beam is divided into uniform triangular meshes according to the graphic size. There are 8*10=80 elements, 5*ll=55 nodes. The coordinate axis and the numbering of elements and nodes are shown in the figure. The uniform load is distributed to the corresponding nodes, and the constrained nodes 5l, 52, 53, 54 and 55 are regarded as fixed hinges. The discrete calculation model shown in the figure is established.)
    2018-12-25 15:34:00下载
    积分:1
  • 实现长整数型的运算,加 减 乘 等 解决了越界的问题 可以计算两百位的数!...
    实现长整数型的运算,加 减 乘 等 解决了越界的问题 可以计算两百位的数!-achieve long-integer arithmetic, as modified by the cross-border solution to the problem of calculating the number 200!
    2023-02-13 22:50:03下载
    积分:1
  • 完美的ofdm,有需要的抓紧时间下载,大家一起交流学习,功能很强劲
    完美的ofdm,有需要的抓紧时间下载,大家一起交流学习,功能很强劲-Perfect ofdm, there is a need to seize the time of the download, the exchange of everyone learning together, the functional is very strong
    2022-10-04 18:20:02下载
    积分:1
  • vc++6.0、Xtreme ToolkitPro、DDK配置工具
    使用c++编写的vc++6.0配置工具,实现了自动配置Xtreme ToolkitPro工作环境、SDK工作环境、DDK工作环境。使得使用以上工具时,必须要花费大量时间对vc++6.0的编译环境的.h路径、.lib路径等进行添加,而且容易出错, 使用本工具一键解决。本工具中涉及到了vc++6.0工作环境读写(注册表等),并根据选项自动更新vc++6.0的配置环境。                                                                                                                    
    2022-02-28 20:34:42下载
    积分:1
  • 进销存管理系统(Excel VBA实现)
    说明:  进销存管理系统,基于excel和VBA实现(ERP, based on escel and VBA)
    2020-05-22 12:06:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载