photo

Qasim Manzoor


NUST, Pakistan

Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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.

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 11 años hace | 1 respuesta | 0

1

respuesta

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

casi 11 años hace | 0

| aceptada

Pregunta


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

casi 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 11 años hace | 1 respuesta | 0

1

respuesta