photo

Connor


Last seen: 2年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
272,987
of 300,756

評判
0

コントリビューション
8 質問
0 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,077

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,890

コントリビューション
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年以上 前 | 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) ...

3年弱 前 | 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...

3年弱 前 | 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 ...

3年弱 前 | 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) =...

3年弱 前 | 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...

3年弱 前 | 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 ...

3年弱 前 | 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. ...

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

1

回答