Konrad Bolembach
Followers: 0 Following: 0
Statistics
RANK
79 029
of 295 569
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
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
Substitute variables without immediate evaluation
I am looking for a way of automating writing parts of reports. In particular, whenever I have an equation, I'd like to write it ...
mer än 3 år ago | 1 answer | 0
1
answerPrinting out pi as a symbol in equations instead of the numerical value
The way I've dealt with it is to define the an_Id function like so: an_Id = @(T, m, d) T^2 * m * sym(g) * d / (4 * sym(pi)^2); ...
mer än 3 år ago | 0
| accepted
Question
Printing out pi as a symbol in equations instead of the numerical value
I have the following code: %%%%% Constants pi = 3.14159265; g = 9.80665; % [m/s^2] %%%%% Copy constants pi_ = 3.14159265;...
mer än 3 år ago | 3 answers | 0