photo

Jason


Last seen: Today 2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

500 질문
63 답변

순위
1,554
of 300,950

평판
45

참여
500 질문
63 답변

답변 채택
70.0%

획득한 표
31

순위
 of 21,120

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,885

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 1
  • 3 Month Streak
  • Thankful Level 5
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
General Blockproc questions that aren't in the documentation
Is it also possible to "exclude" and sub images that aren't full size (i,e where the red crosses are) (without rezising/imcrop ...

2일 전 | 0

질문


General Blockproc questions that aren't in the documentation
I have 4 question's regarding Blockproc. 1: When you take an image and break it up into smaller images (ROI's) to use blockpr...

2일 전 | 답변 수: 3 | 0

3

답변

질문


Changing the brush color using a color picker - different format
whats the best way to convert the numbers in val val =[1 1 0] % From color picker To the format required here: marker.FaceC...

10일 전 | 답변 수: 1 | 0

1

답변

질문


Creating a Input dlg with the current Format type, with variable number of entries
Hi, I want to be able to create an iput dlg box which will allow me to change the format of a uitable. The number of cols in th...

10일 전 | 답변 수: 1 | 0

1

답변

답변 있음
Endwith pattern using editfield
Ive answered it myself. Use this in the editfield box '0001 0016 0032 0048' then do this: s=app.PatternEditField.Value ...

16일 전 | 0

| 수락됨

질문


Endwith pattern using editfield
Hello. I am wanting to load images which end with the following sequence numbers as shown in pat. pat=["0001","0016",...

16일 전 | 답변 수: 1 | 0

1

답변

질문


Modifying sequential filenames with padded numbers
Hello, I am trying to create some file names to save a setr of images and have so far done this: >> filenames = "clock_" + stri...

17일 전 | 답변 수: 1 | 0

1

답변

질문


Add a datestr to duration data to get in datestr format
Hi, I have a graph where Im plotting on the x-axis time by using tic then in a loop making measurements 'Y' and performing ten...

대략 1개월 전 | 답변 수: 2 | 0

2

답변

질문


Fitting to exp plus a constant
Hello, I am trying to fit some data to an exponential + constant function and have this approach that I came across: % code i...

대략 1개월 전 | 답변 수: 1 | 0

1

답변

질문


Passing Data from child app back to parent app.
Hello. I am trying to pass data from from a child app that is called from within my main app. My main app is H_TestSoftware.m...

대략 1개월 전 | 답변 수: 1 | 0

1

답변

질문


Copy Legend from UIAxes to another UIAxes
Hello,i want to copy a plot on a uiaxes to another uiaxes and can do using the following - but I can't get the legend to copy ac...

대략 2개월 전 | 답변 수: 1 | 0

1

답변

질문


Creating a polynomial fit expression using just the order number
Hello. Im performing a fit to data using e.g a 3rd order polynomial and the expresion below. For cases when i want e.g a 4th or ...

2개월 전 | 답변 수: 1 | 0

1

답변

질문


Creating an event for "DrawRectangle" such as right click on mouse
Hello, i am drawing 2 rectangles on an image ax=app.UIAxes; % Axes that image is on numROIs = 2; roiPos = zero...

2개월 전 | 답변 수: 0 | 0

0

답변

질문


Imtile resolution changes with figure height
Hello, Im using imtile to create a montage from an array of images out=imtile(IMarray,'GridSize',[r c]); I display this on a ...

2개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
Saving a grid of lines to be recalled using findobj and assigning to an app property
Maybe I should back away from graphic object handles and just use XLine and Yline to create my grid and just save the vector val...

4개월 전 | 0

질문


Saving a grid of lines to be recalled using findobj and assigning to an app property
Hi, I have an image on uiaxes that I often draw a grid on and each region I perform some kind of analysis. For example in the pi...

4개월 전 | 답변 수: 3 | 0

3

답변

질문


Group multiple lines to one "object" and be able to "toggle" on or off
Hi, I have this functioj that draws a grid on an image function drawGrid(RowSize,ColSize,IM,ax) % Rowsize=512 % C...

4개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
Setting the UserData property of a plot with max and min values
Think I have the answer, this works p.UserData % See current value p.UserData=[mx,mn] % Set mx &...

4개월 전 | 0

| 수락됨

질문


Setting the UserData property of a plot with max and min values
Hello, I am wanting to normalise a plot (between 0 and 1) with the option of undoing it. This is my code to perform the norma...

4개월 전 | 답변 수: 2 | 0

2

답변

질문


Extracting spot coordinates from an given line in an image for an almost regular hex pattern of spots but when there is a slight tilt on Y coordinate values.
Hello, I have greyscale image that I am trying to get the positons of the centroids within a given row (i.e the red line below) ...

7개월 전 | 답변 수: 1 | 0

1

답변

질문


Create an extra row in a table that show the means of all columns (but without any extra headings)
Hello, I have a table that I have created and display it in text area This is my code: params = ["ROI_L";"ROI_C";"RO...

7개월 전 | 답변 수: 1 | 0

1

답변

질문


Problem with fit Model with odd order polynomial
Hi, I have the data as below. Its fits OK'ish to a 3rd order (odd polynomial), but then becomes terrible when trying a 5th orde...

7개월 전 | 답변 수: 2 | 0

2

답변

답변 있음
Looping thru lists containing ROI's and Axes, then creating a table - rather than using the same code sequentially
Seems like this works IMlist={ROI1,ROI2,ROI3}; AXlist={ax1,ax2,ax3}; FWHMX=[]; FWHMY=[]; FWHM2D=[]; CenInt=[]; ...

7개월 전 | 0

| 수락됨

질문


Looping thru lists containing ROI's and Axes, then creating a table - rather than using the same code sequentially
Hello, I have 3 ROI (images), ROI1, ROI2 & ROI3 that are children of their respective uiaxes (ax1,ax2,ax3) Im interested in c...

7개월 전 | 답변 수: 1 | 0

1

답변

질문


Indexing vectors with a zero and creating a "predicted" vector knowing what the diff should be
I have some measured values as below (that should be multiples of some fixed value) xmeasured = -52.9734 -39.7061 -26.4657 ...

7개월 전 | 답변 수: 3 | 0

3

답변

질문


Extract certain data from array where repeats are present (but constant values)
Hello, I have some data where I my relevant column (Y position) is as this yellow graph I want to pull out just the data tha...

7개월 전 | 답변 수: 1 | 0

1

답변

질문


Extracting Data from Cell array with multiple values per column
Hi, I have this cell array of 4 columns, but in each column there are 3 values. RESHAPED D2 = 195×4 cell array {["...

7개월 전 | 답변 수: 2 | 0

2

답변

질문


Populating a tiledlayout vertically rather than horizontally
Hi, I have an 1D array of images in a cell array. I want to montage them using my own settings, so I have been using tiledlayo...

8개월 전 | 답변 수: 1 | 0

1

답변

질문


Assigning tstart to tic, when tic is a timer start function
Hello, Im using a timer object to set some function going with a delay that occurs at a time whilst a loop containing a pause is...

8개월 전 | 답변 수: 1 | 0

1

답변

질문


Inserting additional data in an already created table
Hello, Im messing around with tables again and create one from the user inputs from inputdlg prompt = {'Soak(s)','Soak Move...

9개월 전 | 답변 수: 2 | 0

2

답변

더 보기