Community Profile

photo

R2


Last seen: 1 year ago Active since 2014

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Compare elements in a matrix for a variable
Hi I want to compare the elements in a 3D matrix (10x6x31) to a varaible I have. If they match I would like to update the matri...

4 years ago | 1 answer | 0

1

answer

Question


Delete all rows except last one with that index
I have two columns of data where I use the first as the ID and I want to delete all the rows with the same ID except for the las...

6 years ago | 1 answer | 0

1

answer

Question


problem with fprintf using two placeholders
I have written this bit of code to create a macro and write some text to it with two place holders. ap=1:20 jap ...

9 years ago | 1 answer | 0

1

answer

Question


Find if a value in a column is greater than a number and exclude the entire row
I have a numerical array that consists of 9 columns, where I want to consider the values in one of these columns and determine i...

9 years ago | 1 answer | 0

1

answer

Question


Assign different strings in a cell array with a number
I have a cell array that contains a lot of strings, where sometimes the string is repeated throughout the array. I want to assig...

9 years ago | 1 answer | 0

1

answer

Question


How to import data from a csv that contains strings numbers and blank cells
I have a csv that contains a single column with a lot of data in it. The data is a variety of strings, numbers and blanks, where...

9 years ago | 2 answers | 0

2

answers

Question


How to get a 3d scatter plot from an nx3 matrix
Hi everyone, At the moment I have my data stored as an nx3 matrix, however when I try to use the scatter3 function to plot thes...

10 years ago | 1 answer | 0

1

answer

Question


How to import coordinates from a txt/csv file
Hi everyone, I am very new to MATLAb so this is probably a very basic question. I am trying to write a script to analyse som...

10 years ago | 2 answers | 0

2

answers