photo

Shawn Duenas


2019년부터 활동

Followers: 0   Following: 0

메시지

Noise & Vibration Consultant for Rail Industry

통계

MATLAB Answers

1 질문
5 답변

순위
5,055
of 297,527

평판
10

참여
1 질문
5 답변

답변 채택
100.0%

획득한 표
1

순위
 of 20,454

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,075

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 1
  • First Answer

배지 보기

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...

대략 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...

대략 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),...

대략 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....

대략 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...

대략 6년 전 | 0

| 수락됨