![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13769514_1538716448682_DEF.jpg)
Morgan Blankenship
Followers: 0 Following: 0
Estadística
0 Problemas
7 Soluciones
CLASIFICACIÓN
156.981
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
44.262
of 157.725
CONTRIBUCIONES
0 Problemas
7 Soluciones
PUNTUACIÓN
80
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
casi 3 años hace
Pregunta
Getting around &/| operator errors in optimization toolbox
I've got a variable (ER) defined as follows: ER = XO <= -(Lx-wx)/2 & YO <= -(Ly-wy)/2; % Bottom-left feature of unit ce...
más de 3 años hace | 0 respuestas | 0
0
respuestasResuelto
Pentagonal Numbers
Your function will receive a lower and upper bound. It should return all pentagonal numbers within that inclusive range in ascen...
alrededor de 4 años hace
Resuelto
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...
alrededor de 4 años hace
Resuelto
Energy of a photon
*⚛ ☢ ⚛ ☢ ⚛ ☢ ⚛* Given the frequency F of a photon in giga hertz. Find energy E of this...
alrededor de 4 años hace
Resuelto
Polarisation
You have n polarising filters stacked one on top of another, and you know each axis angle. How much light gets passed through th...
alrededor de 4 años hace
Resuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
alrededor de 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 ...
alrededor de 4 años hace
Pregunta
For loop optimization in matrix operations
I'm trying to figure out how to optimize 3 nested for loops with matrix operations. The problem boils down to: for ii = 1:1000 ...
más de 4 años hace | 1 respuesta | 0
1
respuestaCreating a built in function?
So I have combined dpb's and Steven's answers into something that I think will change how I do my work for the better. I have te...
más de 4 años hace | 0
Pregunta
Creating a built in function?
I'm sure literally everyone who doesn't know a solution to this has done exactly what I'm currently doing... I've got a speci...
más de 4 años hace | 3 respuestas | 0
3
respuestasPregunta
How can I pass in variables into fsolve()?
Say I have some matrix 3x3 matrix, A, that is defined as: for ii = 1:length(layers+1) A(ii) = [k0^2*eO(ii)-ky^2-kz^2,k0^2*...
más de 5 años hace | 1 respuesta | 0