Community Profile

photo

Lisa M


Last seen: 9 mois il y a Actif depuis 2019

Statistiques

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

Afficher les badges

Content Feed

Afficher par

A répondu
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);

environ un an il y a | 0

A répondu
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...

environ 4 ans il y a | 0

| A accepté

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, ...

environ 4 ans il y a | 1 réponse | 0

1

réponse

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...

environ 4 ans il y a | 1 réponse | 0

1

réponse

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...

environ 4 ans il y a | 1 réponse | 0

1

réponse

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...

environ 4 ans il y a | 1 réponse | 0

0

réponse

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...

plus de 4 ans il y a | 2 réponses | 0

2

réponses