Luke Radcliff - MATLAB Central
photo

Luke Radcliff


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 05/16 to 04/25Use left and right arrows to move selectionFrom 05/16Use 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

12 質問
0 回答

ランク
37,822
of 297,950

評判
1

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 20,508

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,928

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


problems with my contour plot
my second contour plot with time, is not starting to plot at (0,0), which it's supposed to. Not sure why m = 8; ft = 40; b...

約8年 前 | 1 件の回答 | 0

1

回答

質問


Is it possible to have a for-loop return multiple column vectors?
The last for loop for p=1:length(a), Im trying to get multiple column vectors as the answer for b, 100 column vectors to be exac...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


finding zeroes of data
How do you find zeroes from data? I have two data sets, a for acceleration and t for time. I plotted acceleration with respect t...

8年以上 前 | 3 件の回答 | 0

3

回答

質問


Run simulation 1000 times
This code I made is a simulation that finds the the total profit(yearprofit) from trading a product Q= 240 + 9*randn(250,1...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


Solving linear systems with a function
I have a circuit that has 5 resistors and 1 applied voltage. Kirchoff's voltage law was applied to 3 loops that gave me 3 linear...

8年以上 前 | 2 件の回答 | 0

2

回答

質問


Finding data off excel sheet
In the excel sheet attached, the data is 3 different sensors 0,1 and 2(1st column), their voltage(2nd column) and time of the re...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


Run single equation many times
Here I have code that finds W over again 1000 times nsample1 = 255; nsample2 = 160; X = 1.2 + 0.15*randn(1,nsample1); Y ...

9年弱 前 | 2 件の回答 | 0

2

回答

質問


for loop and while loop help with Collatz conjecture
Below is code for Collatz conjecture, that given an x value will print out the max number(mx) during the run for that x value an...

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

1

回答

質問


need help solving this summation
I need to solve this, but keep getting an error about the matrix, probably dealing with the x and y variables set. L=3; W=5...

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

1

回答

質問


custom function using loops and if statements help
I have to make a function that takes a input vector of integers(each between 1 and 100) and will output the number of elements s...

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

1

回答

質問


Nothing on my plot is showing up, anyone know why?
figure(1); clf; x = [linspace(50,100,1000) linspace(0,50,1000)]; z = -x(1).*x(2).*exp(-(x(1)^2 + x(2)^2)./3); plot(x,...

9年弱 前 | 2 件の回答 | 0

2

回答

質問


I keep getting this for my function and I don't know how to fix it -- Undefined function 'symsum' for input arguments of type 'double'.
This is what have, a pic is also attached of the problem, have to find phi values of n =5,10 and 50 function phi = ...

9年弱 前 | 2 件の回答 | 0

2

回答