photo

Mark Cohen


UCLA

Last seen: 3개월 전 2017년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
Format axes Tick Labels in log scale
Here is a simple solution to formatting labels on MATLAB log plots yt = get(gca,'ytick'); for j=1:length(yt) % With log p...

대략 4년 전 | 0

답변 있음
Error every time I create a new plot
This produces the same error: >> clf;plot([1:10]) Undefined function 'ax_create' for input arguments of type 'matlab.gra...

5년 초과 전 | 0

질문


Error every time I create a new plot
Each time I execute a command such as: >> clf; plot(H(:,3),H(:,2),'o'); >> clf; hist(H(:,3)); >> clf; surf(H); >> ...

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

2

답변

질문


How do I deactivate matlab from a lost computer
My computer was lost and destroyed. On it was my current MATLAB license. I would like to renew MATLAB on my replacement computer...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Callback error in Classification Learner
While attempting to follow the tutorial at <https://www.mathworks.com/help/stats/train-logistic-regression-classifiers-in-classi...

7년 초과 전 | 답변 수: 0 | 0

0

답변