Navigation Menu

Skip to content

Commit

Permalink
Add syntax highlighting to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyFacade committed Apr 9, 2020
1 parent 3bd0575 commit 3306a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -60,13 +60,13 @@ equations and vector calculus. Many users use the Examples as templates for
their own problems.

To get a taste of what computing with Chebfun is like, type
```
```matlab
x = chebfun('x');
```
and start playing. The variable `x` is a chebfun and can be manipulated in a
way that feels symbolic, although everything Chebfun does is numeric. So try,
for instance:
```
```matlab
f = sin(12*x).*exp(-x); % A function on [-1, 1]
g = max(f, 1./(x+2)); % The max of f and 1./(x+2)
plot(g) % A function with discontinuous derivative
Expand Down

0 comments on commit 3306a36

Please sign in to comment.