Feeds
提问
Matlab results display problem in VB
I have created this function in Matlab: function [Res] = myDoubInt(param) pc=0; f1 = @(x)(((log(x) - log(31.1))./ 0.48).^...
14 years 前 | 1 个回答 | 0
1
个回答提问
Double Integration problem
I am trying to integrate the following function.This is my code in matlab and the error messages: pc=0; f1 = (log(x) - log(31....
14 years 前 | 3 个回答 | 1
