統計
MATLAB Answers
4 質問
0 回答
ランク
of 175,767
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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 ...
約10年 前 | 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...
約10年 前 | 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...
約10年 前 | 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...
約10年 前 | 1 件の回答 | 0
