Community Profile

photo

aldburg


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • First Review
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


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...

約6年 前 | 1 件の回答 | 0

1

回答

質問


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...

約6年 前 | 1 件の回答 | 0

1

回答

回答済み
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...

約6年 前 | 0

| 採用済み

質問


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...

約6年 前 | 2 件の回答 | 0

2

回答

質問


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...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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] ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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 ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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' ...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


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...

6年以上 前 | 1 件の回答 | 0

1

回答