Statistics
RANK
125 211
of 300 392
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
100.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
Question
Find more time-efficient way to extract data from a .txt file
I have a code that takes over 4minutes to converge to a solution, and I need to get convergence about 30 times for synthesis pur...
mer än 5 år ago | 1 answer | 0
1
answerHow to go around infinite recursions
I just redesigned the whole program for this program to work.
nästan 6 år ago | 0
| accepted
Question
How to go around infinite recursions
Hi. I have a series of functions that go Weight_Approx_1 -> Geometric_Approx -> Weight_Approx_2 . I would like for the Weight_Ap...
nästan 6 år ago | 2 answers | 0
2
answersQuestion
How to replace a function by a value
So I have a series of functions that all depend on an initial function. For example, I want to design a helicopter. I have a pro...
ungefär 6 år ago | 1 answer | 0
1
answerQuestion
Change Resolution of Data Cursor
I am sampling data at a rate of 100kHz, so I need the data cursor to allow me to view data down to 5 digits after the decimal ra...
mer än 6 år ago | 1 answer | 0
1
answerQuestion
How do I solve for eigenvalues symbolically?
adoty = [Na 0 0 -1 ]; adotp = [0 Na 1 0 ]; qdot = [Mpa*wr Ma Mq -I*wr ]; ...
ungefär 7 år ago | 1 answer | 0
1
answerQuestion
How to print results from damp() to text file
I was trying to print the results from the damp() function to a text file using fprintf, but fprintf doesn't support it. I w...
ungefär 7 år ago | 2 answers | 0
