Réponse apportée Using repeating loops to calculate profits
You can follow this code for understanding about start/end conditions
P= [10 7 5 4 6 8 1 6 8 5 11 12]*1000;
Ptot(1) = P(1);
...
plus de 2 ans il y a | 0
Réponse apportée How to plot unit sphreres?
You can create unit sphere using inbuilt matlab function
sphere
axis equal
You can follow this article to know more about sph...
plus de 2 ans il y a | 0
Réponse apportée Frequencies of special words in a text
Hi,
you can refer to these articles for the code.
https://www.mathworks.com/matlabcentral/answers/230619-count-word-frequency-...