Community Profile

photo

Neesha


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Exporting data to CSV file
Hi Friends, I am getting my output in CSV file as follow: export(output,'file', char(qtrOutput),'Delimiter',','); It h...

6 years ago | 2 answers | 0

2

answers

Question


graph from a dataset
Hi , I have data as follow for about 58 rows. Name Area lotNum Type Month1 Month2 Month3.... MonthN Rest1 b...

8 years ago | 1 answer | 0

1

answer

Question


finding max for each 3 columns
Hi All, I have a dataset something similar to following Name Location Nickname saleCost rest1 east...

8 years ago | 1 answer | 0

1

answer

Question


reshaping data so that I can take sum of every 3 columns
Hi All, I have a dataset something similar to following Name Location Nickname saleCost rest1 east...

8 years ago | 2 answers | 0

2

answers

Question


changing string variable values
Hi All, I have a struct with two datasets. Say myStruct = myData1 = [124 x 4] myData2 = [124 ...

8 years ago | 0 answers | 0

0

answers

Question


Unit test case introductory video
Hi All, There is pretty nice video to get started with test cases in 2013a. I am not so great with my phrases to do the se...

8 years ago | 1 answer | 0

1

answer

Question


using ismember or something else
Hi All, I have a dataset 'RestInfo' like this. Name location startNum Q1Earning Q2Earning Re...

9 years ago | 1 answer | 0

1

answer

Question


need help with writing test cases
I am wanting to write my test cases for the code so that everytime I make changes, I can run the test case suite. Now I do h...

9 years ago | 0 answers | 0

0

answers

Question


Matlab_xunit , using globals in my test cases
Hi All, I am writing some testcases. Here is a question about what is the right programming practice. The function i w...

9 years ago | 1 answer | 0

1

answer

Question


undefined function 'timeoutDlg' errors out
Hi, In my code I have usage of timeoutDlg to pop up a box to take user input. It worked fine and suddenly it started compl...

9 years ago | 1 answer | 0

1

answer

Question


finding path and timestamp of file used
Hi All, I am reading data into dataset with rawData = dataset('XLSFile','myData.csv', 'sheet','myData'); I want to coll...

9 years ago | 2 answers | 0

2

answers

Question


write zero as blank
Hi All, I am priniting my matrix to excel file using xlswrite. I want to write out my zero as blanks/space how do i do it...

9 years ago | 1 answer | 0

1

answer

Answered
Getting rows from dataset with particular value
so here is my code, can you help me out please: restInfo = dataset(); restInfo.val1 = 1; restInfo.val1(2, 1) = 1...

9 years ago | 0

Question


Getting rows from dataset with particular value
Hi All, I have a dataset 'Resturants' which has a column with title 'Name'. Now all restaurants name are different but few...

9 years ago | 3 answers | 0

3

answers

Answered
adding Fraction up as 1
I edited to add extra entry on each - original numbers and then related fraction

9 years ago | 0

Question


adding Fraction up as 1
Hi I have data by location and i am trying to calc fraction. When i add up fraction back it does not aways sum up as 1. ...

9 years ago | 2 answers | 0

2

answers

Question


count lines of code for entire project
Hi All, I am looking into counting source code of lines for entire project. Is there a way to do it? I looked into sloc() so...

9 years ago | 2 answers | 0

2

answers

Question


Reverse Engineering for matlab code?
Hi, I want to create a flow diagram for my matlab code. Is there a tool out there which can do reverse engineering and help ...

9 years ago | 0 answers | 0

0

answers

Question


setdiff error in some cases
Hi I am using setdiff in my code and i am getting 'Improper assignment with rectangular empty matrix' error in a particular ca...

9 years ago | 1 answer | 0

1

answer

Question


vertcat for a number and string
Hi All, I have to metrices... 1) SpecialName GenericName 1 457 2 555 3 ...

9 years ago | 2 answers | 0

2

answers

Question


taking special average of numbers
I have two field in dataser as below. <</matlabcentral/answers/uploaded_files/18069/Capture.JPG>> the answer you see ...

9 years ago | 1 answer | 0

1

answer

Question


do not know what operation to use.
I have two dataset as shown in attached file. Dataset1 and Dataset2. Do some operation between thos two to get Dataset3. ...

9 years ago | 1 answer | 0

1

answer

Answered
Changing column name for a dataset
not working.. :( Error using dataset/subsasgnDot (line 31) Unknown dataset property: VariableNames. Error in dataset/s...

9 years ago | 0

| accepted

Question


Changing column name for a dataset
Hi If i have column titles as 'shop floor Q1 Q2 Q3 Q4' i want to just change floor as floorNum. how do i do that

9 years ago | 2 answers | 1

2

answers

Question


Setdiff n intersect question
Hi, I have two dataset. 1) * Shop# - floor# * 321 - 4 * 321 - 2 * 321 - 3 * 322 - 0 * ...

9 years ago | 1 answer | 0

1

answer

Answered
grabbing number after decimal
Hello everybody, thanks a lot for fantatic solutions. While all of your solution seem to work, since i have only one decimal aft...

9 years ago | 0

Question


grabbing number after decimal
Hi I have a dataset which has column 'specialNumber'. It has data like '1234.5, 9087.3...' and so on, I want to extract number a...

9 years ago | 6 answers | 0

6

answers

Question


Uneven data multiplication in Matlab
I have following Data.numberOfDishes Data.numOfLocations As follows numberOfDishes numberOfLocations 3...

10 years ago | 2 answers | 0

2

answers

Question


Replacing Data by variable name
Hi All I have two data set as below A = Name subName Type Output Q1 Q2 Q3 Q4 x y xy Person 3 4 ...

10 years ago | 2 answers | 0

2

answers

Question


issues with setPath - does not allow to add/remove
Hi I am working on a group server and trying to add/remove path for files/folders on our IT file server which I have access to....

10 years ago | 0 answers | 0

0

answers

Load more