Community Profile

photo

Jorge Rodriguez


University of Alberta

Last seen: 4 years ago Active since 2016

Geotechnical Engineer

Statistics

All
  • Thankful Level 3
  • Scavenger Finisher
  • Solver

View badges

Content Feed

View by

Question


Print PDF to a Specific size?
Hello, I'm trying to print a plot in PDF to a size of 8.4 cm by 5 cm. However, the result is always a 8x11 inch figure (US de...

4 years ago | 2 answers | 1

2

answers

Question


Counting bin and averaging using retime to include all of my data
I have a question about the reptime function. I'm trying to count a redistributed data every 24 hr, from a data set that is take...

6 years ago | 0 answers | 1

0

answers

Question


Data selection using Nested Loop
Hello Everyone, I'm trying to replace data in a cell array with NaN based on a range of values of max and min. In other words, ...

6 years ago | 1 answer | 0

1

answer

Question


Expanding Cell Array using repmat with a loop
Hello Community, I'm trying to expand a column vector A([4,5,9,8],1) by using different sizes hold in a vector B([40,10,20,70],...

6 years ago | 2 answers | 0

2

answers

Question


Generating a table with text
Hello Community, I have a question about the command to generate a table with several variables. I have 5 arrays and one is a...

6 years ago | 2 answers | 0

2

answers

Question


Plot loop n variables
Hello Community, I have been trying to create a plot of several arrays in loops, but I have problems assigning the change of ...

6 years ago | 2 answers | 0

2

answers

Question


How to split divide an array on specific sections?
I have a double array of dimension (10000,5), the first column of the array is an ID going from 1-10. The other 4 columns are th...

6 years ago | 2 answers | 0

2

answers

Question


How to average time data every 1/4 of hour?
Hello Community, I have a problem to average data every quarter of hour. I have to array of the same length. Vector "t" shows t...

6 years ago | 2 answers | 0

2

answers

Question


How to create a loop function within the same array?
Hello, I'm trying to operate with an array of over 100000 data points (i.e. "k"). I have one array with the ID (i.e."ID") of th...

7 years ago | 1 answer | 0

1

answer

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 years ago