![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7289747_1522120878860_DEF.jpg)
Mathidiot Superfacial
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
36,788
of 297,016
REPUTATION
1
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
1
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
How to integrate SS y*exp(x) dxdy using matlab?
As the title asks. the boundary is xmin=y/4 and xmax=6-0.5*y, ymin=0, and ymax=4
9 years ago | 1 answer | 0
1
answerQuestion
Something must be a floating point scalar?
f=@(x,y) sqrt(9-x.^2-y.^2); xmax=@(y) sqrt(9-y.^2); volume=integral2(f,0,xmax,0,3) But it says XMAX must be a floatin...
9 years ago | 2 answers | 0
2
answersQuestion
incomplete command in TeX text string
function []=printpowerf(x,y,z) %this function print a power function onto the plot %x and y are coordinates about where ...
9 years ago | 1 answer | 0
1
answerQuestion
Anyone plz give me a formula about how e6b calculate the caliberated airspeed
As we know, an e6b takes in three knowns---------temperature and pressure altitude, and true airspeed, to calculate the unknown-...
9 years ago | 0 answers | 0
0
answersQuestion
how to find the slope at a certain point of linear splines or cubic splines?
how to find the slope at a certain point of linear splines or cubic splines?
9 years ago | 1 answer | 0
1
answerQuestion
How to make two fprintf statements vertically align each other?
look at these two big fprintf statements. How can I align data with title? fprintf('Alt Temp TAS CAS IAS T...
9 years ago | 2 answers | 1
2
answersQuestion
Illegal use of reserved keyword "else".
* d=input('waht'); * if d==1 * fprinf('d=%f',d); * else if d==2 * fprinf('d=%f',d); * end * else if d==3 ...
9 years ago | 1 answer | 0
1
answerQuestion
Any way to use fplot to draw multiple curves in the same figure?
As what title asks
9 years ago | 1 answer | 0