Community Profile

photo

Nikolas Spiliopoulos


Last seen: alrededor de 2 años hace Con actividad desde 2016

Estadísticas

  • Thankful Level 5
  • First Review

Ver insignias

Content Feed

Ver por

Pregunta


Get every 4 values of a vector and change values
Hi all, I have a vector like this a= [1 1 0 0 1 1 1 1 0 1 0 1 1 0 0 0 0 0 0 0 1 1 0 0] So I would like to take every fou...

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

2

respuestas

Pregunta


Change certain values in a matrix
Hi all I jhave a matrix A A=[1 1 0 0 1 1 1 0; 0 0 1 1 1 1 0 0; 1 1 0 0 1 1 0 1; 1 1 1 1 1 1 1 1; 1 1 1 1 1 1 1 1] I would lik...

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

1

respuesta

Pregunta


HMM viterbi algorithm linked to values
Hi all, I have used the HMM toolbox, using 4 states (Each states can take numbers from 1 to 6). Then I apply the viterbi a...

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

1

respuesta

Pregunta


interpolate data in timeseries
Hi all, I have a timeseries vector lets say with 7 points : v=[0.18 3.15 0.18 0.16 0.17 0.58 0.33 ]; I would like to cre...

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

2

respuestas

Pregunta


cut of zeros from a matrix based on the longest non-zero row
Hi all, I want to cut all zeros from the right, based on "the longest non zero row". an example: A=[ 1 2 0 0 0 0;3 4 5 0 0 0...

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

2

respuestas

Pregunta


How HMM viterbi algorithm works
Hi al, I am new in using HMM so I have created a simple example, where a random sequence is generated and then the states are ...

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

1

respuesta

Pregunta


Synthetic data with monte carlo
Hi all, I would like to create synthetic data from a given timeseries, using monte carlo simulation. I assume a normal distrib...

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

1

respuesta

Pregunta


Non convex objective funtion
Hi there, I a have an objective function which in some areas is not convex. Is there any way to relax it and then use fm...

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

0

respuestas

Pregunta


Clear symbolic from an equation and make it mathematical function
Hi all, I have an equaton of x, using syms x to create it. However afterwards I want to clear the symbolic value and conver...

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

1

respuesta

Pregunta


Change stem colour of particular values
Hi there, I have a stem plot with 66 points and I would like to change the colour of particular valuesonly. Mpre specifica...

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

2

respuestas

Pregunta


lenend keep only text
Hi all, I want to put 3 text phrases in a legend wuth red, green, and blue colour respectively (example: 'one' (red), 'two' (...

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

2

respuestas

Pregunta


Matlab Error "X, Y, Z, and C cannot be complex"
Hi all, I am trying to plot a surface however, I get an error "X, Y, Z, and C cannot be complex." which means, apparently ther...

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

1

respuesta

Pregunta


Solve Inequality with inequality constraints
Hi there, i am trying to "solve" an inequality (actually looking for the area of possibel solutions), I have tried this. ...

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

1

respuesta

Pregunta


sort boxplot based on 25-75th percentiles
Hi all, I have a figure with 3 boxplots in it (different colors each of them) However, I would like to sort them...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Barcharts colours based on other vectors
Hi all, I have 3 vectors a,b,c with 4 numbers in each of them I create another vector d with all the values of vectors a,b...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Change colour in stem plot, for only particuar values
Hi all, I have a vector that I need to create a stem plot. However, i would like to put a different colour to the 4th and...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


convert a double matrix in cell within a table
Hi all, I have a table with size 420x4 (screenshot attached) However, the first column is a double matrix (420x4) while th...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Filling a vector with ones based on a given value
HI all again, I have one vector A and a matrix B: Vector A has integers values from 0 to 6, A=[0 1 3 2 0 4 5 2 1 6]' (colum...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


find values in an cell array
Hi all, I have an cell array that is like the one in the screenshot (see attached file). I would like to find in each ro...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


add to extra elements every 4 values and enter particular values
Hi all, I have a vector [1x24] and I would like to add 2 extra elements every 4 elements, so the new vector will be [1x32]....

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

1

respuesta

Pregunta


Compare the rows of an array with another one's array
Hi all, I have an Array A with dimensions [3500 x 5] And a second array B with dimensions [13x5] How can I check every ...

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

1

respuesta

Pregunta


Find missing elements of a vector
Hi all, I have a vector =1:1:80; I have a vector with these numbers=[ 1 3 5 12 34 44 55 62 63 68 69 70 72 75 79]; How can I g...

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

1

respuesta

Pregunta


GA optimization within constraints
Hi there, I am trying to use GA for my first time, so I am a bit confused. I have seen some simple example where you defin...

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

1

respuesta

Pregunta


fmincon convergence - confusion with F-order optimality and Feasibility
Hi all, I have am running optimization using fmincon however I am not sure if the results are satisfying. I am a bit confu...

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

0

respuestas

Pregunta


Plot multiple errorbars in pairs
Hi again, I have plotted some errorbars using the commands you suggested in my previous question: x=1; y=8.35; sd=4.13; ba...

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

1

respuesta

Pregunta


plot a single Error bars
Hi all, I am trying to create one error bar but I am struggling a lot. I tried to read the matlab documentation about error ba...

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

1

respuesta

Pregunta


Save figure as jpg with 600dpi
Hi all, I am trying to save some figures through coding, in jpg format and 600dpi. Hovewer I have tried these, but stil...

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

2

respuestas

Pregunta


Matlab error "out of memory"
Hi all, I am running an optimization using fmincon. Initially, I run it with 3 minutes timestep and it runs fine. Afterwards,...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Add a number every n values
Hi all, I have a question: If I have an array A=[ 1 2 3 4 5 3 0 2 8 3 2 1 0 3 2 0 0 1 1 0 3 1 5 3 2 8 1 0 3 2]; ...

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

2

respuestas

Pregunta


plot a vector with 3 axes
Hi all, I am trying to plot a vector in a graph with 3 axes, but I am confused how to do it. I tried with plot 3. The matr...

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

2

respuestas

Cargar más