function[x,t,C] = GRxx_P8_E1(L,T,N,M,Dm,cond_inicial,cc_izda,cc_dcha)
Error: Function definition are not supported in this context. Functions can only be created as local or nested functions in code
files.

 採用された回答

the cyclist
the cyclist 2021 年 9 月 15 日
編集済み: the cyclist 2021 年 9 月 15 日

0 投票

When defining a function using that syntax, it has to appear inside a file, for example a text file with the name GRxx_P8_E1.m
Then, you can call the function using the syntax
GRxx_P8_E1(L,T,N,M,Dm,cond_inicial,cc_izda,cc_dcha)
from the command line, or another file.

1 件のコメント

Geraldine Rodríguez Coronado
Geraldine Rodríguez Coronado 2021 年 9 月 15 日
It still doesn't work :( but thank you so much.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Import and Export についてさらに検索

製品

リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by