photo

Tracy


Last seen: meer dan 4 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
180.947
of 300.343

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20.926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.172

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

  • First Answer

View badges

Feeds

View by

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

answer

Question


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

3

answers