aldburg
2017년부터 활동
Followers: 0 Following: 0
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...
거의 7년 전 | 답변 수: 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...
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...
거의 7년 전 | 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...
거의 7년 전 | 답변 수: 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...
거의 7년 전 | 답변 수: 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] ...
거의 7년 전 | 답변 수: 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...
거의 7년 전 | 답변 수: 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 ...
대략 7년 전 | 답변 수: 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...
대략 7년 전 | 답변 수: 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' ...
대략 7년 전 | 답변 수: 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...
대략 7년 전 | 답변 수: 1 | 0