Community Profile

photo

Dubstep Dublin


Last seen: 3 years ago Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How to resize array using a mask
I have got an array a = { 1 , 2 , 3 ; 4 , 5 , 6 ; 7 , 8 , 9 } also have a mask, mask = { 1 ; 0 ; 1 } If I do a*mask, I want th...

3 years ago | 3 answers | 0

3

answers

Question


Replace NaN's in a cell array with blanks (not empty char/string)
Hello, I am using R2015. I am reading my data using xlsread. I have a cell array of numbers/strings and NaN's. I need to rep...

6 years ago | 1 answer | 0

1

answer

Question


Can I see the contents of a csv file live while matlab is still working on it
Hello, My code is writing some data actively into a csv file. I would like to open the csv file and see what my matlab code ...

7 years ago | 3 answers | 0

3

answers

Question


Does anyone know how to get the figure handle and subsequently get the axes labels, legend and x/y axes data for Matlab 2012
Does anyone know how to get the figure handle and subsequently get the axes labels, legend and x/y axes data in Matlab 2012.

8 years ago | 1 answer | 0

1

answer

Question


writing data from a double/cell array to excel file
I have some data in 2 variables as shown below x --> 4x100 double y --> 4x100 double I would like to transpose this data ...

8 years ago | 1 answer | 0

1

answer

Question


how to get the x axis label from figure handle?
I have got the handle to the figure using s=hgload(myimagefile); I would like to know the x axis label in the image. Than...

8 years ago | 1 answer | 0

1

answer

Question


Replacing the contents of a matrix
I have a 1 dimensional matrix (1000 x 1) that consists of numbers from 0 to 63. I would like to replace the contents of this ...

8 years ago | 2 answers | 0

2

answers

Question


How to replace the contents of a cell array
I have a cell array of 2 columns as follows Column1 Column2 AA BB0p0 AA BB0p5 AA BB1p0 AA ...

8 years ago | 1 answer | 0

1

answer

Question


How to extract data from a vector
I have a 400x1 cell vector in the following format AB_ww_CD_xx_EF_yy_GH_zz where ww, xx, yy, zz are numbers For example...

9 years ago | 2 answers | 0

2

answers

Question


How to make a column vector of 2 distinct numbers
How can I make a 400x1 column vector in the following format.. first 100 rows = all 1's 101st to 400th row = all 2's I ...

9 years ago | 4 answers | 0

4

answers