Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
kanghao he
kanghao he le 12 Nov 2016
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)

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Entering Commands dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by