Statistics
2 Questions
                        0 Answers
RANK
81.000
                          
                          
of 300.381
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          2 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            0.0%
                        
VOTES RECEIVED
0
RANK
 of 20.941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168.477
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Help with arrays please
Enter the values for the Square of Array A = A=[-10 -9; -8 6] ;
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
I keep getting "Array indices must be positive integers or logical values."
clear;clc x = .993 : 0.01 : 1.283; for n = 1 :1: length(x) f(x) = 7*x(n)^3 - 2*x(n)^2 + 7*x(n) - 14; g(x) = -19*x(n)^3 ...
bijna 5 jaar ago | 3 answers | 0
