Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
268.221
of 301.647
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
28.57%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.372
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 175.953
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
using For loop to represent positive intergers with the corresponding #. And modifying the script to write out a triangular pattern with a decreasing number of #'s on each successive line
% a script which reads in a positive integer % and writes out the corresponding number of “#” characters on one line ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
using for loops write a script which reads&writes out the corresponding no. of '#' characters on one line. modify the script to write out a triangular pattern with a decreasing number of #'s on each successive line.
This is my failed attempt of the script: num=1; fprintf('This program reads any positive integer'); while num...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
I am getting Warning: Ignoring extra legend entries
% T represents Temperature in Kelvin,K % mu represnt Viscosity %downloading the ascii data file ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How do i make this script produce a tidy output screen? I have come up with the script but cannot tidy it up.
Output screen: Please enter a positive number : 1 Please enter a positive number : 2 Please enter a positive numb...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
I am managing to only come up with a product of the integer itself * 1, instead of a script that loops until the product is =>500. Help appreciated. See my attempt below;
x = [zeros(1, NumberOfAsterisksInEachDirection), linspace(0, width, NumberOfAsterisksInEachDirection), linspace(0, width, ...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Where am i going wrong in this "for loop" script associated with the question below? See the script below the question:
Write a script which will print a table on the screen of the temperature in Celsius and the corresponding temperature in Fahren...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I complete this script for below question? I have partially created the script: see it below the question.
Write a script that asks for a series of numbers and calculates the sum and the mean. When the user enters a value of 0, the sc...
más de 10 años hace | 1 respuesta | 0
