Community Profile

photo

Efe IST


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

0

answers

Question


I've got a series of numbers ranging from 2 to 50. How can I make matlab make a calculation for each value and put the results as another column right next to it?
[1,2,3,4,5,6] Let's say that this is my column and I want matlab to make the calculation "(10/n)" in which n represents each val...

8 years ago | 1 answer | 0

1

answer

Question


I have a matrix with 5 columns and I want to plot the fifth one. I also want MATLAB to use dots for the graph and to label the x and y axis. I use plot(matrixname(:,5)) but can't get the graph have dots. Any help is appreciated.
I have a matrix with 5 columns and I want to plot the fifth one. I also want MATLAB to use dots for the graph and to label the x...

8 years ago | 1 answer | 0

1

answer

Question


How can I subtract the two columns of the same matrix?
How can I subtract the two columns of the same matrix?

8 years ago | 1 answer | 0

1

answer

Question


I have a matrix with 3 columns. How can I find the differences between column 2 and 3 for each value on column 1 and add the results as a 4th column into the same matrix?
I have a matrix with 3 columns. How can I find the differences between column 2 and 3 for each value on column 1 and add the res...

8 years ago | 1 answer | 0

1

answer