photo

james ingham


Last seen: 3 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

5 个提问
1 个回答

Cody

0 个问题
6 个答案

排名
262,895
of 300,779

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
46,980
of 170,997

贡献数
0 个问题
6 个答案

评分
83

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Solver

查看徽章

Feeds

排序方式:

提问


How to remove columns in very large matrices.
Hi all, I have run into a problem, with it takign a huge amount of time to remove columns from a large matix. I am using the s...

11 months 前 | 3 个回答 | 0

3

个回答

已解决


Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...

11 months 前

已解决


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

11 months 前

已解决


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

11 months 前

已解决


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

11 months 前

已解决


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

11 months 前

已解决


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

11 months 前

已回答
Find a specific array within a larger array
Sorted it! strfind does excatly what I need. I didnt inital consider this as I wasnt handling strings but it turns out that does...

2 years 前 | 0

| 已接受

提问


Find a specific array within a larger array
Hi all, I am struggling with a problem. I have a large array, for example a = [11 12 13 14 15 16 13 14], and I want to find the...

2 years 前 | 1 个回答 | 0

1

个回答

提问


issue running loading library
On my laptop which is 64bit running R2022a I can load and run a libary with no issues. I am now trying to set it up on a differe...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to continuously record data using data acquisition until programmatically told to stop.
Hi all, I have a feeling i am being stupid and missing something obvious but I cant quite get the code to work how I need it. ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Issue using a parfor loop to control two instruments at the same time
Hi all, I am trying to control two instruments, 1) to tell a laser to sweep a range of wavelengths, 2) signal and read data fro...

3 years 前 | 1 个回答 | 0

1

个回答