Increasing Automation with FunctionsFunction Files(4/4) Vectorizing the Comparison Function
古いコメントを表示
From the script (comparewithtol.mlx), call the isequaltol_vec function with a single output to determine if x and z are within 1e-5 of each other. Store the result in a logical variable called eqxz. I don't have only this activity. Thanks

7 件のコメント
Walter Roberson
2023 年 3 月 26 日
OutputVariableName = NameOfFunction(FirstParameter, SecondParameter, ThirdParameter)
Alexander Reina Garzon
2023 年 4 月 10 日
Hessa Alhassan
2023 年 11 月 9 日
移動済み: Cris LaPierre
2023 年 11 月 9 日
Problem in "Increasing Automation with Functions > comparing using tolerance > (3/4)

Cris LaPierre
2023 年 11 月 9 日
移動済み: Cris LaPierre
2023 年 11 月 9 日
Jansen
2024 年 12 月 19 日
移動済み: Cris LaPierre
2024 年 12 月 19 日
This is my issue
Jansen
2024 年 12 月 19 日
移動済み: Cris LaPierre
2024 年 12 月 19 日

Jansen
2024 年 12 月 19 日
移動済み: Cris LaPierre
2024 年 12 月 19 日
I already moved to comparewithtol.mlx still the same issue
採用された回答
その他の回答 (1 件)
Abhijeet
2023 年 4 月 4 日
Hi,
You can call the function isequaltol_vec in comparewithtol.mlx script using the below code :
eqxz = isequaltol_vec(x,z,1e-5)
Thanks
5 件のコメント
Alexander Reina Garzon
2023 年 4 月 10 日
Walter Roberson
2023 年 4 月 11 日
What error message(s) are you getting from the grading system? And what is your code?
Selim
2023 年 10 月 24 日
Does eqxz exist?
Is eqxz correct?
Agnes
2024 年 3 月 28 日
I'm getting the same error code
Cris LaPierre
2024 年 3 月 28 日
It appears to be working. Please share a screen shot of your attempt with the errors showing.
カテゴリ
ヘルプ センター および File Exchange で Mathematics and Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
