photo

goc3


Last seen: Today Attivo dal 2014

Followers: 21   Following: 14

Messaggio

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

Statistica

All
MATLAB Answers

6 Domande
11 Risposte

Cody

141 Problemi
3853 Soluzioni

Discussions

27 Punti principali

RANK
1.394
of 301.537

REPUTAZIONE
52

CONTRIBUTI
6 Domande
11 Risposte

ACCETTAZIONE DELLE RISPOSTE
83.33%

VOTI RICEVUTI
17

RANK
 of 21.318

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
8
of 175.234

CONTRIBUTI
141 Problemi
3853 Soluzioni

PUNTEGGIO
51.779

NUMERO DI BADGE
220

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
27 Punti principali

NUMERO MEDIO DI LIKE
4

  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • Knowledgeable Level 2
  • Thankful Level 2
  • Cody5 Hard Master
  • Cody Contest 2025 Finishers
  • First Review
  • Number Manipulation I Master
  • Sequences And Series III Master
  • R2016b Feature Challenge Master
  • Likeable
  • Introduction to MATLAB Master

Visualizza badge

Feeds

Visto da

Risposto
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

oltre un anno fa | 0

| accettato

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

oltre un anno fa | 0

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

circa 2 anni fa | 2

| accettato

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

circa 2 anni fa | 1

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

circa 2 anni fa | 1

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

oltre 2 anni fa | 0

| accettato

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

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

oltre 3 anni fa | 4

Domanda


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

oltre 4 anni fa | 1 risposta | 1

1

risposta

Domanda


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

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 4 anni fa | 1 risposta | 2

1

risposta

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

oltre 4 anni fa | 0

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

oltre 5 anni fa | 2

| accettato

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

oltre 9 anni fa | 1

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

oltre 9 anni fa | 2

| accettato

Domanda


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

quasi 10 anni fa | 0 risposte | 1

0

risposte