请选择 进入手机版 | 继续访问电脑版
楼主: 大家开心
16819 127

[书籍介绍] MATLAB: An Introduction with Applications 5e by Amos Gilat   [推广有奖]

pika44 发表于 2015-1-5 12:44:09 |显示全部楼层 |坛友微信交流群
非常好的书,在美国AMAZON上很威风的。

使用道具

wh7064rg 发表于 2015-1-23 03:50:36 |显示全部楼层 |坛友微信交流群
谢谢分享

使用道具

ReneeBK 发表于 2015-12-11 10:04:41 |显示全部楼层 |坛友微信交流群
  1. Sample Problem 8-1:  Calculating polynomials with MATLAB

  2. For the polynomial f(x) = x5 − 12.1x4 + 40.59x3 − 17.015x2 − 71.95x + 35.88 :

  3. (a)  Calculate f(9).

  4. (b)  Plot the polynomial for −1.5 ≤ x ≤ 6.7.

  5. Solution

  6. The problem is solved in the Command Window.

  7. (a)  The coefficients of the polynomials are assigned to vector p. The function polyval is then used to calculate the value at x = 9.

  8. >> p = [1 -12.1 40.59 -17.015 -71.95 35.88];
  9. >> polyval(p,9)
  10. ans =
  11.   7.2611e+00
复制代码

使用道具

Nicolle 学生认证  发表于 2015-12-20 09:44:21 |显示全部楼层 |坛友微信交流群
提示: 作者被禁止或删除 内容自动屏蔽

使用道具

Nicolle 学生认证  发表于 2015-12-20 09:47:50 |显示全部楼层 |坛友微信交流群
提示: 作者被禁止或删除 内容自动屏蔽

使用道具

Nicolle 学生认证  发表于 2015-12-20 09:52:41 |显示全部楼层 |坛友微信交流群
提示: 作者被禁止或删除 内容自动屏蔽

使用道具

ruyingsx 发表于 2018-10-27 20:21:29 |显示全部楼层 |坛友微信交流群
虽然看不懂,还是感谢分享

使用道具

tianwk 发表于 2021-2-24 20:27:10 |显示全部楼层 |坛友微信交流群
thanks for sharing

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-3-29 01:28