photo

ICR


Last seen: 2년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Finding x value at 10% of max y value, after the max
% Find the max value for your data maxVal = max(SeventyMeV); maxVal90 = round(maxVal)*(9/10); % if you have enough datapoints ...

3년 초과 전 | 0

답변 있음
Multiple lines of similar variable names
Hi It is not advisable to change the variable names within the loop due to various reasons mentioned in this link: https://de...

3년 초과 전 | 1

| 수락됨

답변 있음
Matching the size of two matrices based on values of a column
Hi, This should work. % Generate random integers B = randi(24,[24 3]); B(:,3) = 24:-1:1; % Replace these two your data A ...

3년 초과 전 | 1

답변 있음
I have a folder of .tif images that need to be converted to a different format for downstream analysis
Hi, I think your input tif files are in single format whereas your output file format which is jpeg doesn't support single for...

3년 초과 전 | 0

| 수락됨