photo

goc3


Last seen: Today Actif depuis 2014

Followers: 19   Following: 14

Message

Member of the Community Advisory Board since its inception | MATLAB enthusiast | Code optimizer | Software tester | Materials scientist / mechanical engineer by degree and licensure | Grammar adherent | Favorite element: rhenium

Programming Languages:
MATLAB, HTML, CSS
Professional Interests:
App Building, Data Analysis, Material Sciences, Statistics, Mechanical Engineering

Statistiques

All
MATLAB Answers

6 Questions
11 Réponses

Cody

141 Problèmes
3822 Solutions

Highlights

18 Points forts

RANG
1 376
of 299 157

RÉPUTATION
52

CONTRIBUTIONS
6 Questions
11 Réponses

ACCEPTATION DE VOS RÉPONSES
83.33%

VOTES REÇUS
17

RANG
 of 20 690

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
7
of 163 542

CONTRIBUTIONS
141 Problèmes
3822 Solutions

SCORE
50 738

NOMBRE DE BADGES
204

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
18 Points forts

NOMBRE MOYEN DE LIKES
3

  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • Knowledgeable Level 2
  • Thankful Level 2
  • Number Manipulation I Master
  • Sequences And Series III Master
  • First Review
  • R2016b Feature Challenge Master
  • Likeable
  • Introduction to MATLAB Master
  • Curator
  • Matrix Patterns II Master

Afficher les badges

Feeds

Afficher par

Réponse apportée
Quench Simulation with finite difference. Assistance with implementing variying thermal conductivity (k) for changes in temperature (T))
Does this work?: if T >= 1066 kth_polyVec = [14.6, 0.01]; else kth_polyVec = [50.3, -0.02]; end

8 mois il y a | 0

| A accepté

Réponse apportée
Can't open additional instance of MATLAB in release 2024b?
I am using an older Mac (Intel) and OS (Ventura), so, I do not know if this will help. Nonetheless, I am still able to open an ...

9 mois il y a | 0

Réponse apportée
Smart Indenting now Removes Whitespace
Release 2024a includes a setting for this!! The following code will stop smart indenting from removing white space: s = setting...

plus d'un an il y a | 2

| A accepté

Réponse apportée
Unwanted editor behavior: whitespace only lines trimmed
Release 2024a includes a setting for this!! The following code will stop smart indenting from removing white space: s = setting...

plus d'un an il y a | 1

Réponse apportée
Smart indent new bheaviour (removing whitespaces) is messing with Git
Release 2024a includes a setting for this!! The following code will stop smart indenting from removing white space: s = setting...

plus d'un an il y a | 1

Réponse apportée
Custom UI Components are removed from re-opened app file
I believe I figured out the problem. While creating another component, I configured it for use in apps at the beginning and repe...

presque 2 ans il y a | 0

| A accepté

Question


Custom UI Components are removed from re-opened app file
Custom UI Components that I have created work as expected in an app (.mlapp) file. However, after closing the app file, upon reo...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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 ...

presque 3 ans il y a | 4

Question


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

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

1

réponse

Question


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

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

2

réponses

Question


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

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

2

réponses

Question


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

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

1

réponse

Réponse apportée
Problemas 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...

plus de 3 ans il y a | 0

Réponse apportée
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...

plus de 4 ans il y a | 2

| A accepté

Réponse apportée
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...

plus de 8 ans il y a | 1

Réponse apportée
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...

plus de 8 ans il y a | 2

| A accepté

Question


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

environ 9 ans il y a | 1 réponse | 1

0

réponse