Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Registered trademark
[skip ci]

They also use TM (i.e not registered), but tat seems wrong in this case.

FYI: I thought conversely TM right for Python.jl, but that's for the logo only. There's a discussion about registering that package, pointing to this one as precedent (while also thought the name here not ideal...). ® is maybe not required for Python (in that case), but might be best to be on the safe side, here I think we really want o be right:

https://se.mathworks.com/company/aboutus/policies_statements/trademarks.html
  • Loading branch information
PallHaraldsson authored Feb 27, 2021
commit 50d84985d9d50de2c0ef50810b99aa7e599e7526
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## MATLAB

The `MATLAB.jl` package provides an interface for using [MATLAB](http://www.mathworks.com/products/matlab/) from [Julia](http://julialang.org) using the MATLAB C api. In other words, this package allows users to call MATLAB functions within Julia, thus making it easy to interoperate with MATLAB from the Julia language.
The `MATLAB.jl` package provides an interface for using [MATLAB®](http://www.mathworks.com/products/matlab/) from [Julia](http://julialang.org) using the MATLAB C api. In other words, this package allows users to call MATLAB functions within Julia, thus making it easy to interoperate with MATLAB from the Julia language.

You cannot use `MATLAB.jl` without having purchased and installed a copy of MATLAB™ from [MathWorks](http://www.mathworks.com/). This package is available free of charge and in no way replaces or alters any functionality of MathWorks's MATLAB product.
You cannot use `MATLAB.jl` without having purchased and installed a copy of MATLABfrom [MathWorks](http://www.mathworks.com/). This package is available free of charge and in no way replaces or alters any functionality of MathWorks's MATLAB product.

## Overview

Expand Down