답변 있음
Unable to see Graph
Instead of using a for loop, take advantage of matlab's ability to work with vectors (don't forget the element-wise period for T...

6년 초과 전 | 0

| 수락됨

답변 있음
isa probability distribution?
By using >> whos I was able to determine that x's class is a "prob.ToolboxFittableParametricDistribution" object, such t...

6년 초과 전 | 0

| 수락됨

답변 있음
How to tell Matlab to give real cube roots instead of complex ones?
This is almost certainly occurring because MATLAB is doing the math by first converting to log space so that it can just multipl...

6년 초과 전 | 2

| 수락됨

답변 있음
How to take x as a vector in for loop?
The variable x here is a for loop counter, which means it will iterate through the values given by dx:length:nx+1 and therefore ...

6년 초과 전 | 0

| 수락됨

질문


Is it possible to change the current folder window's default view settings in R2015a?
I'm running MATLAB R2015a on Ubuntu 14.04 and I noticed that one of the new features in Matlab is to display not only the files/...

거의 9년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How do I make a desktop launcher for MATLAB in Linux?
If you're using Ubuntu, see this page: <https://help.ubuntu.com/community/MATLAB>

거의 9년 전 | 4