Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Problem with function. Can you help? Thanks.

1 vue (au cours des 30 derniers jours)
DJ V
DJ V le 1 Déc 2016
Clôturé : MATLAB Answer Bot le 20 Août 2021
Question is withdrawn. Problem solved.

Réponses (1)

bio lim
bio lim le 1 Déc 2016
I don't understand why there are several if statements with the same condition, e.g.,
if (nargin==2)
counter =0;
end
if nargin ==2
in1 = varargin(1)
in2 = varargin(2)
no = 2
end
You should carefully plan your if statements again, and try to group them as many as possible.

Cette question est clôturée.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by