フィルターのクリア

I really need help on this problem. How can I always get wrong?

2 ビュー (過去 30 日間)
kanghao he
kanghao he 2016 年 11 月 12 日
回答済み: Walter Roberson 2016 年 11 月 12 日
clear all, close all, clc, format long g, format compact
D = [0:0.1:10];
y = @(x)(cos(exp.^x).^3-sqrt(x).*cos(x).^2+4.*tan(x).^2);
Y = y(D)

採用された回答

Walter Roberson
Walter Roberson 2016 年 11 月 12 日
y = @(x)(cos(exp(x)).^3-sqrt(x).*cos(x).^2+4.*tan(x).^2);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEntering Commands についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by