
goc3
Materials Scientist / Metallurgist / Mechanical Engineer
MATLAB, HTML, CSS
Professional Interests:
App Building, Material Sciences, Statistics, Mechanical Engineering, Metals, Materials and Mining
Statistics
5 Preguntas
5 Respuestas
141 Problemas
3368 Soluciones
CLASIFICACIÓN
2.426
of 273.383
REPUTACIÓN
19
CONTRIBUCIONES
5 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
7
CLASIFICACIÓN
of 18.457
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
8
of 122.818
CONTRIBUCIONES
141 Problemas
3368 Soluciones
PUNTUACIÓN
42.131
NÚMERO DE INSIGNIAS
180
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
2 Temas destacados
MEDIA DE ME GUSTA
6
Content Feed
Smart indent new bheaviour (removing whitespaces) is messing with Git
I submitted a service request regarding the change to smart indenting removing all tab space in blank lines (which I find to be ...
5 meses hace | 0
Pregunta
Moving sum with variable window
The moving sum can be calculated in MATLAB with movsum. However, that function requires that the window be a scalar. Is there a ...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
Convolution using non-constant kernel?
Is there a faster way of performing convolution using a non-constant kernel than with a loop? The kernel contains values complet...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
Quicker way to subtract large vectors using a sliding window?
Below is code with comments for two versions of vector subtraction using a sliding window. I got the math to work (first method ...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
MATLAB Compare Tool in 2021b
Some changes have been made to the comparison tool in MATLAB 2021b that are steps backwards, in my opinion. Or, there are prefer...
alrededor de 1 año hace | 1 respuesta | 2
1
respuestaProblemas in Cody Area
Mariola, I just checked your community profile and I do not see any Cody progress. Are you sure that you were logged into mathwo...
más de 1 año hace | 0
Precision problem while solving Cody Problems
There are quite a few problems that have been posted to Cody that erroneously use isequal() to test answers, rather than using a...
alrededor de 2 años hace | 2
| aceptada
How can I split comma-separated numbers inside a cell of a cell array?
Let me know if this is what you're looking for: % define comma-delimited data set cell_dat = {'13,15,21'; '42,40,47,11,3...
más de 6 años hace | 1
converting a Fahrenheit degree to a Celsius degree, then use this function in a “for” loop to calculate the equivalent Celsius degrees for the Fahrenheit degrees from 0 to 200
You don't need to use a for loop. See the following vectorized solution: % create an array from 0 to 200 (default increment...
más de 6 años hace | 1
| aceptada
Pregunta
How to force basic authentication with URLREAD in MATLAB for pages where login is not required?
As of Release 2013a, the URLREAD function now supports basic authentication. However, I can't get it to work for websites where ...
más de 6 años hace | 0 respuestas | 1