Feeds
提问
q = quadl(fun,a,b,tol,trace,p1,p2,...)
Hi Dear Matlab Users; I want to use quadl function using my function and then integrate it numerically. Matlab function r...
12 years 前 | 0 个回答 | 0
0
个回答提问
Triplequad function with symbolic variables
Hi Dear Matlab users My problem is I wrote a function just below. function out = ahmet(r,s,zeta) syms z1 o...
12 years 前 | 1 个回答 | 0
1
个回答提问
Global symbolic variable definition
Hi Dear Matlab users I defined a variable in .M file and assigned a symbolic value to that variable.Then I defined a functio...
12 years 前 | 1 个回答 | 0
1
个回答提问
Which command can tell me my function degree ?
Hi ; I have a problem with my function. I want to learn its highest degree. My function is like f(r,s) = a*r^2+b*r*s+c*s^...
12 years 前 | 1 个回答 | 0
1
个回答提问
Special character adding in command window
Hi I want to ask how we can add a special charecter like gama or beta in the command window. For ex I want to write syms...
13 years 前 | 1 个回答 | 0
1
个回答提问
Collecting the terms in a specific coefficient
Hi, I want to ask how we can make Matlab do such a thing; For ex; I have an expression ----> a*x^2+2*a^3*x and I want this...
13 years 前 | 1 个回答 | 0
