photo

Keen


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
7 Answers

RANK
198,277
of 300,753

REPUTATION
0

CONTRIBUTIONS
3 Questions
7 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

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

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

7 years ago | 0

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

7 years ago | 0

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

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

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

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

7 years ago | 8 answers | 0

8

answers

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

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

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

7 years ago | 1 answer | 0

1

answer