photo

Pierce Brady


Cork Inst of Technology

Active since 2009

Followers: 0   Following: 0

Message

Statistics

All
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • First Answer

View badges

Feeds

View by

Answered
Remove common factor from axis
Problem half sorted. cX = [1 2]; cY = repmat(linspace(1,8,256),2,1).'; cZ = repmat(linspace(1,8e6,256),2...

13 years ago | 0

Question


Remove common factor from axis
Hey, I'm trying to remove the common factor from the axis of a plot. This is what i'm doing. (its a custom color bar) cX = [...

13 years ago | 2 answers | 0

2

answers

Answered
Solving system of 3 non-linear equations.
the output class will be syms, so try casting the answer to a double class(ans) double(ans) class(ans)

13 years ago | 2