Feeds
質問
how to generate and plot uniform distributions?
i need to generate twenty uniform distributions and plot one of them to get the plot of a uniform probability distribution.
約11年 前 | 1 件の回答 | 0
1
回答質問
how can i bypass an input or output from a udf?
function[m2,P2P1,T2T1,Po2Po1]=oswbudf(m1,y,b1,cp,r) in this udf sometimes i dont need the third and fourth output i just need...
11年以上 前 | 0 件の回答 | 0
0
回答質問
how to use fzero?
the code im trying to run is m1=input('Enter Mach number='); y=input('Enter the Specific Heat ratio of working fluid...
11年以上 前 | 1 件の回答 | 0
1
回答回答済み
I have a code for Newton Raph method to find x for nonlinear set of equations. The code works, yet as I change the name of the function, saving it appropriately, I receive this:Undefined function 'Hamedani_solenoid' for input arguments of type 'syms'
if you are using a udf(user defined function) then the name of the function should be the same as the name of the m-file. try s...
I have a code for Newton Raph method to find x for nonlinear set of equations. The code works, yet as I change the name of the function, saving it appropriately, I receive this:Undefined function 'Hamedani_solenoid' for input arguments of type 'syms'
if you are using a udf(user defined function) then the name of the function should be the same as the name of the m-file. try s...
11年以上 前 | 0
| 採用済み
質問
how to find almost equal entries in 2 row vectors?
delta = Columns 1 through 7 -5.0000 -4.5000 -4.0000 -3.5000 -3.0000 -2.5000 -2.0000 Columns 8 throug...
11年以上 前 | 2 件の回答 | 0
2
回答質問
for del=-1:0.5:1, i want to get the index of the value of del being used for that specific iteration . can anyone please tell me a way to do this
I am running a for loop "for del=-1:0.5:1" and i want to get the index of the value of del being used for the iteration lets say...
11年以上 前 | 1 件の回答 | 0