統計
All
Feeds
回答済み
I can use functions- "sym()" and "syms()".
The functions |sym| and |syms| are part of the Symbolic Math Toolbox. Are you sure that you have the Symbolic Math Toolbox insta...
I can use functions- "sym()" and "syms()".
The functions |sym| and |syms| are part of the Symbolic Math Toolbox. Are you sure that you have the Symbolic Math Toolbox insta...
11年以上 前 | 0
回答済み
Removing exponents from a sysm class term
You can use |evalin| to do a substitution of the powers inside MuPAD: >> evalin(symengine, ['subs(', char(answer) ,', hold(_...
Removing exponents from a sysm class term
You can use |evalin| to do a substitution of the powers inside MuPAD: >> evalin(symengine, ['subs(', char(answer) ,', hold(_...
約12年 前 | 0
| 採用済み
回答済み
Calculating Fourier Series Coefficients Using Custom Matlab Function
You forgot the index for assigning to |ak|. Also do you want the indefinite integral or an integral from 0 to 2*pi/w0? I added t...
Calculating Fourier Series Coefficients Using Custom Matlab Function
You forgot the index for assigning to |ak|. Also do you want the indefinite integral or an integral from 0 to 2*pi/w0? I added t...
約12年 前 | 0
回答済み
Using latex command with anonymous functions
In R2012a I can do this: >> syms x y B(x) >> latex(B(x)) ans = B\!\left(x\right) >> latex(B(y)) ans = ...
Using latex command with anonymous functions
In R2012a I can do this: >> syms x y B(x) >> latex(B(x)) ans = B\!\left(x\right) >> latex(B(y)) ans = ...
12年以上 前 | 1
解決済み
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
12年以上 前
解決済み
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
12年以上 前
解決済み
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
12年以上 前
解決済み
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
12年以上 前
解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
12年以上 前
回答済み
Solving a symbolic complex determinant by putting real and imaginary parts equal to zero??
Why do you split into real and imaginary part and solve both? I would expect this to work: S=solve(my_det, a1, a2) If I t...
Solving a symbolic complex determinant by putting real and imaginary parts equal to zero??
Why do you split into real and imaginary part and solve both? I would expect this to work: S=solve(my_det, a1, a2) If I t...
12年以上 前 | 0
回答済み
Solve: Working only sometimes
Some of your variable get 'Inf' in between. If you want to use variable precision arithmetic, make sure you use syms. I get a re...
Solve: Working only sometimes
Some of your variable get 'Inf' in between. If you want to use variable precision arithmetic, make sure you use syms. I get a re...
12年以上 前 | 0
| 採用済み
回答済み
How can I find the coefficients of the symbolic variables in a linear equation?
Maybe the thread <http://www.mathworks.de/matlabcentral/answers/41348-isolate-coefficients-of-multivariate-linear-polynomial Iso...
How can I find the coefficients of the symbolic variables in a linear equation?
Maybe the thread <http://www.mathworks.de/matlabcentral/answers/41348-isolate-coefficients-of-multivariate-linear-polynomial Iso...
12年以上 前 | 0
| 採用済み
回答済み
Isolate Coefficients of Multivariate Linear Polynomial
If you know that you have only linear terms and only |x|, |r|, and |y|, you could use |diff| to get the coefficients: syms x...
Isolate Coefficients of Multivariate Linear Polynomial
If you know that you have only linear terms and only |x|, |r|, and |y|, you could use |diff| to get the coefficients: syms x...
12年以上 前 | 0
| 採用済み
回答済み
How to symbolically differentiate a function with respect to a different function
It seems as if you cannot differentiate with respect to a symbolic function. Maybe it helps if you substitute phi_dot with a nor...
How to symbolically differentiate a function with respect to a different function
It seems as if you cannot differentiate with respect to a symbolic function. Maybe it helps if you substitute phi_dot with a nor...
12年以上 前 | 0
| 採用済み
回答済み
solve command
Seems to be the same problem as here: <http://www.mathworks.de/matlabcentral/answers/40281-substitution-after-differentiation-ea...
solve command
Seems to be the same problem as here: <http://www.mathworks.de/matlabcentral/answers/40281-substitution-after-differentiation-ea...
12年以上 前 | 0
| 採用済み
回答済み
Matlab simplify boolean expression
You have copied a MuPAD command. Did you use it inside a MuPAD Notebook? If not, type this at the MATLAB command prompt: mup...
Matlab simplify boolean expression
You have copied a MuPAD command. Did you use it inside a MuPAD Notebook? If not, type this at the MATLAB command prompt: mup...
12年以上 前 | 1
回答済み
integration
Why do you think that the answer is incorrect? If you just want a number, use |double| on the result: >> double(H0) ...
integration
Why do you think that the answer is incorrect? If you just want a number, use |double| on the result: >> double(H0) ...
12年以上 前 | 3
回答済み
Problem using subs in syms with matrix
The error raises in these lines: d=c(1); e=c(2); f=c(3); The variable |c| is a (1x1) sym and MATLAB cannot access the...
Problem using subs in syms with matrix
The error raises in these lines: d=c(1); e=c(2); f=c(3); The variable |c| is a (1x1) sym and MATLAB cannot access the...
12年以上 前 | 0
回答済み
Substitute 3 variables in this symbolic equation
Maybe in this case the suggestion from Walter scales better: [X, Y, Z] = ndgrid(5:5:30, 1100:100:1500, 1:0.5:3); WnetF = m...
Substitute 3 variables in this symbolic equation
Maybe in this case the suggestion from Walter scales better: [X, Y, Z] = ndgrid(5:5:30, 1100:100:1500, 1:0.5:3); WnetF = m...
12年以上 前 | 0
回答済み
Matlab solve the integration in version 2008 but doesn't solve it in version 2011b
It seems that MuPAD gets confused by the assumptions. At the moment, |int| gives a huge result in piecewises. If you do the foll...
Matlab solve the integration in version 2008 but doesn't solve it in version 2011b
It seems that MuPAD gets confused by the assumptions. At the moment, |int| gives a huge result in piecewises. If you do the foll...
12年以上 前 | 0
回答済み
problem in this integration
Not sure what you want to do. Could it be, that you meant this: syms T T0 P b = 0.141;cp0 = 38.12;h0 = 1684;R= 8.314;Act_W...
problem in this integration
Not sure what you want to do. Could it be, that you meant this: syms T T0 P b = 0.141;cp0 = 38.12;h0 = 1684;R= 8.314;Act_W...
12年以上 前 | 0
回答済み
solving nonlinear equations
I do get the following error message: Error using solve>processString (line 337) ' -0.0889=(-w^0.5*(w-1)^2*(w*(w+2)*sinh...
solving nonlinear equations
I do get the following error message: Error using solve>processString (line 337) ' -0.0889=(-w^0.5*(w-1)^2*(w*(w+2)*sinh...
12年以上 前 | 0
| 採用済み
回答済み
eval() returns NaN when my matrix gets really big.
Please try the following: double(vpa(evalin(symengine, ['subs(' char(X) ', T=' num2str(T) ')']))) This does the followin...
eval() returns NaN when my matrix gets really big.
Please try the following: double(vpa(evalin(symengine, ['subs(' char(X) ', T=' num2str(T) ')']))) This does the followin...
12年以上 前 | 0
| 採用済み
回答済み
How to solve equation using math symbolic and get erfinv as output?
Hi Caio, If you have MATLAB R2012a you can simpliy use the <http://www.mathworks.com/help/toolbox/mupad/stdlib/assume.html as...
How to solve equation using math symbolic and get erfinv as output?
Hi Caio, If you have MATLAB R2012a you can simpliy use the <http://www.mathworks.com/help/toolbox/mupad/stdlib/assume.html as...
12年以上 前 | 1
| 採用済み
回答済み
Error while converting a HUGE symbolic equation to double (question edited and simplified further)
Does this work? subs(subs(Wnet, x, 5:5:30)', y, 1100:100:1500) respectively subs(subs(SFC, x, 5:5:30)', y, 1100:100...
Error while converting a HUGE symbolic equation to double (question edited and simplified further)
Does this work? subs(subs(Wnet, x, 5:5:30)', y, 1100:100:1500) respectively subs(subs(SFC, x, 5:5:30)', y, 1100:100...
12年以上 前 | 0
| 採用済み
回答済み
Golden Search Optimization Technique
I'm not familiar with the Golden Search algorithm, but it seems that you are overwritting |fx| by accident. If I remove those li...
Golden Search Optimization Technique
I'm not familiar with the Golden Search algorithm, but it seems that you are overwritting |fx| by accident. If I remove those li...
12年以上 前 | 1
| 採用済み
回答済み
Wrong integration result with R2011b
Both answers are correct. Let me quote Wikipedia's entry for <http://en.wikipedia.org/wiki/Constant_of_integration Constant of i...
Wrong integration result with R2011b
Both answers are correct. Let me quote Wikipedia's entry for <http://en.wikipedia.org/wiki/Constant_of_integration Constant of i...
12年以上 前 | 0
| 採用済み
回答済み
Integration In Matlab
Just use |double|: syms r R1=sqrt(3)*(2*r.^2-1) R2=sqrt(3)*(2*r.^2-1) b = .7; S=2*pi*imag(int(exp(1i*b*R1)*...
Integration In Matlab
Just use |double|: syms r R1=sqrt(3)*(2*r.^2-1) R2=sqrt(3)*(2*r.^2-1) b = .7; S=2*pi*imag(int(exp(1i*b*R1)*...
12年以上 前 | 0
| 採用済み