photo

Pierce Brady


Cork Inst of Technology

自 2009 起处于活动状态

Followers: 0   Following: 0

消息

统计学

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

查看徽章

Feeds

排序方式:

已回答
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 前 | 0

提问


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 前 | 2 个回答 | 0

2

个回答

已回答
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 前 | 2