Feeds
提问
Store While Loop Output in Vector
Hi guys, I'm having a bit of difficulty storing the output of the while loop in a vector. Here's my code. For some reason the 't...
7 years 前 | 1 个回答 | 0
1
个回答提问
Plotting Results of a Matrix from a For Loop Help
Hey guys, this is a snippet of my code I can't seem to get to graph. S is a 3x3 matrix and I need to plot points (1,1), (2,2) an...
7 years 前 | 1 个回答 | 0
1
个回答提问
Input value and compare to values in an array
clc, clear, clf M1=input('What is the Mach number? '); Mach=[1.050,1.1,1.2,1.3,1.4,1.6,1.8,2,2.5,3,4,5,6,7,8,10]; Max...
7 years 前 | 3 个回答 | 0

