Community Profile

photo

DulceEien


Last seen: 2년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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'); ...

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 2 | 0

2

답변