Feeds
提问
Adding fractions to axis tick marks
How do you turn the tick mark labels into fractions rather than decimals. Take the following code for example. I would like the ...
9 years 前 | 2 个回答 | 2
2
个回答提问
fsolve in a for loop
I am using fsolve to solve a system of nonlinear equations. The constants in the equations are design variables. I would like to...
9 years 前 | 1 个回答 | 0
1
个回答提问
How can a put a variable into a text string
I want to put a variable onto a graph. I have tried text(x,y,'Text ' num2str(variable) ' moretext') with no luck. The only...
9 years 前 | 1 个回答 | 0
