Borrar filtros
Borrar filtros

About function definition

1 visualización (últimos 30 días)
C Zeng
C Zeng el 31 de Mayo de 2012
Hi, I want to define a function like:
function [V_max, a_max, runtime]=V(a,b,c)
If I write [x,y,z]=V(a,b,c) it will show three results.
If I write [x,y]=V(a,b,c), will it automatically show the first two results-V_max and a_max?
If [x]=V(a,b,c), will it show only V_max?
I just want to make sure whether it is defined as a convention. Thanks.

Respuesta aceptada

Walter Roberson
Walter Roberson el 31 de Mayo de 2012
That happens automatically with a normal function definition.

Más respuestas (0)

Categorías

Más información sobre Reporting and Database Access en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by