Mathidiot Superfacial
2015년부터 활동
Followers: 0 Following: 0
Feeds
질문
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
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
8년 초과 전 | 답변 수: 2 | 0
2
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 2 | 1
2
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
Any way to use fplot to draw multiple curves in the same figure?
As what title asks
대략 9년 전 | 답변 수: 1 | 0