|
From: | Michele |
Subject: | Re: finding size of variable |
Date: | Wed, 4 Jan 2017 11:27:36 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 |
Dear Kumar, for the highest and lowest values use realmax and realmin. To know the size of a variable use size. For example A = [1,2,3]; size(A) ans = If you want to know more details about a variable, use whos instead whos A Variables in the current scope: Michele Ginesi On 01/03/2017 07:08 PM, Kumar Gaurav
wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |