photo

sandy


Last seen: 4년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

4 질문
0 답변

Cody

0 문제
3 답안

순위
236,180
of 301,637

평판
0

참여
4 질문
0 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,366

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
79,029
of 175,891

참여
0 문제
3 답안

점수
40

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


Fitting gaussian exponential to logscale
Hello! I have been trying to fit a log scale plot to an exponential function given below: fun=@(t,x)2*(t(1))^2.*(1-exp(-((x./t...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Loop through file names and load data
Hello I have more than 50 dat files with a filenames that vary according to the parameters specified. Example: 'Au_L707,22,2...

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

1

답변

질문


Find the file that gives minimum standard deviation
Hello, I have written a piece of code in the following to select some files in order to find the difference between two dat f...

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

1

답변

질문


Compare experimental and simulated image to estimate error
Hello! My aim is to compare experimental image with several simulated images to extract the error and to finally make a plot of...

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

1

답변

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

6년 초과 전

문제를 풀었습니다


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

거의 7년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

거의 7년 전