photo

Tony Hill


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
2 답변

순위
232,933
of 300,369

평판
0

참여
5 질문
2 답변

답변 채택
20.0%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How do i get it to show Error when it is a negative number
function V_out = Final_part4(V_in, R1, R2) V_out = (R2/(R1+R2))*V_in; if R1 <=0 && R2<= 0 error ('No negativ...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Can anyone tell me where i went wrong in my If elseif else
Ok im doing this problem: Write a function (named as Exam2_part3.m) to accept a numeric vector and an integer choice as input a...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to add a step size of 2
Ok so i have a function to write and it is supposed to calculate and return the product of 1 to n in a step size of 2. for...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Can someone help with this code, Just started the problem and im confused
Can someone help me write this code? its for a Homework assignment that calculates and returns the inverse of the product o...

11년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Can someone help me with my code? with an example
Function CK = convertFahrenheit(F) [C,K] C(1,:) = 5/9 *(F-32); K(2,:) = C + 273.15; heres my attempt im stuck

11년 초과 전 | 0

답변 있음
Can someone help me with my code? with an example
ok question am i supposed to add those elipses into the code itself. Im so confused with this problem its stressing me out very ...

11년 초과 전 | 0

질문


Can someone help me with my code? with an example
Can someone show me an example of a function that receives a temperature in degrees Fahrenheit ( F ) as input argument, and ...

11년 초과 전 | 답변 수: 3 | 0

3

답변