![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/28924411_1674150793726_DEF.jpg)
CONNOR
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
141,221
of 297,016
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
This code runs except the graph and results are incredibly wrong
This code is running except the graph and the results are really wrong. I will provide the correct graph as a refference. I have...
1 year ago | 1 answer | 0
1
answerQuestion
I don't know why this code is saying, "Arrays have incompatible sizes for this operation."
This code has been giving me a lot of trouble trying to get it to work and now it is saying that the arrays are incompatable but...
1 year ago | 1 answer | 0
1
answerQuestion
This gives an error that says, "Index in position 2 is invalid. Array indices must be positive integers or logical values."
I cant seem to figure out what is causeing the error saying the indices must be positive integers or logical values. All help is...
1 year ago | 1 answer | 0
1
answerQuestion
This Matlab code is saying Index in position 1 is invalid. Array indices must be positive integers or logical values.
when I try to run this code it says "Index in position 1 is invalid. Array indices must be positive integers or logical values."...
1 year ago | 2 answers | 0
2
answersQuestion
I don't know how to solve the error it is producing
P = 10; % kips E = 30000; % ksi H = 10; % feet rho = 0.28; % lbm/in^3 db = [1.0, 6.0]; % inches - values of lower and uppe...
1 year ago | 1 answer | 0
1
answerQuestion
This is a code that my team has been trying to fix but with no luck. There is one line on the graph that looks correct but the rest are all very small and wrong.
clear, clc, close all load("EnvironmentalForcing.mat") for i = 1:length(T) if T(i)>0 && T(i)<35 Tb(i) = (0.0002...
1 year ago | 1 answer | 0
1
answerQuestion
I dont know why it is saying there are not enough input arguments and then there are two errors that have no description as to what's wrong please help
close all, clear, clc load("EnvironmentalForcing.mat") t = linspace(0,60,1465); Bmax = 1; uL = 6; uI = 10; e = 0.001; Ap ...
1 year ago | 1 answer | 0