aldburg
Followers: 0 Following: 0
Statistics
RANK
100,942
of 295,467
REPUTATION
0
CONTRIBUTIONS
11 Questions
1 Answer
ANSWER ACCEPTANCE
63.64%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerConcatenating 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 years ago | 0
| accepted
Question
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0