Areg Arzoomanian - MATLAB Central
photo

Areg Arzoomanian


Last seen: 거의 4년 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB AnswersFrom 11/19 to 03/25Use left and right arrows to move selectionFrom 11/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

13 질문
0 답변

순위
159,787
of 297,672

평판
0

참여
13 질문
0 답변

답변 채택
23.08%

획득한 표
0

순위
 of 20,464

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,351

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Cannot link my Arduino to Mac
I keep trying to install the arduino support package on my MATLAB on my mac. Everytime I try to install the add-on I get the mes...

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

1

답변

질문


Function will not run or produce answers
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clear all; clc function [r, v] = rv_from_coe(coe,mu) % ~~~~~~~~~~~~~~~~...

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

1

답변

질문


Plotting four plots when only two plot
This is my code. Im expecting to get 4 graphs but it only plots 2 at a time! how can i fix this? Thank you clear all close al...

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

2

답변

질문


Help With Integrating a function with certain bounds
So here is my code: %% Givens P1= 160; %kpa P2= 500; %kpa P3= P2; %kpa Mg= 2; %kg Mf= 1; %kg Mt= 3; %kg syms V1 V2 V3=1...

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

1

답변

질문


I assigned different colors to my plots but they're all the same color
clear,clc %% Givens m=2; %kg k=200; %N/m x0=0.05; %meters x_dot=2; %m/s %% Solution Part A Wn= (k/m)^0.5; c= (2*m*Wn);...

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

1

답변

질문


Functions on same plot
clear,clc %% Givens m=2; %kg k=200; %N/m x0=0.05; %meters x_dot=2; %m/s %% Solution Part A Wn= (k/m)^0.5; c= (2*m*Wn);...

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

1

답변

질문


Plot all four functions
I need help. I have my four functions and if I run my code it only plots the first response not all four. Furthermore I don't kn...

대략 5년 전 | 답변 수: 2 | 0

2

답변

질문


plotting with respect to time
%% Givens m=2; %kg k=200; %N/m x0=0.05; %meters x_dot=2; %m/s %% Solution Part A Wn= (k/m)^0.5; c= (2*m*Wn); Cc= (2*m*Wn...

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

1

답변

질문


I can't plot a function I created with respect for time
Hello, I created this function "x(t)" with the given variables. Now I want to plot this function "x(t)" with respect to time and...

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

1

답변

질문


Matrix dimensions must agree
%%ARO 3220L Exp 7 Script %%read dat in % time=Kd02.eTime; % CommPos=Kd02.CommandedPo; % OutPos=Kd02.sEncoder1Pos; % Comma...

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

1

답변

질문


How do i turn this into a code to solve for 'y'
How do i turn this into a code to solve for 'y(i)' when i=1:n

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

0

답변

질문


Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 2-by-2.
for i=1:n for j=1:n c(i,j)=(Yv(i)./(((Yv(i).^2)-(Yc(j).^2))))*(1/(2*pi)) end end for i=1:n for j=i:n ...

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

1

답변

질문


Matrix wont come out correctly

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

0

답변