photo

Emre Tunc


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
1 답변

순위
76,871
of 300,813

평판
0

참여
6 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,086

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,134

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


When I try to run the following line of code, I get the error message "Not enough input arguments. Error in Un2 (line 6) if (R<=0)||(H<=0)" Although I understand the content of the error message, I cannot determine what is wrong with my syntax.
Please help me for the codes that calculates and returns the volume and cross-sectional area of a cylinder based on the radius a...

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

1

답변

질문


How to create a function that calculates and returns the volume and cross-sectional area of a cylinder based on the radius and height?
Hello to matlabs user Please help me I am stuck on a problem :( Does anyone have code for a function that calculates and return...

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

1

답변

질문


How to add integration constant
I couldn't lose this function syms a t f(t)=-a F(t)=int(a) (When I integrated) =-at but I want to add a consta...

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

2

답변

질문


To get a function from a given a table with three variables (Exponentialpotens)?
I tried everything to get a function from a given table with 5 variableS The formula is h=k*M^a*W^b*T^c. h=height, k=constant, M...

9년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Find the function from a given table with 4 variables
It doesn't work I will attach a file(excel) so you can check it I tried everything but it didn't work at all. The formula is h=k...

9년 초과 전 | 0

질문


Find the function from a given table with 4 variables
Hi I am stuck on this function. I have a table with 4 differents variables like X=1 1.3 1.5 1.9 Y= 0.6 0.9 1.19 1.89 Z=-1 -1.5 -...

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

2

답변

질문


Why does it give me a wrong answer when I want to find the absolute minumum of the function g(t)?
The function is g= @(t)-(t.^4-10*t.^3+25*t.^2-10*t+24). When I use fplot(g,[-2,7]) there I can see the minumum point i...

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

2

답변