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'),...
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年 前 | 2
質問
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年 前 | 4 件の回答 | 8
4
回答質問
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年 前 | 3 件の回答 | 0
3
回答質問
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年 前 | 1 件の回答 | 0
1
回答質問
What is cause of my timeseries data assignment error please
NaN should correspond with data type single but isn't accepted - see below. ------------------------------------------------- ...
12年弱 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年弱 前 | 1 件の回答 | 2