How can I identify that the data which I export from a simulator is an array or matrix of which size and dimension in MATLAB? By finding this, I would like to fit that image by using some polarization parameters.
dear i have already result of near field ... i want to re-construct it by solving the polarization parameters on each pixels because in each pixel it having polarization angle strokes parameters by modulation of polarization we can built image or fit the blurr area of the image... so that,s why i want to know the nature of matrix of my data of the laready got image...
Just use Matlab help to find anything you want to know. Yes, just typing the command: size(the name of the matrix). Then Matlab will tell you the size of this matrix straightaway in the command window. It's very easy!