Simon Stone - MATLAB Central
photo

Simon Stone


Last seen: 3 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
CodyMATLAB AnswersFile ExchangeFrom 12/19 to 04/25Use left and right arrows to move selectionFrom 12/19Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 个提问
1 个回答

File Exchange

1 文件

Cody

0 个问题
15 个答案

排名
10,327
of 298,292

声誉
4

贡献数
4 个提问
1 个回答

回答接受率
75.0%

收到投票数
3

排名
18,884 of 20,560

声誉
1

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
11

排名
24,069
of 160,775

贡献数
0 个问题
15 个答案

评分
210

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Submission
  • GitHub Submissions Level 1
  • Community Group Solver
  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How can I avoid ALSA errors cluttering up the output?
Hi there, I have a script that does some stuff with audio signals. Among other things, it plays some audio using soundsc(). Whe...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
What's the best way to create a toolbox that relies on a C library?
I ended up writing some code to build the library using system() calls. The toolbox is essentially a single class and when it ge...

4 years 前 | 1

| 已接受

已提交


VocalTractMatLab
A MATLAB wrapper for the VocalTractLab API

4 years 前 | 1 次下载 |

0.0 / 5

提问


What's the best way to create a toolbox that relies on a C library?
I want to create a toolbox that is essentially a wrapper for the API of a C shared/dynamic library. Obviously, the library needs...

4 years 前 | 1 个回答 | 2

1

个回答

提问


Extracting the individual filters in a crossover filter
I have set up a crossover filter like so: cof = crossoverFilter(1, 5000, 48, 44100); I know I can visualize the two constituen...

4 years 前 | 1 个回答 | 0

1

个回答

已解决


Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have a = [1 2 2 2 1 ...

5 years 前

已解决


Rescale Scores
Each column (except last) of matrix |X| contains students' scores in a course assignment or a test. The last column has a weight...

5 years 前

已解决


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

5 years 前

已解决


Find MPG of Lightest Cars
The file |cars.mat| contains a table named |cars| with variables |Model|, |MPG|, |Horsepower|, |Weight|, and |Acceleration| for ...

5 years 前

已解决


Find the Best Hotels
Given three input variables: * |hotels| - a list of hotel names * |ratings| - their ratings in a city * |cutoff| - the rat...

5 years 前

已解决


Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...

5 years 前

已解决


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

5 years 前

已解决


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

5 years 前

已解决


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

5 years 前

已解决


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

5 years 前

已解决


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

5 years 前

已解决


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

5 years 前

已解决


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

5 years 前

已解决


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

5 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 years 前

提问


Parallel bayesopt: what is the relationship between the number of iterations and number of workers?
I am having a hard time wrapping my head around how exactly parallel Bayes optimization works in Matlab. Maybe someone can help ...

5 years 前 | 1 个回答 | 0

1

个回答