photo

Gavin Thompson


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
246,261
of 300,781

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,031

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to plot multiple functions on same figure using fplot?
stress = [0;0.0464;0.1940;0.4962;0.5040;0.5566;0.6040;0.6260;0.6240;0.6100;0.5880;0.5720]; strain = [0;0.2220;0.3600;0.4980;0.5...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How can I use a floating point number with input command?
L = 10 a = input('Enter the location of the force (0 - %0.2f meters): '); How can I get the prompt to output as 'Enter the loc...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How can I fix this infinite loop?
C = input('Enter a vector of coefficients for an odd-order polynomial: '); valC = length(C); count = 1; while mod(valC,2) == ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to use if statements for a vector?
if choice==2 fprintf('Converting Resistance to Color Bands'); R = input('\n\nEnter the resistance in ohms as a vector:...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Why is MATLAB producing the wrong output with this function?
So using these piecewise functions, I am trying to find v(x) which is beamDef in my function, given a user inputted value of x...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How can I fix this matrix size error?
function [outMat] = CustomSort( inMat ) % Takes a 2D array inMat with random integers between (inclusively) -100 and 100, % a...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Why does my menu selection screen not show all the values?
Days = [1;2;5;6;8;10;12]; LocationID = ["NW102","SE321","ESE020"]; % Prompt user to select day and location based on data ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How can use randi function for a specific array of numbers?
function selectedValues = selectRandom( dataSet, numberSelected ) % selectRandom: Return numSel elements of input array data se...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Is there a way to exclude variables from a string array after they've been chosen using menu function?
Materials = ["Aluminum";"Cadmium";"Iron";"Tungsten";string(newMaterial)];% newMaterial is Copper in this case Choice1 = menu('P...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How can I call a previous user inputted variable to a string array?
newMaterial = input('Please enter a new material name:','s');% Copper Materials = ["Aluminum";"Cadmium";"Iron";"Tungsten";"newM...

4 years 前 | 1 个回答 | 0

1

个回答