photo

Aman


Last seen: 9개월 전 2024년부터 활동

Followers: 0   Following: 0

Pronouns:
He/him

통계

MATLAB Answers

11 질문
0 답변

순위
237,664
of 300,765

평판
0

참여
11 질문
0 답변

답변 채택
36.36%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,923

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


How to measure torque and rpm of compressor in refrigeration cycle?
I am not getting that which blocks and how should i approach for measuring compressor power for which i need these 2 quantities?...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How to plot coefficient of performance(COP) of refrigerationcyclemodelexample?
I have downloaded the model and there is no scope of plotting graph of COP Vs time, i want to add COP block in simulink model. ...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How to animate a mechanism?
in this attached code i want to vary theta1 and theta2 from 0 to 360 deg at same rate and want to plot updated positions of ain,...

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

1

답변

질문


How to simulate code in symbolic form?
o2 = [0, 0, 0]; % Origin for ain ain = [26, 0, 0]; % Initial vector for ain input_axis = [0, 1, 0]; % Axis of rotation for ain...

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

1

답변

질문


How to take input values from users symbolically while running a code?
o2 = [0, 0, 0]; % Origin for ain ain = [26, 0, 0]; % Initial vector for ain input_axis = [0, 1, 0]; % Axis of rotation for a...

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

1

답변

질문


How to find solution to system of 2 circle equations in Matlab?
x^2+y^2=25; x^2+y^2=36; %%how to find values of x and y?? %Please help someone

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

2

답변

질문


How to vary angles at constant rate in a kinematics problem?
o2 = [0, 0, 0]; % Origin ain = [26,0,0]; % Initial vector input_axis = [0,1,0]; % Axis of rotation (z-axis) theta1 = deg2rad(...

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

1

답변

질문


How to solve 3 linear equations symbollically?
b1_position_minus_o4= [ 27.4622 , -4.7904 , 0]; syms omega_output_x omega_output_y omega_output_z real omega_output =...

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

1

답변

질문


Is rotation matrix for rotating a vector can take any value of angle?
o2 = [0, 0, 0]; % Origin ain = [1, 0, 0]; % Initial vector input_axis = [0, 0, 1]; % Axis of rotation (z-axis) theta = deg2ra...

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

1

답변

질문


How to calculate real roots of a polynomial equation under square root ?
syms t coupler_parametric=[5163136522924301/2251799813685248,... 2^(1/2)/2 - (8*t)/(t^2 + 1), - (4*(t^2 - 1))/(t^2 + 1) - ...

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

1

답변

질문


How to find norm of a 3 X 1 matrix if it contains components in parametric form?
%i have this coupler matrix in parametric form syms t coupler_parametric=[5163136522924301/2251799813685248, 2^(1/2)/2 - (8*t...

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

1

답변