Statistics
RANK
4.648
of 260.495
REPUTATION
8
CONTRIBUTIONS
12 Questions
11 Answers
ANSWER ACCEPTANCE
41.67%
VOTES RECEIVED
8
RANK
of 17.902
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 111.938
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
Content Feed
Question
Error setting property 'YLabel' of class 'Axes':
I'm getting the error message: Error setting property 'YLabel' of class 'Axes': Value must be 'matlab.graphics.Graphic...
4 días ago | 1 answer | 0
1
answerQuestion
unpreditable behavior of importdata
I have a data file consisting of 5 headerlines % Model: Test % Version: Software % Date: ...
alrededor de 1 mes ago | 0 answers | 0
0
answersQuestion
How can I make the default LabelFontSize work also for a tiledlayout ?
How can I make the default LabelFontSize work also for a tiledlayout ? The setting which works for nomal plots does not work fo...
6 meses ago | 0 answers | 1
0
answersQuestion
How to set the defaultAxesFontSize for a Shared Axes Label
I can set the defaultAxesFontsize for my plots as: set(groot,'defaultAxesFontSize' ,18); This works for me...
6 meses ago | 0 answers | 0
0
answersQuestion
coordinate data in the text command
Is it possible to somehow put both, x- and y-coordinate, with a single variable of two fields into the location fields of the ...
7 meses ago | 2 answers | 0
2
answersQuestion
to use tiledlayout to arrange pre-existing axes ?
I would like to arrange otherwise created axes-objects with there lines axis limits colors legend etc. on a figure. The handlin...
7 meses ago | 1 answer | 0
1
answerQuestion
setting the "hold" property for axes
the suggested way to set hold to "on" "all" oder "off" seems to be writing hold on or ax=plot(x,y); hold(ax,'on'); To set m...
7 meses ago | 2 answers | 0
2
answersHow do I make both yyaxis axes zoom together?
This works for me (R2018a), as long as I do not choose "Reset to original view" or "Zoom out" after zooming in. If I try this...
casi 4 años ago | 0
optimset without effect --- option MaxFunEvals seems to remain unchanged after the options=optimset - command
Ah, yes I thought so. Thank You! options = optimset('MaxFunEvals',100000,'MaxIter',10000); BestOffset = fminsearch( @...
alrededor de 6 años ago | 0
Question
optimset without effect --- option MaxFunEvals seems to remain unchanged after the options=optimset - command
Writing the commands options = optimset('MaxFunEvals',100000,'MaxIter',10000); optimset('fminsearch') I receive the ...
alrededor de 6 años ago | 2 answers | 0
2
answersQuestion
Signal Toolbox command "findpeaks" creates warning "NARGCHK will be removed in a future release" each time it is called. How can I switch this off ??
MS-Windows 8.1 64 bit; MATLAB Version 9.0 (R2016a); Signal Processing Toolbox Version 7.2 (R2016a); The Signal Toolbox c...
alrededor de 6 años ago | 0 answers | 0
0
answersDeploy for windows 32-bit from a 64-bit computer
You can use "Windows Virtual PC". It generates a 32bit Windows XP environment and you can run any 32 bit applications in it. So ...
alrededor de 11 años ago | 0
tick labels and the scaling exponent - where is the string stored ?
So I can't delete it ? When I use datetick, I always get the 10^5 from the original ticks remaining while the ticks are repla...
más de 11 años ago | 0
Cosine with drift in time series.
'fminsearch' might be a handy tool. With it You can choose a type of function that You would like extract and calculate the c...
más de 11 años ago | 0
Question
bitmap generating alternative to the 'pcolor' command
When I use pcolor I get as many colored areas, each of them individually located, as I have data points. That can become a...
más de 11 años ago | 0 answers | 0
0
answersQuestion
tick labels and the scaling exponent - where is the string stored ?
I'm using R2009a and Win7 64bit. I'm looking, where the scaling exponent of the ticks is stored. Try: xlim([100000 200000]) ...
más de 11 años ago | 2 answers | 0
2
answersremoving ticks
a continuation of this problem occurs if I apply the command datetick This changes the number-labels into dates but leaves be...
más de 11 años ago | 0
removing ticks
OK, thank You Friedrich and Jan Both Your suggestions work. To summarize the explanation of Jan why the problem occurs: The...
más de 11 años ago | 0
removing ticks
Yes, You are right, that works ! Thank You. However I'm still confused: 1: That I do not have to remove the xticklabel, if I u...
más de 11 años ago | 0
removing ticks
A very simple code with data generating my problem is: clear A(1,1:21)= 100000:100020; B(1:100,1)= 1:100; C(1:100,1:21)=33; fi...
más de 11 años ago | 0
removing ticks
I'm using R2009a and Win7 64bit. pcolor(Times{Sensor}, Freq{Sensor}, Pow{Sensor}); set(gca,'xtick',[]) ...
más de 11 años ago | 0
Question
removing ticks
If I use set(gca,'xtick',[]) the ticks vanish as expected, but the exponent, common for all ticks, remains in the plot at t...
más de 11 años ago | 13 answers | 7