Community Profile

photo

sandy


Last seen: plus de 2 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

Question


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

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

A résolu


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

plus de 4 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a