Shawn Duenas
2019년부터 활동
Followers: 0 Following: 0
Noise & Vibration Consultant for Rail Industry
Feeds
질문
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 ...
거의 6년 전 | 답변 수: 1 | 0
1
답변답변 있음
Graphics 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...
Graphics 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...
거의 6년 전 | 0
| 수락됨
답변 있음
Writing Data to Excel file
To print to different worksheets in the same spreadsheett: xlswrite(myFile, F_drag, 'forceValues') xlswrite(myFile, V_rng, 'Ve...
Writing Data to Excel file
To print to different worksheets in the same spreadsheett: xlswrite(myFile, F_drag, 'forceValues') xlswrite(myFile, V_rng, 'Ve...
거의 6년 전 | 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),...
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),...
거의 6년 전 | 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....
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....
거의 6년 전 | 0
| 수락됨
답변 있음
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...
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...
거의 6년 전 | 0
| 수락됨