photo

Elisa


Last seen: alrededor de 1 año hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

MATLAB Answers

10 Preguntas
1 Respuesta

CLASIFICACIÓN
93.128
of 300.829

REPUTACIÓN
0

CONTRIBUCIONES
10 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
40.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.088

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 171.210

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

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


trying to extract the months to create a format looks like 202404, how to do that ?
Date=datetime(raw.textdata(2:end,1),'InputFormat','dd-MMM-yy');%convert the data to date time yr = year(Date); % Extract the...

alrededor de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


pls help me fix this i trying to find the earning and savings of it trough loops but it say the index exceed numbers of array
savings=[];%initial saving vectors earnings=zeros(1,1212);%initial earning vectors T_earnings_Jul=0;%initial total earning vec...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


trying to extract the months to create a format looks like 202404, how to do that ?
Date=datetime(raw.textdata(2:end,1),'InputFormat','dd-MMM-yy');%convert the data to date time yr = year(Date); % Extract the...

alrededor de 1 año hace | 4 respuestas | 0

4

respuestas

Pregunta


I am trying to convert the date data from the CSV file to datetime, but it shows error, how do I fix this
dates=string(raw.textdata(2:end,1));%import the string dates from the data dates=datetime(dates,'InputFormat','dd/MM/yy'); %con...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


having the same problem about the arrays
daily_savings=zeros(1505,1);%initial saving vectors daily_earnings=zeros(1505,1);%initial earning vectors % Loop through each ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Two variable has the same array of 1 but the code show error
self_suf=Production./T_Consumption;%self sufficiency days_a50=sum(self_suf>0.5);%days with self sufficency above 50% avg_produ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Respondida
my graph won't show the exponential graph as the alpha value is 0, can someone help fix this problem?
i found that the a0 vlues will be the same value as the exponential e(1), which is why that causes alpha to be 0, but how to fix...

más de 1 año hace | 0

Pregunta


my graph won't show the exponential graph as the alpha value is 0, can someone help fix this problem?
%a cockrach=importdata('cockroach_population.xlsx'); num_cockrach=cockrach.data; days=num_cockrach(:,1); cockraches=num_cock...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


The same plotting problem, it is appear that one of the marker does not show on the graph but it should have been properly plot and the legend has shown properly too
% Plot figure; plot(l_new, angular_a_n, 'b'); xlabel('Arm Length (m)'); ylabel('Angular Acceleration (rad/s^2)'); title('An...

más de 1 año hace | 3 respuestas | 0

3

respuestas

Pregunta


i try to put two plot in one graph using legend but one of them just looks been 'cut off', can someone help me to fix this problem
x0=2.1; g=9.81; k=45; m=7; t=0:0.1:6; x1=@(t) x0*cosd(t*(sqrt(k/m))); x_t_undamped=x1(t); %ii figure plot(x_t_undamped,...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


my for loop stop after the first valid number has been found how do i fix this
I am new to Matlab, just learned the for loop, basically the loop run properly, but stop after the first valid number has found....

más de 1 año hace | 1 respuesta | 0

1

respuesta