Community Profile

photo

cgenes


Last seen: 3 years ago Active since 2016

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 3

View badges

Feeds

View by

Question


have I calculated 'scores' correctly for ROC curve input from PLS-DA
HI i've used plsregress() on some FTIR chemical spectrum data, to get a model which predicts a categorical variable (but becau...

5 years ago | 0 answers | 0

0

answers

Answered
how to find x from a fixed y, when using a sigmoidal fit
Oh yes I was being dim of course you just rearrage the formula to solve for x %-- rearrange the formula syms param1 param...

5 years ago | 0

| accepted

Question


how to find x from a fixed y, when using a sigmoidal fit
HI there sure this is super simple - but it's making my head hurt I have a sigmoidal fit - which finds y for any x But i wa...

5 years ago | 1 answer | 0

1

answer

Question


what do lines that double back on themselves mean box plots
HI i'm using anova1 and it produces plots like this it's a dumb question: but what do the lines mean that double back on t...

5 years ago | 1 answer | 2

1

answer

Question


multiply all numbers above a threshold in a matrix by n, but only on certain indices, and keep original matrix dimension
Hi, I want to multiply all numbers above a threshold in a matrix by n, but only on certain indices, and keep the original matr...

5 years ago | 1 answer | 0

1

answer

Question


error in heat transfer example
Hi when working through the example https://uk.mathworks.com/help/pde/ug/heat-distribution-in-a-circular-cylindrical-rod.html ...

5 years ago | 1 answer | 0

1

answer

Question


cell2mat error in reading in e+ (scientific notation)
Hi i'm really puzzled as this bit of code has worked well in the past - but now does not work properly, as it no longer conve...

5 years ago | 0 answers | 0

0

answers

Question


how to create a volume using x,y,z co-ordinates for use in isosurface & isocaps function
Hi I have x,y,z co-ordinates - which you can visualise with " figure, stem3(xI, yI, zI, 'MarkerFaceColor', 'g'); " , if y...

5 years ago | 1 answer | 0

1

answer

Question


plotting pixel values on a 256x256 image when only some pixel co-ordinates are known, and the unknowns can be 0 or NaN
I have the indices (x,y co-ordinates) and pixel values i want to visualise on a 256x256 image (i don't have all the pixel co-ord...

5 years ago | 1 answer | 0

1

answer

Question


Error using cell2mat (line 52) CELL2MAT does not support cell arrays containing cell arrays or objects.
HI I have a cell array {4000x1 cell, 5000x1 cell} containing strings 'nameA', 'nameB' - I want to concatenate them into 1 long c...

6 years ago | 1 answer | 0

1

answer

Question


boxplot from a structured array
hi i have a structured array it's like this name_of_image(1).stats name_of_image(2).stats etc in .stats is a ...

7 years ago | 1 answer | 0

1

answer

Question


plot middle and end of an array
HI i want of plot the beginning and end of an array, leaving out the middle bit something like . . . (here the comma doesn't ...

7 years ago | 1 answer | 0

1

answer

Question


showing K means clusters image in colors rather than grey scale
Hi I have clustered my image into 8 different clusters now I have got to this bit in the example on your web page <https...

7 years ago | 0 answers | 0

0

answers

Question


save('-append') does not work ; what am i doing wrong?
Hi I load in a .mat file into my script which contains a structure array of various variables - one of them the name of some...

7 years ago | 0 answers | 0

0

answers

Question


accessing double arrays in a multidimensional array
Hi I have an array which is 256x156x1056 double. (X,Y,Z [where the Z has it's own X,Y]) 1) How do you access the double? - ...

7 years ago | 1 answer | 0

1

answer

Question


sort X and Y columns according to a repeated string in a 3rd column and scatter plot
Hi, I have 3 columns (in a struct array called "data") columns are; "subject", "timepoint", "perimeter" . How can can I use som...

7 years ago | 2 answers | 0

2

answers

Question


Create and save imfreehand() positions until the user clicks a button to finish
Hi, I want an image to open and the user to draw ROI with imfreehand() until they are finished - with the co-ordinates save...

7 years ago | 1 answer | 0

1

answer