![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/33067713_1708512237922_DEF.jpg)
Elisa
Followers: 0 Following: 0
Statistiques
RANG
240 078
of 297 010
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
40.0%
VOTES REÇUS
0
RANG
of 20 418
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 687
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
4 mois il y a | 1 réponse | 0
0
réponseQuestion
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...
4 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
4 mois il y a | 4 réponses | 0
4
réponsesQuestion
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...
5 mois il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
5 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
5 mois il y a | 1 réponse | 0
1
réponsemy 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...
5 mois il y a | 0
Question
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...
5 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
5 mois il y a | 3 réponses | 0
3
réponsesQuestion
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,...
6 mois il y a | 2 réponses | 0
2
réponsesQuestion
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....
6 mois il y a | 1 réponse | 0