photo

Gavin Thompson


Last seen: 3년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
254,666
of 300,857

평판
0

참여
10 질문
0 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,097

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,361

참여
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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

1

답변