photo

Konrad Bolembach


Last seen: mer än ett år ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
88 838
of 300 392

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 373

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

View by

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 4 år ago | 1 answer | 0

1

answer

Answered
Printing 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 4 å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 4 år ago | 3 answers | 0

3

answers