Nava Subedi
Followers: 0 Following: 0
Estadística
2 Preguntas
3 Respuestas
CLASIFICACIÓN
278.009
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
2 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Showing points in 2D map.
How to plot these four points in 2D. T1 = [0.000, 0.000]; T2 = [67.624, -0.232]; T3 = [66.966, -67.904]; T4 = [-0.494, -67...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaWrite a function called one_per_n that returns the smallest positive integer n for which the sum 1 + 1/2 + 1/3 + … + 1/n , is greater than or equal to x where x is the input argument. Limit the maximum number n of terms in the sum to 10,000 .
I tried to solve the question. Write a function called holiday that takes two input arguments called month and day; both are ...
casi 8 años hace | 0
nested if else statements
Can someone help me to what is wrong with my code: function [l, m, n] = sort3([a b c]) if a>=b && a>=c if b>...
casi 8 años hace | 0
Pregunta
Need help to write code for this:
I need to write code to calculate the total bus fare. Fare for first 5 mile is $5, then up to 20 miles is 50 cent per mile an...
casi 8 años hace | 2 respuestas | 0