Prithvi Shams
Followers: 0 Following: 0
Estadística
2 Preguntas
2 Respuestas
CLASIFICACIÓN
131.971
of 295.495
REPUTACIÓN
0
CONTRIBUCIONES
2 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
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
[Assignment]Write a function called saddle that finds saddle points in the input matrix M.
function indices = saddle(M) B = size(M); idx = 0; A = []; %% for i = 1:B(1) for ...
más de 4 años hace | 0
Write a function called max_sum that takes v, a row vector of numbers, and n, a positive integer as inputs. The function needs to find the n consecutive elements of v whose sum is the largest possible.
Here's my version of the code. While the problem can be solved with movsum() in a single line, it's recommended to utilize if a...
más de 4 años hace | 0
Pregunta
What is wrong with this code?
I would like to plot the following function where, Ao = 0.2, E = 181e9, Beta = 200, Vo = 0.5 and Va = 0.85. The objective i...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Why does my function keep returning zero?
In the following code, my objective is to plug different values of T and alpha into the functon and calculate y for two situatio...
alrededor de 5 años hace | 1 respuesta | 0