photo

mackhina


Last seen: 10개월 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
4 답변

순위
161,728
of 297,648

평판
0

참여
6 질문
4 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,460

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,301

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
App Designer: XY Zoom and XY Pan settings
This solutions seems to work to maintain the Z-Axis for both the zoom and pan: UIAxes' YLim property cannot be listened to I ad...

대략 5년 전 | 0

| 수락됨

답변 있음
App Designer: XY Zoom and XY Pan settings
That stops the clipping in the Z axis, but I get axes now show through the plot when I zoom in, so the data isn't really useable...

대략 5년 전 | 0

질문


App Designer: XY Zoom and XY Pan settings
Hi everyone, Is there a way to lock/choose the XY settings for the zoom and pan features when viewing a 3D surf plot in App Des...

대략 5년 전 | 답변 수: 3 | 0

3

답변

답변 있음
App Designer: Create drop down list from unique table values
This works (although it hurts to look at)... unique_values = cellstr(num2str(table2array(unique(t(:,1))))); app.DropDown.Items...

대략 5년 전 | 0

| 수락됨

질문


App Designer: Create drop down list from unique table values
Hi everyone, Is there a work around in App Designer to set the drop down list as unique numbers from a table? t = readtable('...

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

1

답변

질문


Generate (X,Y) grid coordinates from within contour boundary
Hi Everyone I have the (X,Y,Z) coodinates for a contourf plot. I want to extract sample (X2,Y2) coordinates for a given size w...

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

1

답변

질문


Help - Smoothing surf plot, reduce surf detail and speed up performance
Hi everyone I've got a large 3000x2000 matrix (Z) that represents the depth values for a topogrpahical surface plot. Because o...

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

2

답변

답변 있음
Find the median row of a binary column and replace the column with just the median row
Got it. Not the most elegant solution, but it works. Thanks for the tips! size_image = size(image) filt_image = zeros(size_ima...

대략 5년 전 | 0

| 수락됨

질문


Find the median row of a binary column and replace the column with just the median row
I have some binary columns with ones and zeros. I would like to replace the places where there are multiple rows of ones with ju...

대략 5년 전 | 답변 수: 4 | 0

4

답변

질문


Shift figure to specific Z axis location
I am trying to plot a scatterplot against a topographical figure. When I opent the figure is currently set to the z-axis at 0. W...

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

1

답변