Fc Fc
Followers: 0 Following: 0
Estadística
7 Preguntas
5 Respuestas
CLASIFICACIÓN
26.385
of 295.569
REPUTACIÓN
1
CONTRIBUCIONES
7 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
28.57%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Personal fit using lsq
Hi, thank you to the both. 1) @Stefan Jung. By your code I get a,b,c values, but when I add the code hold on plo...
más de 6 años hace | 0
Pregunta
Personal fit using lsq
Hi every one. I have a couple of data "t,y" file i need to fit them by using this function <<http://i66.tinypic.com/2...
más de 6 años hace | 3 respuestas | 0
3
respuestasPregunta
How to calculate the area of a fit curve?
Hi, I must calculate the area of 4 fit curves. I wrote: myfitga1_P1P2graf= fit(eVc.',ckgran.','a1_P1graf*exp(-((x-285)/...
más de 6 años hace | 1 respuesta | 0
1
respuestaHow to fit imposing some conditions?
Thank you both for your reply. @Walter (ydata-params(1).*ckgraconv_n - params(2).*ckdian)>0 it is exactly what I must ...
más de 6 años hace | 0
Pregunta
Calculating and plotting FWHM
Hi everyone. I've this code to calculate the FWHM. x=eVcIpicco; y=ckxfitIpicco; maxy=max(y); f=find(y==maxy); ...
más de 6 años hace | 1 respuesta | 1
1
respuestaPregunta
How to fit imposing some conditions?
Hi every one, I've a matlab program. In the program there is a call to an external program for the fit function. This is the ext...
más de 6 años hace | 4 respuestas | 0
4
respuestasPregunta
How to fit using fixed values?
Good morning, I want to fit some data using a gaussian function f(x)=a1_1*exp(-((x-b1_1)/c1)^2 and fixing a1 and c1 values. Is ...
casi 7 años hace | 0 respuestas | 0
0
respuestasPlot legend with multiple fitresult curves
Hi, I solved in this way fitresults{1}=myfitga1; fitresults{2}=myfitga2; figure (5) plot5=figure (5); s...
casi 7 años hace | 0
Pregunta
Multiple gassian fits in same plot
Hi everyone, I need to fit a data set using a single and double gaussian fit. I wrote: global fitresults . . ...
casi 7 años hace | 0 respuestas | 0
0
respuestasProblem using a text file
Hi, thank you! I resolved! I had to load the data file using the load function! input_file_1=input('Nome FILE #1= '); ...
casi 7 años hace | 0
Pregunta
Problem using a text file
Good evening. I have a matlab program (I'm not the author but I must modify it). In the original source (See attachment) files a...
casi 7 años hace | 2 respuestas | 0