Community Profile

photo

Lisa M


Last seen: 10 months 前 自 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 year 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答