photo

Shawn


Pennsylvania State University

2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

9 질문
2 답변

순위
35,235
of 300,847

평판
1

참여
9 질문
2 답변

답변 채택
77.78%

획득한 표
1

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,279

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to align Xaxes for a 2x1 subplot with legends outside and one plot has 2 y-axes
Here is some sample code: figure; %set x limits xls = [1, 20]; %% SubPlot 1 %top plot subplot(2,1,1)...

대략 8년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Port Excel VBA "ActiveCell.SpecialCells(xlLastCell).Select" (ctrl-end) and "Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select" (ctrl-shift-end) to MATLAB using ActiveX Connection
I was able to figure it out. Once I have an active sheet selected, I can then do %get cell A1 getA1 = h.Activesheet.get(...

대략 8년 전 | 0

| 수락됨

질문


Port Excel VBA "ActiveCell.SpecialCells(xlLastCell).Select" (ctrl-end) and "Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select" (ctrl-shift-end) to MATLAB using ActiveX Connection
I'm try to port over two VBA commands. The following example assumes that you fill in file_directory, file_name, and sheet_name ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


How to cumulatively add consecutive ones between zeros in a logical vector
I have a vector that looks like x = [0 0 1 1 0 0 1 1 1 0 0 1] and am trying to obtain y = [0 0 1 2 0 0 1 2 3 0 0 ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Extract rectangular data from a non-rectangular file with header and convert to a structure of column vectors where field names are the second row of the rectangular data
I am trying to read a text file that has a header of varying length due to some options that can be turned on. Below the header ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to remove sets of values from a column vector using two column vectors with the starting and stopping indeces for removal by row
Let's say that I have a column vector, x x = (1:10)' and two column vectors with the starting and stopping indeces, x_st...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to Apply Logical Indexing and Then a Subscript to a Vector in One Line of Code
Let's say I have a vector a=(linspace(1,10,10))'; And a set of logicals to shrink this vector b=logical(zeros(10,1)...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


How to Add a Marker (say an asterisk) to a Hist3 Plot
I am trying to add asterisks to my histograms to mark various important points. Currently, I use the following code for my hist...

거의 11년 전 | 답변 수: 0 | 1

0

답변

질문


How to Obtain the Indeces of the Minimum Value of Each Row in a Matrix and then Apply These Indeces to a New Matrix of the Same Size
Say I have the following matrices: x = [3 4; 1 3; 2 5; 7 4]; y = [1 2; 3 4; 5 6; 7 8]; If I want the minimum values b...

거의 11년 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to make a histogram using accumarray and surf with decimal values on the axes?
Using hist3 appears to be the way to go for my problem. X=[vec1 vec2]; hist3(X,{2:0.1:4 -0.135:0.01:0.145}) set(gcf,'...

대략 11년 전 | 0

| 수락됨

질문


How to make a histogram using accumarray and surf with decimal values on the axes?
I have some code: #My data vec1=...; vec2=...; #Interpolation points intptsvec1=linspace(2,4,21); intptsvec2=l...

대략 11년 전 | 답변 수: 2 | 0

2

답변