Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
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)

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Entering Commands in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by