Community Profile

photo

goc3


Last seen: 1日 前 2014 年からアクティブ

Followers: 1   Following: 0

連絡

Materials Scientist / Metallurgist / Mechanical Engineer

Programming Languages:
MATLAB, HTML, CSS
Professional Interests:
App Building, Material Sciences, Statistics, Mechanical Engineering, Metals, Materials and Mining

統計

All
  • 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

バッジを表示

Feeds

表示方法

回答済み
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...

28日 前 | 2

| 採用済み

回答済み
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...

28日 前 | 1

回答済み
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...

28日 前 | 1

回答済み
Unwanted editor behavior: whitespace only lines trimmed
A partial fix to this problem was provided by a staff member. A link to that answer is provided at the following question, where...

6ヶ月 前 | 1

回答済み
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...

9ヶ月 前 | 0

| 採用済み

質問


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

9ヶ月 前 | 1 件の回答 | 0

1

回答

回答済み
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 ...

1年以上 前 | 4

質問


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

約2年 前 | 1 件の回答 | 1

1

回答

質問


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

約2年 前 | 2 件の回答 | 0

2

回答

質問


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

約2年 前 | 2 件の回答 | 0

2

回答

質問


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

2年以上 前 | 1 件の回答 | 2

1

回答

回答済み
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...

2年以上 前 | 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...

3年以上 前 | 2

| 採用済み

回答済み
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...

7年以上 前 | 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...

7年以上 前 | 2

| 採用済み

質問


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

8年弱 前 | 0 件の回答 | 1

0

回答