Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
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)

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 12 Nov. 2016
y = @(x)(cos(exp(x)).^3-sqrt(x).*cos(x).^2+4.*tan(x).^2);

Weitere Antworten (0)

Kategorien

Mehr zu Entering Commands finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by