Community Profile

photo

Ibro Tutic


Last seen: mehr als 3 Jahre vor Aktiv seit 2015

Followers: 0   Following: 0

Statistiken

  • Thankful Level 4

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Value on top of grouped bar graph?
Assume we had y=[2 3 4; 1 5 2; 6 2 5] bar(y) Would there be anyway to get the value of the bar graphs on top of the...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to Plot Numbers on top of Bar graphs?
Assume we have this as data Y=[198 138 172 188 190 192]; bar(Y); How would I go about plotting the Y-values of each ...

mehr als 6 Jahre vor | 5 Antworten | 4

5

Antworten

Frage


How to Save And Close Excel File using actxserver?
I am writing some lines of data to an Excel file and I can't seem to find a way to save and close the file, the rest of the code...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to Add Values from One Matrix in between the values of another?
Let's say you have a matrix a=[ 1 3 5 7 9 11] and b = [ 2 4 6 8 10]. How would you go about merging the two matricies so that ev...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Deleting a Cell and shifting cells left
I need to remove the n-th data (in a 1xn vector) and shift over the rest of the contents to the left by one. How would I do this...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Compare the rows of two cell arrays?
Let's say we have two cell arrays, a and b. a={1, 2; 3, 4; 5, 6; 7, 8} and b={1, 2; 3, 4; 5, 6; 7, 8}. How would I go about comp...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to verify input only contains certain numbers?
Lets say that users are required to enter the numbers: 35, 36, 37 in some order (b={'35', '36', '37'}). How would I go about ver...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to replace portion of data set with another?
Assume you have two 20x20 data sets (just an example). The first column of data contains the time the data was recorded (1,2,3,4...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to plot 17 subplots?
I am trying to plot a large number of subplots, but want to make sure formartting is such that it takes the most compact form (i...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to distinguish two similar but different strings?
I have a function that sorts files based on file name. Two of the categories are 'Z7PR' and 'Z7PR1', which are two different tes...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Populate listbox with only directories?
I am trying to populate a listbox with only the folder names (directories) in a folder. The code below does that, but there are ...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to clear variable from GUI?
I am plotting from a structure called handles.data. I have a push button to clear all graphs and this structure to plot other th...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to save data in a GUI button callback?
I have a function that I run for plotting certain data called englishplot whose output is a structure containing relevant data. ...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to plot N subplots?
I have a GUI where a user can select what plots they want from multiple possibilities. I am trying to find a way to robustly plo...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to load a structure as a handle?
I am trying to load a structure to a handle that I can use in a GUI. When I load the structure, I use handles.data=load('s...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to set different y limits for multiple subplots?
I have 12 subplots that I am trying to plot, but when I plot them the axes are all messed up. I would like to set the y-axis bas...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to replace commas with periods in data?
I am importing some data that originated in Germany, and they used commas instead of periods to indicate decimals. Now my issue ...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to replace a column with an incremented vector starting at -10?
I have some time data and I am trying to replace an invalid column with data starting at -10 and increases in increments of .1 u...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to Text Scan and remove columns full of zeros?
I am scanning in large data sets and many of them have multiple fields that don't have data (recorded as 0). How would I use tex...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


What's the upper limit for how much data can be stored in a structure?
I am working with about 20 datasets, each with a size of about 2500x300. Is it possible to open these datasets, store them, and ...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to Set Value of a Structure as Cell Array?
I have a structure, DLG.standard.Z1P and I have a cell array of data, C (2740x360). I would like to put this cell array within t...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to Get a Structure as an Output from a Function?
I have this function made to sort data into a structure. However, when I call a directory as the input, I can't seem to get an o...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to search and sort strings from a structure efficently?
Lets say I have one structure with file names as character arrays (strings). Some file names have Z1P in them, Z1G, or Z1K. Othe...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to Remove files that don't match string?
I have a list of filenames, and I am trying to remove any files that don't have the string 'Z1P', 'Z2P', or 'Z1G' in them. T...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Allow user to name structure?
I realize variables should not be named dynamically, but I would like to name structures dynamically. We have large data sets fo...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to create a weighted average for the following data?
I am trying to create an average of the 'average' column below located in my Avg structure (Avg.average, Avg.population, etc). H...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to build a growing square matrix with the following values?
I am working on some code to find the condition of a spring matrix. I know the matrix in question, but I am not sure how to crea...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is it possible to run Excel calculations in Matlab?
Basically I have an extremely involved Excel spreadsheet that calculates stress/strain on different materials. There are various...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Sub-scripted Dimension Mismatch Error
I am trying to create a table, with range breakpoints along the left hand vertical axis (starting at the 2nd row of the matrix a...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Fastest Way of Opening and Reading .csv Files (Currently using xlsread)
I am currently trying to convert 100,000+ csv files (all the same size, with the same data structuring on the inside) to mat fil...

fast 8 Jahre vor | 4 Antworten | 0

4

Antworten

Mehr laden