photo

Connor


Last seen: 2 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
222,986
of 300,352

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,928

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,212

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


How do I fix this invalide expression error?
I keep receiving this error with my code: Here is my code, Line 5 is in the "%Define the function handles" section, specifica...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Not sure why I am getting errors for my anonymous functions.
I have this code: k = randn(1); % random variable % define all of your variables below f = @(x) (sin(x)+4.*x)/x.^2 A = f(5) ...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Not enough input arguments for an anonymous function.
I have this anonymous function: g = @(x,k) exp(cos(x))^k I am getting this error: Not enough input arguments. Error in so...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to have a function return a coordinate point?
I am trying to get a function to return (x,y) coordinates for a given angle theta. I am struggling to figure out how to get the ...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How do I replace one value of a matrix with another value from a different matrix?
How to you swap a variable in one matrix with another variable from a different matrix without typeing in (for example) E(1,2) =...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How do I make a column vector to add to my original matrix?
Im trying to solve this: You want to add 4 to each element in the first row of A, subtract 1 from each element in the second row...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Doing arithmatic to specific rows of a matrix
I have this matrix in part a) called Mat1 and for part c) I need to do different arithmatic opertations to individual rows. How ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Invalid use of operator. error, dont know what to change to fix it.
The function I have to plug into is I keep getting the error: File: solution.m Line: 5 Column: 22 Invalid use of operator. ...

2 years 前 | 1 个回答 | 0

1

个回答