Community Profile

photo

Keen


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

Feeds

View by

Answered
Function with 2 variables
Many thanks, Yes it works perfectly. please advise about my errors. Kind regards,

6 years ago | 0

Answered
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...

6 years ago | 0

Answered
Function with 2 variables
My problem is my function cannot read the variable SA (2nd and 3rd value). Kind regards,

6 years ago | 0

Answered
Function with 2 variables
Hi I made the changes and nothing happened to my results hence I removed it.

6 years ago | 0

Answered
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)...

6 years ago | 0

Answered
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 ...

6 years ago | 0

Question


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...

6 years ago | 8 answers | 0

8

answers

Answered
How can I pass an array to Matlab function?
Many thanks, it was really helpful.

6 years ago | 0

Question


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...

6 years ago | 2 answers | 0

2

answers

Question


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...

6 years ago | 1 answer | 0

1

answer