Community Profile

photo

Qasim Manzoor


NUST, Pakistan

2013년부터 활동

Followers: 0   Following: 0

연락

통계

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

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.

10년 초과 전 | 답변 수: 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...

10년 초과 전 | 답변 수: 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...

10년 초과 전 | 답변 수: 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...

10년 초과 전 | 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...

10년 초과 전 | 답변 수: 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...

10년 초과 전 | 답변 수: 1 | 0

1

답변