필터 지우기
필터 지우기

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 CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by