Statistics
2 Questions
0 Answers
RANK
223,738
of 301,920
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,463
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 177,381
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
Question
Error receiving an array as an output of one of my variables.
The function I wrote is: function [A, c, B] = solveSAS(a, C, b) c = sqrt(a.^2 + b.^2 - 2*a.*b.*cosd(C)); B = asind((b.*sind(C...
6 years ago | 1 answer | 0
1
answerQuestion
I am receiving a "parse error" in this function. Can anyone help me?
function y = f2(x) y = x.^7 -6.0*x.^6 -14.1*x.^5 +97.6*x.^4 +70.5*x.^3 -423.9*x.^2 -169.0*x. +443.9 ; end I got the error on ...
6 years ago | 1 answer | 0

