photo

Neesha


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

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

más de 9 años hace | 0

Pregunta


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

más de 9 años hace | 3 respuestas | 0

3

respuestas

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

casi 10 años hace | 0

Pregunta


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

casi 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 10 años hace | 1 respuesta | 0

1

respuesta

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

casi 10 años hace | 0

| aceptada

Pregunta


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

casi 10 años hace | 2 respuestas | 1

2

respuestas

Pregunta


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

casi 10 años hace | 1 respuesta | 0

1

respuesta

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

casi 10 años hace | 0

Pregunta


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

casi 10 años hace | 6 respuestas | 0

6

respuestas

Pregunta


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

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Cargar más