Community Profile

photo

aldburg


Con actividad desde 2017

Estadísticas

  • First Review
  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


Overlay Plots via a list dialog
I currently have a list dialog where it asks the user for the computation method out of 4 choices and does some computation. Aft...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Undefined variable using evalin
I'm trying to create a function where it returns the Temperature as a function of time from my data structure. I'm not sure wher...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Understanding the Syntax for deleting rows with NaN
X = rand(10, 10); X(X < 0.1) = NaN; disp(X); X(any(isnan(X), 2), :) = []; I am having a hard time understanding al...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
Concatenating array using for loop
I was able to get it to work with the following code: % Forms matrix to hold data Master_temps = zeros(numel(Cure_Kine...

alrededor de 6 años hace | 0

| aceptada

Pregunta


Concatenating array using for loop
I have a structure with some arrays listed like this from 1 to 9 : Cure.neat(1).temps Cure.neat(2).temps ..... I wou...

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Edit Field labels and edit field numeric loop
I have an app that when one inputs a numerical value _n_, the callback will make _n_ number of edit field labels and edit field...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Pass symbolic variables or simply symbolic variable?
syms epsilon_x epsilon_y gamma_xy N_x [N_x; 0;0 ]=[11628 1494 0; 1494 11628 0; 0 0 1839]*[epsilon_x; epsilon_y; gamma_xy] ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Order of Addition changes answer? Approx 0 or actually 0
I've been trying to figure out for half a day why my Solution was not 0 by an order of 1.0e-14 or e-15. When I added several mat...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


trouble with code to form robust solver that can handle different unknowns
I am trying to write some code that can identify an unknown and solve an equation with respect to it. For example, my input box ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


differentiate input dialog strings into either symbols or double precision values
I have an input dialog box where I put values or a variable I am trying to solve for. Problem I have is how do I have Matlab dif...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Nesting function trouble with undefined variable
Trying to code a simple nesting function and I can't understand why I get an undefined function or variable warning for 'a' ...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How do I define a function that evaluates in input
Currently been typing: theta_Degree=40 theta=(theta_Degree*pi/180) T = [cos(theta)^2 sin(theta)^2 2*cos(the...

más de 6 años hace | 1 respuesta | 0

1

respuesta