解決済み


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

4年以上 前

解決済み


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...

4年以上 前

質問


History.xml strange behavior
When MATlab detect an error, after the error message MATLAB display [1,2,3]*[2,1]' Error using * Incorrect dimensions for...

6年弱 前 | 1 件の回答 | 1

1

回答

回答済み
Unable to convert expression into double array.
It is not clear what do you want. Your expressions are entirely symbolic. If you want to give later values to x,y,z, phi, etc tr...

約6年 前 | 1

| 採用済み

回答済み
solving coupled differential system
Dear Saman, If set x=u(1), x'=u(2), y=u(3), y'=u(4) and M=[1,0,0,0; 0, m1,0,m2; 0,0,1,0; 0, m2,0,A], then the system becomes...

約6年 前 | 0

解決済み


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

約6年 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

約6年 前

質問


functions of funtions symbolic
How could I define a functional (a function of functions), e.g in MATLAB Symbolic Math Toolbox. The function is an input par...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Conversion from MuPAD to MATLAB
Can anybody help me to convert the following MuPAD functions to MATLAB Symbolic Math? //Peano Th and kernel //pp - truncated...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Function of function in Symbolic Math Toolbox
How could I define a functional in Symbolic Math Toolbox , eg . I wish a generic definition that allows to choose several functi...

約6年 前 | 1 件の回答 | 0

1

回答

質問


normalizing a symbolic expression?
Is there any corresponden in Symbolic Math Toolbox for Maple or Mupad function normal ? (normalizing a rational expression, wri...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Customize export from live editor to LaTeX
How can I customize the export from MATLAB Live Editor to LaTeX? Is there a solution different from modification of matlab.sty f...

約6年 前 | 1 件の回答 | 3

1

回答

質問


fplot add an undesired line
When I use fplot with LineWidth a dashed thick gray line appears on the right edge o the box. Example h=fplot(@(u) u.*exp(u),[-...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Using previous analysis result in PDE Toolbox
I have a system of two elliptic PDEs which must be solved for several values of some parameters. I order assure convergence, I t...

7年以上 前 | 0 件の回答 | 1

0

回答

回答済み
How can I solve an equation using fixed point method?
If you wish to solve x=2^(-x) use successive approximation method. Provide a function, a starting value and a tolerance. funct...

10年弱 前 | 0

回答済み
How to create 3D grid from data without interpolation?
interp2() has options for cubic or spline

10年弱 前 | 0

回答済み
simple inequality check fails - why?
Your code works works correctly in MATLAB 2014a.

11年以上 前 | 0

質問


Mupad export to LaTeX
How can I export Mupad notebooks to LaTeX?

約15年 前 | 2 件の回答 | 1

2

回答