Feeds
提问
HOW TO GENERATE VECTORS OF A PARTICULAR TYPE?
K=[0:0.25:10]; I want to GENERATE VECTORS for each K value having four inputs of the type Yk=[-5 8K 0 -K]; further ...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to create double spacing between all command prompts
How to create space ( or gap) between command lines in the MATLAB command window ? When i am pasting screen shot of MATLAB comm...
9 years 前 | 1 个回答 | 0
1
个回答提问
program to find zero value of the function
how to find zero value of the function f(x)= k-3.k.x^2+3.x^3 (o<k<infinity) (k is 0 to infinity) i used p=[3 -3k 0 k]; r...
9 years 前 | 1 个回答 | 0
1
个回答提问
Please help me in writing a program for plotting graph of following function in MATLAB I am getting only second one (>30)., its not showing the first one(<30) when I am using ifelse
f(x)=t if x<30; f(x)=a+k(x^2-b^2) if x>=30; where a=20; t=35; k=0.75; b=50; I am getting only second one (>30)., its n...
9 years 前 | 1 个回答 | 0
