Risposto 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);
...
oltre 2 anni fa | 0
Risposto 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...
oltre 2 anni fa | 0
Risposto 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-...