![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13536756_1536775620152_DEF.jpg)
Areg Arzoomanian
Followers: 0 Following: 0
Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
159.323
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
23.08%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Function will not run or produce answers
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clear all; clc function [r, v] = rv_from_coe(coe,mu) % ~~~~~~~~~~~~~~~~...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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);...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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);...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Matrix dimensions must agree
%%ARO 3220L Exp 7 Script %%read dat in % time=Kd02.eTime; % CommPos=Kd02.CommandedPo; % OutPos=Kd02.sEncoder1Pos; % Comma...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
alrededor de 5 años hace | 1 respuesta | 0