Community Profile

photo

Lisa M


Last seen: 10개월 전 2019년부터 활동

Followers: 0   Following: 0

통계

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

배지 보기

Feeds

보기 기준

답변 있음
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);

대략 1년 전 | 0

답변 있음
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...

대략 4년 전 | 0

| 수락됨

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


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

4년 초과 전 | 답변 수: 2 | 0

2

답변