photo

Raul Galdeano Pazos


Con actividad desde 2022

Followers: 0   Following: 0

Mensaje

Hi! I am Raul Galdeano Pazos, an enthusiast data scientist and civil engineer, who is very keen on programming languages and wants to learn more about them! I do projects for fun and I like to challenge myself with new ideas. ¡Let's talk if you want to work together!

Programming Languages:
Python
Spoken Languages:
English
Professional Interests:
Python with MATLAB, Programming, Projects, Data Analysis

Estadística

Cody

0 Problemas
31 Soluciones

CLASIFICACIÓN
N/A
of 300.759

REPUTACIÓN
N/A

CONTRIBUCIONES
0 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.081

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
15.822
of 170.900

CONTRIBUCIONES
0 Problemas
31 Soluciones

PUNTUACIÓN
357

NÚMERO DE INSIGNIAS
3

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • MATLAB Central Treasure Hunt Finisher
  • Commenter
  • Promoter
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


calculate the length of matrix
input 1 array, calculate the length

casi 4 años hace

Resuelto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

casi 4 años hace

Resuelto


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

casi 4 años hace

Resuelto


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

casi 4 años hace

Resuelto


01 - Scalar variables
Create the following variables: <<http://samle.dk/STTBDP/Assignment1_1.png>>

casi 4 años hace

Resuelto


02 - Vector Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2a.png>>

casi 4 años hace

Resuelto


Inner product of two vectors
Find the inner product of two vectors.

casi 4 años hace

Resuelto


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

casi 4 años hace

Resuelto


Create a vector
Create a vector from 0 to n by intervals of 2.

casi 4 años hace

Resuelto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

casi 4 años hace

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

casi 4 años hace

Resuelto


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

casi 4 años hace

Resuelto


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

casi 4 años hace

Resuelto


Mass Conversion 1

casi 4 años hace

Resuelto


kmph to mps
convert kilometer per hour to meter per second

casi 4 años hace

Resuelto


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

casi 4 años hace

Resuelto


Conversion from hours to mili sec
Convert given input in hours to mili seconds

casi 4 años hace

Resuelto


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

casi 4 años hace

Resuelto


Temperature Conversion 3

casi 4 años hace

Resuelto


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

casi 4 años hace

Resuelto


Convert radians to degrees
Given input in radians, output to degrees

casi 4 años hace

Resuelto


Temperature Conversion 2

casi 4 años hace

Resuelto


Temperature Conversion 1

casi 4 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

casi 4 años hace

Resuelto


Return area of square
Side of square=input=a Area=output=b

casi 4 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

casi 4 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

casi 4 años hace

Resuelto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

casi 4 años hace

Resuelto


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

casi 4 años hace

Resuelto


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

casi 4 años hace

Cargar más