Steven H
Followers: 0 Following: 0
MATLAB
Spoken Languages:
English
Estadística
7 Preguntas
2 Respuestas
0 Problemas
6 Soluciones
CLASIFICACIÓN
13.815
of 295.673
REPUTACIÓN
3
CONTRIBUCIONES
7 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
45.324
of 154.257
CONTRIBUCIONES
0 Problemas
6 Soluciones
PUNTUACIÓN
73
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
Pregunta
Strange display of 2D axes within panel in new MATLAB version
I'm upgrading from R2017b to R2024a and I'm experiencing strange results in 2D plotting in the new version. See below for exampl...
6 meses hace | 0 respuestas | 0
0
respuestasPregunta
Different output using mldivide with newer matlab version
Problem introduction I have a simple system of 4 linear equations with 4 unknowns, which can be written as . The content of the...
7 meses hace | 1 respuesta | 1
1
respuestaResuelto
Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>
más de 1 año hace
How to make a tridiagonal matrix (N-1)*(N-1), with different values in the first row?
A = (-2 + 16*h^2)*eye(n-1); % Create the diagonal I = [2:n:numel(A), n:n:numel(A)]; % Indices of off-diagonal elements A(I) = ...
más de 1 año hace | 0
Resuelto
Back to basics 11 - Max Integer
Covering some basic topics I haven't seen elsewhere on Cody. Return the largest positive integer MATLAB can handle.
casi 2 años hace
Resuelto
Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.
alrededor de 2 años hace
Resuelto
Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.
más de 2 años hace
Resuelto
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
más de 2 años hace
Pregunta
How can I remove the option to close a figure in a ToolGroup?
With the snippet of code below I can create a nice looking interface and a figure in which I can create all sorts of controls. H...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
fmincon does not produce similar result due to automatic scaling?
I'm starting to believe that somewhere within fmincon things are scaled using the objective function value. Whether it's the con...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
What is a good optimization algorithm for a binary constraints function?
I'm using fmincon at the moment but one of the equality constraints functions that I have can only output a logical array. This ...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
What is an efficient way to use a sum of objective functions for fmincon?
I'm preparing to use fmincon with an objective function that is a sum of (weighted) functions, such that the user of the program...
más de 3 años hace | 1 respuesta | 0
1
respuestaWhy does resetting a 0x0 cell property value result in 0x1 cell?
Turns out, there is a setter that forces the input to be a column vector by doing e.g. c = {1, 2}; c(:) To complete the MWE, ...
más de 3 años hace | 1
| aceptada
Pregunta
Why does resetting a 0x0 cell property value result in 0x1 cell?
I unfortunately cannot share the code, because it's confidential. I have tried to create a MWE, but it appears not to recreate t...
más de 3 años hace | 2 respuestas | 0