Feeds
답변 있음
Function with 2 variables
Many thanks, Yes it works perfectly. please advise about my errors. Kind regards,
Function with 2 variables
Many thanks, Yes it works perfectly. please advise about my errors. Kind regards,
7년 초과 전 | 0
답변 있음
Function with 2 variables
function [CA]=myfunction2(ZP,SA) CA= 10.^(0.1482*(((log(ZP)+3.0166)./(-0.1782*log(SA)-1.0026)).^2)+(0.8796*((log(ZP)+3.0166...
Function with 2 variables
function [CA]=myfunction2(ZP,SA) CA= 10.^(0.1482*(((log(ZP)+3.0166)./(-0.1782*log(SA)-1.0026)).^2)+(0.8796*((log(ZP)+3.0166...
7년 초과 전 | 0
답변 있음
Function with 2 variables
My problem is my function cannot read the variable SA (2nd and 3rd value). Kind regards,
Function with 2 variables
My problem is my function cannot read the variable SA (2nd and 3rd value). Kind regards,
7년 초과 전 | 0
답변 있음
Function with 2 variables
Hi I made the changes and nothing happened to my results hence I removed it.
Function with 2 variables
Hi I made the changes and nothing happened to my results hence I removed it.
7년 초과 전 | 0
답변 있음
Function with 2 variables
function [CA]=myfunction2(ZP,SA) CA= 10.^(0.1482*(((log(ZP)+3.0166)/(-0.1782*log(SA)-1.0026)).^2)+(0.8796*((log(ZP)+3.0166)...
Function with 2 variables
function [CA]=myfunction2(ZP,SA) CA= 10.^(0.1482*(((log(ZP)+3.0166)/(-0.1782*log(SA)-1.0026)).^2)+(0.8796*((log(ZP)+3.0166)...
7년 초과 전 | 0
답변 있음
Function with 2 variables
Hi James, I tried it and is the same error appearing. The equation is correct because the input of the first values of ZP and ...
Function with 2 variables
Hi James, I tried it and is the same error appearing. The equation is correct because the input of the first values of ZP and ...
7년 초과 전 | 0
질문
Function with 2 variables
Hi all, I have a function y=f(x, Z), when I give inputs, it takes Z as a fix value. Would you please advise how can my funct...
7년 초과 전 | 답변 수: 8 | 0
8
답변질문
How can I pass an array to Matlab function?
Hi all, Would you please advise how can I pass an array to Matlab function so that I can use each element in the array to calc...
7년 초과 전 | 답변 수: 2 | 0
2
답변질문
Log equation log(x)
I have a complicated equation such as a log (X), and the constants are in log and in a function of other logs. Could you please...
7년 초과 전 | 답변 수: 1 | 0