Community Profile

photo

Lisa M


Last seen: 9 maanden ago Active since 2019

Statistics

  • First Answer
  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Answered
When I perform a BoxCox transformation on a column of data where can I seem the lambda value used?
do not do [TRANSDAT] = boxcox(X); instead do [TRANSDAT, LAMBDA] = boxcox(X);

ongeveer een jaar ago | 0

Answered
Limiting number of characters to three positions (ranging from 0–100)
https://www.mathworks.com/matlabcentral/answers/504445-limiting-number-of-characters-to-three-positions-ranging-from-0-100#comme...

ongeveer 4 jaar ago | 0

| accepted

Question


Limiting number of characters to three positions (ranging from 0–150)
The code below limits number of characters to three positions ranging from 0 to 100. if length(string) <= 1 || strcmp([string, ...

ongeveer 4 jaar ago | 1 answer | 0

1

answer

Question


Limiting number of characters to three positions (ranging from 0–100)
So far the code restricts character responses to keys 0-9. However you could type 300. I would like to limit the response in a w...

ongeveer 4 jaar ago | 1 answer | 0

1

answer

Question


Using fprintf: string in array is NaN
Hi Everyone, Please, see my code below. My data.name variable which is a string contains only NaN values when printed. Any su...

ongeveer 4 jaar ago | 1 answer | 0

1

answer

Question


Trying to get onset time of first keypress using a sliding scale in Psychtoolbox
I have a slider which you can move left and right and I am trying to get the onset time of the first keypress. However, right no...

ongeveer 4 jaar ago | 0 answers | 0

0

answers

Question


Compare Betas from two different GLMS
Hi I am trying to compare the betas from two different glms. For each model I have the following output: (This is the output f...

meer dan 4 jaar ago | 2 answers | 0

2

answers