Statistics
RANK
3,888
of 295,638
REPUTATION
14
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
12
RANK
of 20,255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,207
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How to put a title on a colorbar?
Thanks Jonathan, you got me over the line. I prefer implementing your recommended approach in one line: set(get(hcb,'Title'),...
11 years ago | 2
Question
How to put a title on a colorbar?
I have a 3D surface surf(X,Y,Z) viewed from view(0,90) with a colorbar which I want to put a title on. The help instructions tal...
11 years ago | 4 answers | 8
4
answersQuestion
why is a blank ignored in strcat
as an example, the following code: strcat(num2str(1,'%02.0f'), '-', num2str(2), ' ', num2str(3), ':', num2str(4,'% 2.0f')) ...
11 years ago | 3 answers | 0
3
answersQuestion
Help me get a numeric answer please. I have a symbolic answer for x but just want a number. Conversion with double(x) doesn't work???
_The code I type is:_ evalin(symengine,... ['numeric::solve(tan(pi*x/180)'... '+tan(((4000-2672)/2672)*pi*x...
11 years ago | 1 answer | 0
1
answerQuestion
What is cause of my timeseries data assignment error please
NaN should correspond with data type single but isn't accepted - see below. ------------------------------------------------- ...
12 years ago | 0 answers | 0
0
answersQuestion
Can't change variable name or delete variable
I have a <1x1 struct> xxx with a field <18x1 struct> yyy containing 2 fields aaa and bbb of simple values. - With the variable...
12 years ago | 1 answer | 0
1
answerQuestion
LEGEND TITLE
I am using the following command line to change the text of a figure's default legend: legend('820mm','750mm','680mm','585m...
13 years ago | 1 answer | 2