Sophie Culhane
Followers: 0 Following: 0
Estadística
22 Preguntas
0 Respuestas
CLASIFICACIÓN
64.846
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
22 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.91%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
How to Assign a Variable Name to a Point in a Matrix
I am trying to assign variable name 'centersquare' to the center point in an NRows x NCols matrix. In my program, I had the cent...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
MATLAB Function Finds The Derivative and Evaluates at Point A
My task is to write a MATLAB function that calculates the derivate of a polynomial, represented in vector form, and then also ev...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
MATLAB Function Generates the Vertices of a Regular N-gon with Line Segments
My task is to write a MATLAB function that generates the verticies of a regular n-gon and draws a line segment between each pair...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Function Calculates the Probability of a Fibonacci Number
My task is to write a function that calculates the probability the the k-th digit of a Fibonacci Number in B is d. The elements ...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Function Calculates Fibonacci Numbers
My task is to write a function that calculates the nth Fibonacci number by making a call to 'nniadd', a program I have previousl...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Function Finds the Prime Factorization of An Integer Greater than 1
My task is to create a function that finds the prime factorization of an integer greater than 1. n is a positive integer and v i...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Function Subtracts Two Nonnegative Integers
My task is to create a MATLAB function that subtracts two nonnegative integers. x, y, and x_minus_y are row vectors representing...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Roll a 6-Sided Die and Compute the Probability of the Sum (with bar graph)
My task is to write a function that simulates rolling a pair of 6-sided dice n times and uses this data to approximate probabili...
alrededor de 4 años hace | 3 respuestas | 0
3
respuestasPregunta
Generate and Plot N Points Picking Random Points on Triangle
My task is to write a function that takes as input a positive integer n. We are asked to consider the traingle whose corner poin...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Function takes as input two nonempty matrices A and B and returns the product AB
My task is to write a MATLAB function that takes as input two nonempty matrices A and B and returns the product AB where the num...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Roll a die until n consecutive rolls have the same value
Let n be a positive integer. We plan to roll a fair 6-sided die until n consecutive rolls have the same value. My task is to wri...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
MATLAB function adds two nonnegative integers where x has at least as many digits as y
My task is to write a MATLAB function that adds two nonnegative integers, assuming that x has at least as many digits as y. x,y,...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Randomly chooses points from a triangular region and stores the x and y coordinates
My task is to write a MATLAB function where b and h are positive real numbers, n is a positive integer, and x and y are row vect...
alrededor de 4 años hace | 5 respuestas | 0
5
respuestasPregunta
MATLAB Function Takes as Input Two Positive Integers and Returns a Matrix
Write a MATLAB function that takes as input two positive integers and returns a matrix. Given positive integers m and n, hw21 cr...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Rolling a Fair 6-Sided Die Until Two Consecutive Rolls Have the Same Value
My task is to simulate rolling a fair 6-sided die until two consecutive rolls have the same value and write a function that appr...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Largest Value from the Row Sums of A
I am to write a MATLAB function that takes as input a nonempty 2-dimensional array A and returns the largest value from the row ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Column Vector Containing the Row Sums of the Elements of A
My task is to write a MATLAB function that takes as input a nonemty 2-dimensional array A and returns a column vector containing...
alrededor de 4 años hace | 3 respuestas | 0
3
respuestasPregunta
Finding Nonzero Elements in a Vector
In a assignment I am working on, we are tasked with writing a MATLAB function that takes as input a nonempty vector v and return...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Inputs a Vector and Returns the Second Smallest Element
I am writing a script that takes as input a nonempty vector v and returns the second smallest element. I have a block of code wr...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Factorial without the Command
I am struggling to figure out how to compute a factorial without the use of the command. My task is to input a nonnegative integ...
alrededor de 4 años hace | 4 respuestas | 0
4
respuestasPregunta
Sum of the squares of the negative elements of vector v
Write a MATLAB function that takes as input a non-empty vector v and returns the sum of the squares of the negative elements of ...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
The While Loop w/ Positive Integers
Write a MATLAB function that takes as input a positive integer n and returns the sum of the first n positive even integers? Usin...
alrededor de 4 años hace | 0 respuestas | 0