
Kevin Carty
Statistics
MATLAB Answers
7 質問
0 回答
ランク
214,946
of 262,727
評価
0
貢献
7 質問
0 回答
回答採用率
0.0%
獲得投票数
0
ランク
of 113,722
貢献
0 問題
0 解答
スコア
0
バッジ数
0
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
質問
How to find the middle element of a square array
function middleElement = FindMiddle(squareArray) % FindMiddle: Return the element in the center of squareArray % Inputs: sq...
2年以上 前 | 4 件の回答 | 0
4
回答質問
Left Riemman Sum: How do I approach this problem?
Hi everyone. I am stuck on how to approach this problem. Here is the problem statement. Create a function called “leftRiem...
2年以上 前 | 1 件の回答 | 0
1
回答質問
Graph animation: How do I keep points on graph?
Hi everyone I want to write some code that will animate a the points on a graph. The problem I am having is that I want the po...
2年以上 前 | 1 件の回答 | 0
1
回答質問
I want to double numbers that are less than the given parameter. What do I need to change
function dataSamples = AdjustMinValue(numberSamples, userSamples, minValue) % numberSamples: Number of data samples in array da...
2年以上 前 | 1 件の回答 | 0
1
回答質問
What am I doing wrong? Matrix operators
function surfaceArea = surfaceBalloon(Volume,M) % Your code goes here % radius = ((3*Volume)./((2+M)*pi))^1/3; ...
2年以上 前 | 1 件の回答 | 0
1
回答質問
1D Element Wise Arithmetic Operators: Mismatched delimiters?
function surfaceArea = surfaceBalloon(Volume,M) radius = sqrt((3*Volume)/((pi)(2+M))); % We are given a volume and we must ...
2年以上 前 | 1 件の回答 | 0
1
回答質問
Unit Converter: Miles to Feet. Having trouble outputting an array.
I am trying to write a script that converts miles to feet. The output can be a single number or an array of numbers. When I ru...
2年以上 前 | 0 件の回答 | 0