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 comentarios

OutputVariableName = NameOfFunction(FirstParameter, SecondParameter, ThirdParameter)
Hi, didn't work :( help please the solution doesn't work...
Problem in "Increasing Automation with Functions > comparing using tolerance > (3/4)
This is my issue
I already moved to comparewithtol.mlx still the same issue

Iniciar sesión para comentar.

 Respuesta aceptada

Cris LaPierre
Cris LaPierre el 11 de Abr. de 2023
Editada: Cris LaPierre el 11 de Abr. de 2023
Have you noticed that there are 2 live scripts open? comparewithtol.mlx and isequaltol_vec.mlx.
You need to switch to the comparewithtol.mlx live script and enter you solution into the Task 2 code block.

Más respuestas (1)

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 comentarios

Hi, ddidn't work :( help please the solution doesn't work...
What error message(s) are you getting from the grading system? And what is your code?
Does eqxz exist?
Is eqxz correct?
I'm getting the same error code
It appears to be working. Please share a screen shot of your attempt with the errors showing.

Iniciar sesión para comentar.

Categorías

Más información sobre Mathematics and Optimization en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 26 de Mzo. de 2023

Movida:

el 19 de Dic. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by