defining variable in matlab

hi can i define a constant in matlab? if yes how can do that
thank u all

Réponses (2)

Azzi Abdelmalek
Azzi Abdelmalek le 22 Fév 2013
Modifié(e) : Azzi Abdelmalek le 22 Fév 2013

0 votes

You have not to define it in Matlab. You can pre-allocate
a=0
%or for a vector
a=zeros(10,1)
% or for a matrix
a=zeros(10)
Nermeen alami
Nermeen alami le 22 Fév 2013

0 votes

thanks a lot :) it works

1 commentaire

Image Analyst
Image Analyst le 23 Fév 2013
Mark it as "Accepted" then, as well as for any other questions you have posted. Also, your message here should have been a Comment to Azzi's Answer, not an Answer in itself.

Cette question est clôturée.

Tags

Clôturé :

le 20 Août 2021

Community Treasure Hunt

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

Start Hunting!

Translated by