Rank: 1227 based on 56 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
18 Aug 2011 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan csv, csvread, read csv 56 12
  • 5.0
5.0 | 8 ratings
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
29 Aug 2011 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan Warwick

If your'e a Mac user - I found that I had to save the .csv file as a "Windows comma delimted csv" file beforehand. Then it works superbly.

12 Aug 2011 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan Kotliarov, Yuri

I get a figure window open during this function run at line 275. It appears that I had a string 'White(some information)' that probably runs function white. Anyway to prevent such behavior?

15 Jul 2011 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan Cheol Hee

Very nice!!! But data replaced some numbers. Fantastic!!

15 Jul 2011 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan Cheol Hee
10 Jun 2011 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan Chris

I got it figured out. Works great!

Top Tags Applied by Ashish
csv, csvread, read csv
Files Tagged by Ashish
Updated   File Tags Downloads
(last 30 days)
Comments Rating
18 Aug 2011 CSVIMPORT CSVIMPORT reads the specified CSV file and stores the contents in a cell array or matrix. Author: Ashish Sadanandan csv, csvread, read csv 56 12
  • 5.0
5.0 | 8 ratings

Contact us at files@mathworks.com