Community Profile

photo

Oliver Higbee


上一次见面:11天前|Active since 2019

Statistics

全部
  • Thankful Level 2
  • Community Group Solver
  • 求解器
  • Thankful Level 1

查看徽章

Content Feed

查看

解决了


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 months ago

解决了


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 months ago

解决了


计算内部产品
给定两个输入矩阵,| x || y |,检查其内在尺寸是否匹配。*如果它们匹配,请创建一个输出变量| z | ...

5 months ago

解决了


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

5 months ago

解决了


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

5 months ago

解决了


裁剪图像
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...

5 months ago

解决了


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

5 months ago

解决了


Plot Damped Sinusoid
给定两个向量| T |和| y |,制作一个包含蓝色(| b |)虚线(| - |)行的图| y | |vers | t |。标记最小值...

5 months ago

解决了


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 months ago

解决了


Solve a System of Linear Equations
示例:如果x₁和x₂中的线性方程系统是:2x₁ +x₂= 2x₁ -4x₂= 3,则系数矩阵(a)为:2 ...

5 months ago

解决了


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 months ago

解决了


在房间里找到最古老的人
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

5 months ago

解决了


从华氏度转变为摄氏
给定输入向量| f |包含华氏温度值,返回输出矢量| c |其中包含c ...中的值

5 months ago

解决了


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 months ago

解决了


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 months ago

Question


Using structures in functions within for loop
我一直在通过将变量放置在结构中来清理工作空间和编辑器。但是我正在挣扎在Accessin ...

8 months ago | 1 answer | 0

1

answer

Question


How to breakdown a timetable into intervals to performance calculations
Hi there, I have a year of data in a timetable, each row of the timetable is a second of data and the output of 48 temperature ...

10个月前|1 answer | 0

1

answer

Question


How to load multiple .mat files containing timetables into the workspace and concatenate them vertically
嗨,我正在尝试将〜100 .mat文件加载到工作区中,并将它们组合到一个时间表中。每个文件都包含一个...

10个月前|2个答案|0

2

answers

Question


延迟平均数据不对齐
嗨,我正在使用一个第二秒间隔的数据集使用续航时间,以获得数天和几个月的平均值(以及许多其他INT ...

11 months ago | 0 answers | 0

0

answers

Question


Best guess/optimization solution needed
嗨,我有一系列的方程,这些方程得出了线的最大电流,其中许多术语具有温度。

1 year ago | 1 answer | 0

1

answer

Question


日期time 'convertfrom' forcing dates to be Jan2019
Hi there, I'm trying to convert my data's date format from MM/dd/yyyy to dd/MM/yyyy. I'm using; load conductortemps17sept1...

2 years ago | 1 answer | 0

1

answer

Question


Adding start date to timestamps
我正在从包含每30秒记录4天的温度的.CSV文件中导入数据。有一个柱子污染时间...

3 years ago | 1 answer | 0

1

answer