Statistiques
RANG
180 871
of 300 857
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 21 097
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
environ 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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 5 ans il y a | 1 réponse | 0
1
réponseA 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 6 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 ...
plus de 6 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 ...
plus de 6 ans il y a


