Drew Mitchell
Followers: 0 Following: 0
Statistics
12 Questions
0 Answers
RANK
15,358
of 295,527
REPUTATION
2
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
2
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Which state is being plotted in multi-degree of freedom system when using bodeplot
I am using bodeplot to get frequency response curves of a 2 degree of freedom system. I use the command >>bodeplot(sys) and it...
5 years ago | 1 answer | 0
1
answerQuestion
Bessel funtions of imaginary order
Is there a way to calculate bessel functions of imaginary order? I am looking for something like this: F=besselj(i*nu,x) ...
7 years ago | 1 answer | 1
1
answerQuestion
Solve 2d wave equation on circular domain using pdetool
Hi, I am wondering how to use the pdetool to solve the wave equation on a circular domain. As far as I can tell it looks like ...
8 years ago | 1 answer | 0
1
answerQuestion
Integration of the zero function handle ie f(x)=@(x) 0
I have a function that requires the integration of many functions and sometime that function is zero but I don't really know whe...
8 years ago | 1 answer | 0
1
answerQuestion
Numerical integration with triplequad and method quadgk
I am wondering how to use quadgk as my method for integration using triplequad. In the help for triplequad it says that quadgk ...
8 years ago | 1 answer | 0
1
answerQuestion
numerical triple integral with matlab coder
Is there a way to calculate triple integrals of functions using matlab coder? Coder doesn't support integral3 so I am looking...
8 years ago | 0 answers | 0
0
answersQuestion
Symbolic or function handle to numeric
Is there a way to turn a symbolic expression or function handle into a numeric expression? For example, say i have: syms x...
8 years ago | 2 answers | 0
2
answersQuestion
How to use symbolic expression with matlab coder
I have a symbolic expression that I would like to integrate using a mex file. I know how to do the integration the following wa...
8 years ago | 1 answer | 0
1
answerQuestion
Tripple integration matlab code to C/C++ with coder
I am wondering how to create C/C++ code for a triple integral. Matlab coder supports quadgk() but that only works for single va...
8 years ago | 0 answers | 0
0
answersQuestion
Numerical Integration of symbolic expression.
I have a lengthy symbolic expression in 3 variables say f(r,z,t). I want to integrate this expression over r and z (for specifi...
8 years ago | 3 answers | 1
3
answersQuestion
I need help factoring a symbolic expression
I have a symbolic expression in 3 variables f(r,z,t). I am trying to factor it such that I have an expression of the form: ...
8 years ago | 1 answer | 0
1
answerQuestion
Fit surface from Two vectors and a matrix
I have two vectors (of different length) that correspond to x and y locations in the x-y plane. I also have the corresponding ma...
9 years ago | 1 answer | 0