Community Profile

photo

Mark Cohen


UCLA

Last seen: 2 years ago Active since 2017

Followers: 0   Following: 0

Statistics

  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
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 years ago | 0

Answered
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 years ago | 0

Question


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 years ago | 2 answers | 0

2

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers