Shawn Duenas
Followers: 0 Following: 0
Noise & Vibration Consultant for Rail Industry
Statistiques
RANG
4 753
of 295 712
RÉPUTATION
10
CONTRIBUTIONS
1 Question
5 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
1
RANG
of 20 274
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 359
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Graphics error 2018b: How to move y tick labels next to ticks instead of on top of ticks
In Matlab 2018b, the y-tick numbers are plotted on top of the axis line (on top of the tick actually) and the tick dir seems to ...
presque 6 ans il y a | 1 réponse | 0
1
réponseGraphics error 2018b: How to move y tick labels next to ticks instead of on top of ticks
The thread below has a similar problem and seems to track it down to plotting log-scale and reverse direction. Seems like a Matl...
presque 6 ans il y a | 0
| A accepté
Writing Data to Excel file
To print to different worksheets in the same spreadsheett: xlswrite(myFile, F_drag, 'forceValues') xlswrite(myFile, V_rng, 'Ve...
presque 6 ans il y a | 0
How to use XLSWRITE function in the for loop?
Keep a counter of the number of rows: insertRow=1; for iMat=1:nMat nRow=size(M,1); xlsRange=['A',int2str(insertRow),...
presque 6 ans il y a | 1
Problems about extracting all the data files
replace that line with: ufnames = [ufnames, [fdir fname ext]]; it seems like you're trying to concatenate everything together....
presque 6 ans il y a | 0
| A accepté
Why do tick directions change when log scaling x-axis?
Try this: ha1.XDir = 'normal'; set(ha1,'view',[-180,-90]) I get that same issue: Changing ytick direction is backwards. Chec...
presque 6 ans il y a | 0
| A accepté