Why this happen in using limit, i cant use syms ? someone help me, i need to do my homework, oh god please.

조회 수: 1 (최근 30일)
syms x h
limit(sin(x)/x)
limit((sin(x + h) - sin(x))/h, h, 0)
Undefined function or variable 'syms'.

채택된 답변

Torsten
Torsten 2017년 12월 19일
Please execute the "ver" command. You should have something like
Symbolic Math Toolbox Version 6.1 (R2014b)
as part of the output. If not, that is the answer, you do not have the Symbolic Math Toolbox. If you do have, let's see what
which syms -all
returns
  댓글 수: 5
Arthur Goldsipe
Arthur Goldsipe 2017년 12월 19일
You don't have a license to the Symbolic Math Toolbox, so there's nothing else we can do to help you. If this software is required for your homework, then I suggest talking to your instructor or fellow students to learn how to obtain the required software for your course.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Assumptions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by