C++ style guide: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

3 December 2024

1 December 2024

  • curprev 20:0320:03, 1 December 2024Diana Trujillo talk contribs 413 bytes −15,378 Replaced content with "% Esfera theta = linspace(0, 2*pi, 300); phi = linspace(0, pi, 300); [Theta, Phi] = meshgrid(theta, phi); r = 5; % Radio x = r * sin(Phi) .* cos(Theta); y = r * sin(Phi) .* sin(Theta); z = r * cos(Phi); figure; subplot(1,2,1) surf(x, y, z); title("Esfera"); xlabel("X"); ylabel("Y"); zlabel("Z"); shading interp; axis equal; subplot(1,2,2) contourf(x, y, z); title("Curvas de Nivel"); xlabel("X"); ylabel("Y");" Tags: Replaced Reverted

20 February 2024

10 January 2024

21 December 2023

20 December 2023

6 September 2021

1 September 2021

30 August 2021

24 August 2021

23 August 2021

7 December 2020

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)