Alec Carruthers
Followers: 0 Following: 0
Statistiques
8 Questions
0 Réponses
RANG
39 347
of 295 467
RÉPUTATION
1
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
1
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
While Loop indexing help.
First off, My code is 600+ lines long so I cannot post the entire script. Here is my setup for nested while loops: count =...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
How to fix "Subscripted assignment dimension mismatch," in a for loop?
for k=1:length(index) syms w W_TO(k) = vpasolve(((C1(k)+C5(k))*(w^1.195))+(C2*(w^.235))+((C3+C4(k)+C6(k)+C7+C10...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Nested For loop with Cell Arrays
This code runs ok with one for loop, but when I introduce a for loop for "AR" within the original, I get an error of: "Out of ...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to compare elements in an array?
My for loop cycles through a series of initial CL values and then a lot of calculations are done and I get final values for CL "...
plus de 6 ans il y a | 1 réponse | 1
1
réponseQuestion
How do I fix an equation in a for loop?
clc; clear; %Design Mission PAX = 250; Cargo = 8000; Range = 7000; %N. Miles DRatio = .9524988; PRa...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I fix this error "In an assignment A(:) = B, the number of elements in A and B must be the same."?
clc; clear; %Design Mission PAX = 250; Cargo = 8000; Range = 7000; %N. Miles DRatio = .9524988; PRatio = .23590495; ...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Plotting data from for loop
Here is my code: T=290; R=287; G=1.4; Cv= R/(G-1); e=Cv*T; V= (0:1:1000); Ke= .5*...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I remove a certain part of my graph?
I'm trying to plot the specific thrust and specific fuel consumption on the same graph. I have horizontal lines that start the g...
plus de 7 ans il y a | 1 réponse | 0