![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6630315_1522116359964_DEF.jpg)
Eli Dim
Followers: 0 Following: 0
Statistica
17 Domande
0 Risposte
RANK
107.525
of 297.016
REPUTAZIONE
0
CONTRIBUTI
17 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
82.35%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Finding the min/max number of consecutive elements in an array
I have an example vector (attached). I need to find the min and max number of consecutive elements in this vector. How can I do ...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Plotting hourly values using datetick
I have a vector of size (1x8424) which has values for the first 8424 hours of year 2014. I want to plot this vector (x-axis I wi...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Call both outputs of a function in a for loop
I have a function VirtualPPDispatch which has one input and 2 outputs: function [gencost, sortedNames] = VirtualPPDi...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Re-writing a loop including strcat in order to reduce computational time
I have the following loop: NameMatrix = []; for i = 1:rows NameMatrix = [NameMatrix; {strcat(char(64+i),...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Read in a plain/text file in Matlab
I have a plain/text file which contains the following information: "Dukovany","Temelin","Prunerov","Pocerady","Chvaletic...
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
Replace zeros with consecutive numbers in a vectors
I have a large column vector which looks like this: A=[1;2;3;4;5;1;5;6;..................;2305;0;0;0;0] I want to replace ...
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
How to avoid a numerical problem in a for loop
I have two input files T and dispatch_seq. My code looks at T and sees how many rows of dispatch_seq should be taken. The result...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Delete a row of a cell containing a certain number
I have a large cell array (a part of it I attached). This cell array contains other cells. My problem occurs at rows with conten...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Convert a cell column of strings to doubles
I have a cell column of strings which looks like the attached file. How can I convert the column to double-precision values?
oltre 9 anni fa | 3 risposte | 0
3
risposteDomanda
Vertically Concatenate Cells with Same Number of Columns
I have a column of cells (column_data.png) with different number of rows but same number of columns. The cells contain numbers o...
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
Rounding Vector Entries with zeros after the decimal place to integers
I have a vector T (attached file) which is an input for a function. Row 44 is a problem for me (112.0000). How can I do a loop w...
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
Appending one cell array to non-zero cells of another
I have a cell array FINAL_OUTPUT < 50x1 cell > and another one called indexing as shown in the attached file. How can I append t...
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
Outputting cumulative sum for Cell array with strings and numbers
Cell1={ 'A1' 5 'A2' 1 'A3' 2 'A4' 4 'A5' 1 'B1' 2 'B2' 6 'B3' 17 'B4' 8 'B5' 3 'C1' 7 'C2' 8 'D1' 1 . . . }; ...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Adding rows up to a certain value (cell arrays)
I have a cell (curCell_res) which has two columns (column 1 is name and column 2 is the value). I need 230 from column2. This ...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Insert values of arrays in another cell array
I have the following problem. In the attached picture I three columns of cells. My goal is to append the 2nd and 3rd column insi...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Retrieving indexing of a cell
I have the variable NameMatrix < nx5 cell > where the number of columns(5) always stays the same and the number of rows(n) cha...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Split a matrix in rows according to a vector
Hello, If I have a matrix that looks like this: A = [ [1, 0, 0, 5, 10, 5, 100, 300]; [1, 0, 0, 5, 10, 5, 100, 400];...
oltre 9 anni fa | 2 risposte | 0