Chris - MATLAB Central
photo

Chris


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 03/11 to 04/25Use left and right arrows to move selectionFrom 03/11Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

15 个提问
1 个回答

排名
22,972
of 298,180

声誉
1

贡献数
15 个提问
1 个回答

回答接受率
53.33%

收到投票数
1

排名
 of 20,546

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,541

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Have a maple symbolic expression in MATLAB with % symbols, how can I get to just the solution?
I have a long solution to polynomials I found using matlab's solve command using the maple symbolic engine. The reusult however ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


%1, %2 and %3 in solution
Hello, I have a long analytic symbolic solution to a system of polynomials using the solve command in matlab. The solution is...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How do I get a symbolic variable into the maple workspace
I have a 5x1 symbolic array. How could I get this into the maple work space. I know there is a maple command but I am having a h...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Using symbolic solve in matlab with maple symbolic toolbox, How to assign values to symbolic expressions and get numerical answer.
I asked this question last week and got the answer: http://mathworks.com/matlabcentral/answers/17155-want-to-use-solve-with-non...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Getting an error when running solve in Matlab
Do you know what this could mean? Thank you ??? Error using ==> mupadmex mupadmex requires one string argument.

13 years 前 | 0 个回答 | 0

0

个回答

提问


Want to use 'solve' with non symbolic variables
Lets say I had the equation: ax^2+bx+c=0 (the real one is more complicated) and I wanted to get numeric solutions for x with ...

13 years 前 | 1 个回答 | 1

1

个回答

提问


Problem assigning multiple values simultaneously to a matrix
Hello, I have attached some code for reference; flag=zeros([10 10]); flag(5,5)=1; flag(5,9)=1;%Initialize Flag with 2 ...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Warning singular matrix.
I am using \ to solve a system of linear equations. I get a warning telling me the matrix is singular or ill conditioned. This o...

14 years 前 | 2 个回答 | 0

2

个回答

提问


Symbolic imaginary number conversion
I use the solve command, and get an imaginary result. How do I convert that to numeric form. Real numbers can be converted using...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Using symbolic solve in matlab, won't execute inside a function I call
Basically, I run some code, I call a function and in that function I declare symbolic variables and use the solve command in MAT...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Using symbolic solve in matlab, won't execute inside a function I call
Basically, I run some code, I call a function and in that function I declare symbolic variables and use the solve command in MAT...

14 years 前 | 0 个回答 | 0

0

个回答

提问


Maple Symbolic Toolbox
I just recently installed Maple and it asked me if I wanted to use it's symbolic toolbox when using Mablab. I said yes, but I am...

14 years 前 | 1 个回答 | 0

1

个回答

已回答
What is the best way to numerically solve a system of polynomial multivariate equations?
Also, I need to find all of the answers, not just one. Thanks, Chris

14 years 前 | 0

提问


What is the best way to numerically solve a system of polynomial multivariate equations?
I have a system of polynomial equations that I need to solve a whole bunch of times. What do you think is the most efficient way...

14 years 前 | 3 个回答 | 0

3

个回答

提问


How can I use current path and all sub folders instead of just current path?
I want to use all of the subfolders in a path with all of the m files in these subfolders. Is there a way to do that. I download...

14 years 前 | 2 个回答 | 0

2

个回答

提问


How to make a 'browse window' to search for documents
Hello, I'm relatively new at making GUIs in matlab and I was just wondering how you could go about making a explorer window t...

14 years 前 | 2 个回答 | 0

2

个回答