Community Profile

photo

Neesha


Aktiv seit 2013

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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...

mehr als 9 Jahre vor | 0

Frage


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...

mehr als 9 Jahre vor | 3 Antworten | 0

3

Antworten

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

mehr als 9 Jahre vor | 0

Frage


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. ...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 ...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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. ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 9 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 9 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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...

mehr als 9 Jahre vor | 0

Frage


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...

mehr als 9 Jahre vor | 6 Antworten | 0

6

Antworten

Frage


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

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 ...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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....

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Mehr laden