Skip to content

Commit f2a9536

Browse files
committed
Fix broken link for importing models
1 parent e132a98 commit f2a9536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following figure summarizes the operations executed in MATLAB (marked in blu
1515
There are different options for accessing deep learning models within MATLAB, including:
1616

1717
1. Using models created in MATLAB using [Deep Learning Toolbox™](https://www.mathworks.com/products/deep-learning.html)
18-
2. [Converting](https://www.mathworks.com/help/deeplearning/deep-learning-import-and-export.html) models from other frameworks into MATLAB
18+
2. [Converting](https://www.mathworks.com/help/deeplearning/import-deep-neural-networks.html) models from other frameworks into MATLAB
1919
3. Co-executing models from other frameworks with MATLAB
2020

2121
This example provides an overview of the third approach. Co-execution is useful for leveraging [wireless products in MATLAB](https://www.mathworks.com/solutions/wireless-communications.html) to test existing deep learning models from other frameworks in an end-to-end link simulation.

0 commit comments

Comments
 (0)