Feeds
提问
Compute intersections of two functions
Hello all, I am trying to find the numbers that minimizes two functions. clear; close all; clc; h=10; b1=3; b2=5;...
11 years 前 | 0 个回答 | 0
0
个回答提问
Writing variables as a matrix in the for loop
Hello I wrote a script which computes second moment of a function within a circular area. I chose the points within the circ...
11 years 前 | 0 个回答 | 0
0
个回答已回答
Double numeric integral of a function help please
Thanks for the help The function handle is not working with dblquad somehow but working with quad2d. Thanks for the help!...
Double numeric integral of a function help please
Thanks for the help The function handle is not working with dblquad somehow but working with quad2d. Thanks for the help!...
11 years 前 | 0
提问
Double numeric integral of a function help please
Hello everyone I want to numerically integrate a function 1-x^2-y^2 Where x^2+y^2<=1 circular area What I tired so ...
11 years 前 | 2 个回答 | 0
