Community Profile

photo

Racky


University of Toledo

Active since 2015

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Matrix manipulation coding with If and for loops
I have a n x 2 matrix. I want to basically look at adjacent number in the column one and if the difference in the values is grea...

8 years ago | 0 answers | 0

0

answers

Question


How to insert a blank column in the matrix
Hi All, I have a matrix X [1 2 3 4 5]. How do I insert a blank column in between? Eg X = [1 2 3 (blank) 4 5] Thanks,...

8 years ago | 2 answers | 0

2

answers

Question


Copy particular column from an array
Hi I have an a matrix Y = [ 1 1 1 1 1; 2 3 4 5 6]. How do I copy just the first three values in column 2 into a new matrix ...

8 years ago | 1 answer | 0

1

answer

Question


How to get X and Y values from a Graph
Hi, I plotted a graph of X vs Y in Matlab. I want to get the X and Y values at these points and store them in a text file.I need...

9 years ago | 1 answer | 0

1

answer