I can not use log function in matlab
古いコメントを表示
Hello can someone help understand why matlab doesnt understand what the logarithmic function is ? ( ps : it worked befoer and now suddenly it doesnt)
here is the error it gives me :
"Execution of script log as a function is not supported:
C:\Program Files\MATLAB\R2021b\toolbox\matlab\elfun\log.m"
What should i do ?
4 件のコメント
Walter Roberson
2023 年 2 月 4 日
try
restoredefaultpath; rehash toolboxcache
Fatiha AZARUAL
2023 年 2 月 4 日
John D'Errico
2023 年 2 月 4 日
@Fatiha AZARUAL - You probably created a script named log.m, and saved it in that directory. That is a terribly bad choice. First, see if you did that. But if you did so, then you may be best served if you reinstall MATLAB.
Fatiha AZARUAL
2023 年 2 月 4 日
回答 (1 件)
Walter Roberson
2023 年 2 月 4 日
1 投票
Your MATLAB installation is corrupted. You need to reinstall it.
カテゴリ
ヘルプ センター および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!