Sterling Baird
Followers: 0 Following: 0
Estadística
4 Preguntas
6 Respuestas
3 Archivos
CLASIFICACIÓN
2.683
of 296.352
REPUTACIÓN
22
CONTRIBUCIONES
4 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
11
CLASIFICACIÓN
8.615 of 20.394
REPUTACIÓN
91
EVALUACIÓN MEDIA
4.90
CONTRIBUCIONES
3 Archivos
DESCARGAS
7
ALL TIME DESCARGAS
527
CLASIFICACIÓN
of 156.133
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
Enviada
iGB5DOF
Drop-in replacement for Bulatov, Reed, Kumar (BRK) function, GB5DOF.m. We provide a higher fidelity and more versatile iGB5DOF.m...
casi 3 años hace | 1 descarga |
Enviada
Five Degree-of-Freedom Grain Boundary Interpolation
Fast Gaussian Process Regression (GPR) interpolation of small and large grain boundary property datasets in a 5 degree-of-freedo...
casi 3 años hace | 1 descarga |
Pregunta
Guassian Process Regression (fitrgp()): Setting KernelScale as a constant without specifying FitMethod as 'none'
I'd like to set KernelScale as constant similar to how ConstantSigma can be specified; however, if I choose FitMethod='none', th...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Sampling from Posterior Distribution of GPR Model from fitrgp()
I can get a gprMdl via: rng(0,'twister'); N = 100; x = linspace(-10,10,N)'; y = 1 + x*5e-2 + sin(x)./x + 0.2*randn(N,1); gp...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaHow can I label my graphs as (a), (b), (c) etc in subplot matlab?
Personally, I've liked using: nIDs = 4; alphabet = ('a':'z').'; chars = num2cell(alphabet(1:nIDs)); chars = chars.'; charlb...
alrededor de 4 años hace | 8
Enviada
tblvertcat
Vertically concatenate 2+ tables, each with common and/or different field names and variable number of rows.
más de 4 años hace | 5 descargas |
How can I concatenating 2 table
outerjoin() works in the case you described (no common variable names between the tables), but when that's not the case, it will...
más de 4 años hace | 0
How to vertically concatenate two tables with different sizes
Also consider looking at FEX: tblvertcat which builds on outerjoin and supports 2+ tables and shared variable names tblvertcat(...
más de 4 años hace | 0
Way to concatenate tables with some but not all variables in common?
Here is a "canned" FEX function (tblvertcat) I just refactored using some old code I wrote a while ago and based on a MATLAB Ans...
más de 4 años hace | 2
Merge tables with different dimensions?
I built on Guillaume's answer a while back, and recently ended up making and submitting a FEX function (tblvertcat) that support...
más de 4 años hace | 1
help in propagation of uncertainty calculations
While not a MATLAB solution (you mentioned other functions as being OK), Mathematica 12 has an experimental set of functions, on...
más de 4 años hace | 0
Pregunta
Is it possible to do functional gaussian process regression using fitrgp?
My understanding is that typical gaussian process regression assumes that direct observations are made: e.g. what is the altitud...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I call a function within another function?
How do you call a function within a function like %filename: calculateA.m function calculateA(arg1, arg2) %calculations ...
casi 6 años hace | 3 respuestas | 0