photo

Areg Arzoomanian


Last seen: meer dan 4 jaar ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

13 Questions
0 Answers

RANK
110.991
of 300.302

REPUTATION
0

CONTRIBUTIONS
13 Questions
0 Answers

ANSWER ACCEPTANCE
23.08%

VOTES RECEIVED
0

RANK
 of 20.911

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.040

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

bijna 5 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


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...

ongeveer 5 jaar ago | 2 answers | 0

2

answers

Question


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...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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);...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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);...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 5 jaar ago | 2 answers | 0

2

answers

Question


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...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 6 jaar ago | 0 answers | 0

0

answers

Question


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 ...

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


Matrix wont come out correctly

bijna 6 jaar ago | 0 answers | 0

0

answers