Community Profile

photo

Qasim Manzoor


NUST, Pakistan

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


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.

mer än 10 år ago | 1 answer | 0

1

answer

Question


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

mer än 10 år ago | 0 answers | 0

0

answers

Question


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

mer än 10 år ago | 1 answer | 0

1

answer

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

mer än 10 år ago | 0

| accepted

Question


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

mer än 10 år ago | 2 answers | 0

2

answers

Question


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

mer än 10 år ago | 1 answer | 0

1

answer