photo

Rafael Borobio Castillo


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

13 Questions
0 Answers

RANK
19,833
of 300,352

REPUTATION
2

CONTRIBUTIONS
13 Questions
0 Answers

ANSWER ACCEPTANCE
30.77%

VOTES RECEIVED
2

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How do I find the rows in one table that have certain string?
I have a Table with 80,000 rows and 19 variables lets call it T, in column 17 I have the STATUS of the products, i.e., 'Active',...

2 years ago | 2 answers | 0

2

answers

Question


deleting all rows from column 1 with duplicates in column 2.
I have the following Table: Column 1 is the product ID and Column 2 is the previous product ID. I want to delete all duplicates...

2 years ago | 1 answer | 1

1

answer

Question


how to normalize a dataset where the maximum value or the original dataset needs to be the lowest value of the normalized dataset
I this dataset which is the original one: X=80:1:150 Nevertheless, I need to normalize the data or rescale it for the lowerbou...

2 years ago | 1 answer | 0

1

answer

Question


How to rescale a set of data where the maximum value needs to be the lowest of the rescaled dataset
I have a dataset rangin from 80 to 150, however, I need to rescale this dataset for 80 to be equal to 95% whereas 150 needs to b...

2 years ago | 1 answer | 0

1

answer

Question


How do I display a number as a percetage within a table?
I have table with number e.g., 90, and want to display these as 90% when using array2table. Thanks, Rafael

3 years ago | 1 answer | 0

1

answer

Question


How to turn a Yes/No cell array into binary (0-1)
I have a Yes/No cell array of 4000x1 and want to turn it into a binary system Thanks for your attention

3 years ago | 2 answers | 0

2

answers

Question


How to create a variables in simulink of a pre-set variables within a Simulink.SimulationInput
I am using a for loop to conduct parallel simulations via parsim for i=1:iterations %LOAD SYSTEM in(i)=Simulink.SimulationInp...

3 years ago | 1 answer | 0

1

answer

Question


How do I hyphen a word using LaTex?
I am trying to add the word "multi-disciplinary" in the X-axis of a figure, but I use the \hyphenation command without success. ...

3 years ago | 2 answers | 0

2

answers

Question


How to unfold/concatenate a 3D Matrix?
I have a 3D matrix of 100x21x100 and I want to perform a vertical unfolding, i.e., to get a 10000x21 matrix. Thanks for your ...

4 years ago | 1 answer | 0

1

answer

Question


Is there a threshold for the amount of data that Gaussian process regression can reproduce?
I am working with a GPR model, however, with a shorter amount of data it work very well, and develop the metamodel very fast. Ne...

4 years ago | 1 answer | 0

1

answer

Question


Is it possible to train a gaussian process regression (GPR) using input and output multidimensional arrays?
I want to use a GPR to reproduce the perfomance of a mechanistic model. I have already conduct simulations and gather input and ...

4 years ago | 1 answer | 0

1

answer

Question


Is it possible to concatenate columns of a tensor into a single column?
I am working with a 1000 x 1 x 100 tensor, lets call it A. I want to create a new variable B that containst all the rows of the ...

4 years ago | 1 answer | 1

1

answer

Question


Cleaning parallel workers messages appears just immediately after running simulations when using parsim
I am trying to run 100 parallel simulations using parsim. If I run 4 simulations (also in parallel), it runs perfectly. However...

4 years ago | 1 answer | 0

1

answer