photo

mackhina


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
4 Answers

RANK
154,238
of 300,364

REPUTATION
0

CONTRIBUTIONS
6 Questions
4 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

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

6 years ago | 0

| accepted

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

6 years ago | 0

Question


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

6 years ago | 3 answers | 0

3

answers

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

6 years ago | 0

| accepted

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 2 answers | 0

2

answers

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

6 years ago | 0

| accepted

Question


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

6 years ago | 4 answers | 0

4

answers

Question


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

6 years ago | 1 answer | 0

1

answer