Ikenna Okoye
Followers: 0 Following: 0
Feeds
提问
Each physical network must be connected to exactly one Solver Configuration block. There is no Solver Configuration block connected to Physical Network with the following blocks:MATLAB error
Hi all, Ive had this error come up and was wondering if I could get some help on it. The error comes as i try generating my sim...
4 years 前 | 1 个回答 | 2
1
个回答提问
Check if all previous array values meet a condition
Hi all, I have a problem where im trying to access all previously genereated values in a for loop. These values are all being st...
4 years 前 | 1 个回答 | 0
1
个回答已回答
Grabbing the first position in cell within a structure
I figured it out. xArrayObject(1,iObj) = outputTableExport(iRun).tubingRuns(iObj).xArray(1); Cant be in cell array f...
Grabbing the first position in cell within a structure
I figured it out. xArrayObject(1,iObj) = outputTableExport(iRun).tubingRuns(iObj).xArray(1); Cant be in cell array f...
4 years 前 | 0
| 已接受
提问
Grabbing the first position in cell within a structure
Hello all, I'm attempting to grab the first, second, third and then fourth position of a vector, where each row representing a ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Arrange points by y cordinate within a stucture array
Would anyone know a way of arranging a structure arrays points by y cordinate indescending order? I dont even know how to go abo...
4 years 前 | 1 个回答 | 0
1
个回答提问
Creating several structures within another structure
Im attemtig to create two structures called nodes and elements within a larger structure called tubing. I am able to nest one s...
4 years 前 | 1 个回答 | 0
1
个回答提问
Element Array cell checking
Hi, im trying to create an alogorythm that prevent overlapping block generation in simulink. The intent is for the code to go th...
4 years 前 | 0 个回答 | 0
0
个回答提问
Im trying to find a way to increment a certain variable until a condition is meet. Can someone help me with this?
Ive attached both files that are needed to run the code, everything works ok. If you look at the file, its a code that models a ...
5 years 前 | 0 个回答 | 0
0
个回答已回答
I have a problem with plotting two vectors, I want to vary 'z' by a certain amount and 'x' by another amount and plot versus each other, how can i make the matrix dimensions match?
Heres my code: It plots thrust versus altitude and varies 'gamma'. I want to be able to create a carpet plot varying 'gamma', 'e...
I have a problem with plotting two vectors, I want to vary 'z' by a certain amount and 'x' by another amount and plot versus each other, how can i make the matrix dimensions match?
Heres my code: It plots thrust versus altitude and varies 'gamma'. I want to be able to create a carpet plot varying 'gamma', 'e...
6 years 前 | 0
提问
I have a problem with plotting two vectors, I want to vary 'z' by a certain amount and 'x' by another amount and plot versus each other, how can i make the matrix dimensions match?
x = 2:1:25; y = x^2; z = 1:1:28; plot(z,x)
6 years 前 | 3 个回答 | 0
3
个回答已回答
Hey guys, I have a problem. Im writing a code that models engine thrust over an altitude range. It runs ok when i keep a variable constant, 'gamma', but when its varied, it dosent run. Can someone help?
Right the propulsion code calls the funciton file, that starts with prompt, that then calls atmos0_100. Does that clarify?
Hey guys, I have a problem. Im writing a code that models engine thrust over an altitude range. It runs ok when i keep a variable constant, 'gamma', but when its varied, it dosent run. Can someone help?
Right the propulsion code calls the funciton file, that starts with prompt, that then calls atmos0_100. Does that clarify?
6 years 前 | 0
已回答
Hey guys, I have a problem. Im writing a code that models engine thrust over an altitude range. It runs ok when i keep a variable constant, 'gamma', but when its varied, it dosent run. Can someone help?
Sorry, the script that i first posted should already be atmos0_100, the 'i' should be a '0': function[T,P,rho,del,sig,the]= a...
Hey guys, I have a problem. Im writing a code that models engine thrust over an altitude range. It runs ok when i keep a variable constant, 'gamma', but when its varied, it dosent run. Can someone help?
Sorry, the script that i first posted should already be atmos0_100, the 'i' should be a '0': function[T,P,rho,del,sig,the]= a...
6 years 前 | 0
提问
Hey guys, I have a problem. Im writing a code that models engine thrust over an altitude range. It runs ok when i keep a variable constant, 'gamma', but when its varied, it dosent run. Can someone help?
clc clear z = 0:1:100; [T,P,rho,del,sig,the]= atmosi_100(z); %% constants r_o = 6.371e7; ...
6 years 前 | 2 个回答 | 0
2
个回答提问
How do I Take in input string and insert that string into an if statment
I want to take a user input of two options that are strings, either SI or imperial units, and insert this into an if statement i...
6 years 前 | 2 个回答 | 0