Community Profile

photo

DulceEien


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


How to sum the values when they are bigger than 25, 50, 75, (conditional) and they are from the same group?
ID = ['1_A' ; '1_A'; '1_A'; '2_B'; '2_B'; '3_C'; '3_C'; '3_C'; '3_C'] ; pct = [6.3875; 5.8813; 25.5219; 54.5052;...

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

2

respuestas

Pregunta


Why sometimes the categorical come back to their original value in the table app designer?
I'm using a categorical value, first is calculated and expressed as A,B,C,D,E but when I want to change to do a recalculation so...

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

0

respuestas

Pregunta


How to plot multiple box plots on same graph with same size vector?
Hello, I have two vectors with the same length and I want to plot both in the same boxplot but I can only see one I tried this ...

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

1

respuesta

Pregunta


How can I extract the logical value in a loop (various columns)?
Hello, I'm runnning my code and my logical value is running, what I would like to do is exctract the logical value for several c...

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

1

respuesta

Pregunta


Is it the correct way to extract the value for the logical matrix?
I got the following local matrix and now I want to extract the values for the logical 1, but when I do so, I'm getting an error ...

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

1

respuesta

Pregunta


Could I extract an specific column from a table and then use it in a loop without name it (variable)?
I'm wondering if I can use directly the column (extracted from a matrix) inside the loop, for example or should I name if first ...

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

1

respuesta

Pregunta


how can I compare two columns from a differente table that are similar but no equal and then take the difference?
I want to sets of data, once was talking let's say one year ago, and the other one is recently, I would like to now the delta be...

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

1

respuesta

Pregunta


How can I change the label for my elements with same name?
How can I count the the strings with the sabe value and then add them in another ID with the increasing number for the elements ...

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

1

respuesta

Pregunta


how can a make a loop for a double value in Matlab?
when I obtain the data for the array I'm having the ID in a 22x1 double data, and when I run the if condition I have a problem w...

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

2

respuestas

Pregunta


How extract the value in certain position for a loop in matlab?
How can I the output in a vector, when I run it I'm getting a single number ID =[2003;2201;3350;9123;8234;1234] for i = 1:leng...

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

1

respuesta

Pregunta


for each loop take the increasing position of a vector matlab?
If I have a vector L = [4;5;6] and then a for loop where x = [11;12;13;14;15] could I take for each loop the increasing posit...

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

1

respuesta

Pregunta


How to validate user input in a UITable between three values?
I just one the user gives numbers either 0.5, 0.7 or 1 function damage % Create table array t = readtable('Country....

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

1

respuesta

Pregunta


How to 'dropdown' in every cell of a table in App Designer with numerical values for example 0.5, 0.7 and 1?
I want the user to choose only between those three values, how could I do it? t = readtable('Austria.xls'); ...

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

0

respuestas

Pregunta


am I having an matrix dimension because the name of the output ('III')?
Matrix dimensions must agree. % Deficiency rating if extent < 1 deficiency = 'OK'; elseif extent >= 1 && extent < 5 ...

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

1

respuesta

Pregunta


Assignment between unlike types is not allowed for two function in a loop
hi, I converted the variables, S, V and D into struct, because I am using two criteria to evaluate, in the end the variable name...

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

1

respuesta

Pregunta


Two conditional operations can be used in matlab or do I need to use double if?
for i = 1:length(beam_spalling.high) if transversal(i) == 0 && ongitudinal == 0 severity_bs(i) = 2; elseif t...

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

1

respuesta

Pregunta


When a safe a csv file I can not see numbers instead symbols
Hello, I'm doing some multiplication that s the reson I'm saving the file again as csv file, but when I open it, I can see the ...

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

1

respuesta

Pregunta


How can I visualized the multiple tables read from a for loop in the variable space?
When I run the script for one table, to visualize the table I just do like this (and it works fine): % Create output variable ...

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

2

respuestas