photo

CONNOR


Last seen: circa un anno fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
0 Risposte

RANK
192.797
of 297.457

REPUTAZIONE
0

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
28.57%

VOTI RICEVUTI
0

RANK
 of 20.438

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 158.938

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta