Rank: 784 based on 136 downloads (last 30 days) and 1 file submitted
photo

Ashish Sadanandan

E-mail
Lat/Long
40.054752, -105.20628

Personal Profile:

Professional Interests:
Simulink, RTW

 

Watch this Author's files

 

Files Posted by Ashish
Updated   File Tags Downloads
(last 30 days)
Comments Rating
28 Apr 2009 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan csv, csvread, read csv 136 4
  • 5.0
5.0 | 1 rating
Comments and Ratings by Ashish View all
Updated File Comments Rating
28 Oct 2009 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan

Maney,
Try running 'which -all isscalar' at the command line, if MATLAB doesn't find any function by that name then you're either using an old version which doesn't have this function or you have problems with the MATLAB search path. Let's assume it's the former since you'd probably be having other errors too if the cause were to be the latter.

ISSCALAR simply checks whether the operand is a 1x1 matrix. You can replace isscalar(x) with (numel(x) == 1) OR (prod(size(x)) == 1)

HTH,
Ashish

27 Aug 2009 GridBagLayout A MATLAB class which controls layout and resize of a figure/uipanel/uicontainer. Author: Jason

Comments and Ratings on Ashish's Files View all
Updated File Comment by Comments Rating
18 Nov 2009 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan Gordon

Hi

Is it possible to use this code, or anything else for a csv file available on the web, ie:

http://www.google.com/insights/search/overviewReport?q=matlab&geo=US&cmpt=q&content=1&export=2

thanks

28 Oct 2009 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan Sadanandan, Ashish

Maney,
Try running 'which -all isscalar' at the command line, if MATLAB doesn't find any function by that name then you're either using an old version which doesn't have this function or you have problems with the MATLAB search path. Let's assume it's the former since you'd probably be having other errors too if the cause were to be the latter.

ISSCALAR simply checks whether the operand is a 1x1 matrix. You can replace isscalar(x) with (numel(x) == 1) OR (prod(size(x)) == 1)

HTH,
Ashish

27 Oct 2009 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan maney

Hi Ashish,
 I ran your code and I am getting the following error:

??? Undefined function or variable 'isscalar'.

please advise,
Thanks - maney

24 Aug 2009 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan vadim

Great job!

24 Aug 2009 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan vadim

Top Tags Applied by Ashish
csv, csvread, read csv
Files Tagged by Ashish
Updated   File Tags Downloads
(last 30 days)
Comments Rating
28 Apr 2009 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan csv, csvread, read csv 136 4
  • 5.0
5.0 | 1 rating
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com