Community Profile

photo

Santos García Rosado


Last seen: 11 months ago Active since 2020

Statistics

  • Thankful Level 4
  • First Answer

View badges

Content Feed

View by

Question


Rearranging array based on number of steps.
Hi everybody, Let's say I have a vector such as: A = (1:24) And I'd like to separate this array into a 2x12 matrix where the ...

3 years ago | 1 answer | 0

1

answer

Question


Replacing matrix n column values
Hello community, If I want to make every negative value inside a matrix equal to zero I would use the following code: MyMatrix...

3 years ago | 2 answers | 0

2

answers

Question


Repeating sequence in xlabel
Hello, I'm trying to repeat a sequence on the xlabel of the figure I've attached. Since I'm plotting a vector that has 160 val...

3 years ago | 1 answer | 0

1

answer

Question


Repeat matrix columns in pairs.
Hello, I'm trying to use the repelem function to repeat some columns of a matrix A like: A = [1 2 3 4; 5 6 7 8]; If I use the...

3 years ago | 2 answers | 0

2

answers

Question


How to get certain matrix columns.
Hello, I'm having trouble trying to get certain matrix columns. Let's say I have Matrix A: A = [1 2 3 4 5 6 7 8 9 10 11 12; 1...

3 years ago | 1 answer | 0

1

answer

Question


Extract columns into new variables efficently
Hi Mathwork's community, So I have a Matrix A such as: A= [1 1 2 2 3 3 1 1 2 2 3 3; 1 1 2 2 3 3 1 1 2 2 3 3]; And a matrix B,...

3 years ago | 1 answer | 0

1

answer

Question


Use two colormaps on 3D figure.
Hello Mathwork's community! I've used the surf function in order to get the attached figure. I was wondering if I could use t...

3 years ago | 1 answer | 0

1

answer

Question


Creating and solving a polynomial equal to zero.
Hello Mathwork's community, I'm trying to define as many polynomial functions as columns I have inside an inital matrix A, such...

3 years ago | 1 answer | 0

1

answer

Question


Write legend on for loop plot
Hello Mathworks community, I'm using the following loop to plot a graph for different scenarios: figure X = [1.182, 1.6, 1.7,...

3 years ago | 1 answer | 0

1

answer

Question


Plot in 300 or 600 dpi
Hello everybody, I'm trying to plot a couple of figures(pie charts, histograms, graphs...) and I was wondering if it is possibl...

3 years ago | 2 answers | 0

2

answers

Question


Placing none NaN values from a matrix to another
Hello everybody, I'm trying to get non NaN values from matrix A: A = [NaN NaN NaN 3 0 NaN NaN 1; NaN 2 NaN 6 1 NaN NaN NaN; 5 ...

3 years ago | 1 answer | 0

1

answer

Question


For loop with if and elseif statements
Could someone please help me out? I've been writting a code for some time now, and I endend up having quite a big matrix for lo...

3 years ago | 1 answer | 0

1

answer

Question


Extract first and last nonzero elemenents inside subarrays avoiding mat2cell
Can somone please give me a hand? I have a matrix A such as: A = [0 0 1 2 0 5 0 0 6 0 3 0 ; 0 3 0 2 6 0 0 0 0 0 0 0]; I'd lik...

3 years ago | 2 answers | 0

2

answers

Question


Make spceficic array values zero.
Hi Mathworks community! I'm having trouble trying to make some of my array values zero. This array corresponds to my Input: I...

3 years ago | 1 answer | 0

1

answer

Question


Mean of matrix subarrays without using a loop.
Hi Mathworks community. I'm trying to calculate the mean value of my matrix subarrays without taking the zero values into accou...

3 years ago | 1 answer | 0

1

answer

Question


Plot histogram values and ranges
Hello Mathwork's community. I'm trying to plot an histogram of a vector and I'm getting the following figure: It's been code...

3 years ago | 1 answer | 0

1

answer

Question


Import Matlab matrix to Simulink
Hello community, I'm trying to input a matrix variable saved from my matlab workspace into Simulink as an Input. The dimensions...

3 years ago | 1 answer | 0

1

answer

Question


Make specific columns of a matrix zero.
Hi Mathworks community! So I have a matrix A such as: A = [1,2,3,4,5,6,7,8,9; 5,8,6,44,8,6,8,7,3; 9,8,7,6,5,4,3,2,1] And an a...

3 years ago | 1 answer | 0

1

answer

Question


Adding two matrixes with different row numbers.
Hi Mathworks community! I have a matrix A(mxn) and a matrix B(lxn) such as: A = [1,2,3,4,5,6,7,8,9,10; 10,11,12,13,14,15,16,17...

3 years ago | 2 answers | 0

2

answers

Question


Sum subarrays of a Matrix.
Hi Mathworks community! Could someone give me a hand? I'm having trouble trying to sum parts of the arrays of a matrix. Let's s...

3 years ago | 2 answers | 0

2

answers

Question


Input Excel Data into simulink without time.
Hi Mathworks community! I'm getting started on Simulink and I'm finding a couple of diffculties. My Simulink model is just math...

3 years ago | 1 answer | 0

1

answer

Question


Can someone explain me how to make this loop efficiently?
Hello Mathworks community! I'm having a bit of trouble trying to code a for loop. This is my code so far. randomNumber1 = 100;...

3 years ago | 2 answers | 0

2

answers

Question


Conditioning a matrix for loop
Hello Mathworks community! Could someone give me a hand? I'm having trouble trying to create a matrix for loop. Since my actua...

3 years ago | 1 answer | 0

1

answer

Question


Modify Repmat function to concatenate array
Hello MathWorks community. I'm trying to concatenate an array of my own "n" times. The thing is that each time each time I conc...

3 years ago | 2 answers | 0

2

answers

Question


Conditional statements on array.
Hello MathWorks community! Could someone give me a hand? I'm struggling on a loop involving a conditional statement in order t...

3 years ago | 3 answers | 0

3

answers

Question


For loop adding and substracting.
Hello Matlab community! Could someone please give me a hand with my code? I've come up with an array such as A = [0, 0, 0, ...

3 years ago | 1 answer | 0

1

answer

Question


Find maximum array values avoiding mat2cell.
Hello Matlab community. I was wondering if someone could give me a hand with a code problem I've been having for a while. So ...

3 years ago | 4 answers | 0

4

answers