Amjad Green - MATLAB Central
photo

Amjad Green


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 02/18 to 03/25Use left and right arrows to move selectionFrom 02/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 質問
8 回答

ランク
3,163
of 297,851

評判
18

コントリビューション
10 質問
8 回答

回答採用率
50.0%

獲得投票数
2

ランク
 of 20,493

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,663

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • 3 Month Streak
  • Knowledgeable Level 2
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


plotting a tower power of square root of 2
hello i am plotting the convergence of some tower powers,i have written the following code: x=2^0.5; g=x; for ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


i need to solve this equation
81^7-(x/27)^(2*x)=0

6年以上 前 | 2 件の回答 | 0

2

回答

質問


solving a differential equation
<</matlabcentral/answers/uploaded_files/116175/Q3.PNG>> how do i solve it

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Gui can't write in uitable
t=uitable1('ColumnName',{'X','Y'}), set(t,'ColumnEditable',true(1,2)) A=get(handles.uitable1,'Data'); x=A(:,1);y=A(:,...

7年弱 前 | 1 件の回答 | 0

1

回答

回答済み
Maximal Function Evaluations Change
i'm not sure what max you want but the source code for (int3) is unavailable to edit the following code does the same job u...

7年弱 前 | 0

質問


plotting a matrix( polynomial order )
the matrix is [r,c] size each row should have an equation of x^(c-1) +x^(c-2) ... i need the functions to plot on the same gr...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


i need to draw the matlab symbol
does anyone know the function i have to use in the *surf* command to get the matlab symbol

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Sort vector using loops
Im asked to write a code using loops(if,for while..)that will sort an input vector

7年弱 前 | 0 件の回答 | 0

0

回答

回答済み
what's the answer and what's mean ?? about matrices
g=[1 1;1 1] mean of matrix is the sum of each column divied by number of elements in it so in this case mean of matrix is ...

約7年 前 | 1

| 採用済み

回答済み
How can I make a vector of a repeating sequence
x=[0 0 0 1];n=length(x);k=1;j=1; for i=1:40 while j<=n y(k)=x(j); k=k+1; j=j+1; end j=1; end

約7年 前 | 1

| 採用済み

回答済み
Rl block diagram simulnik
use simscape in simulink,add a controlled voltage(s-ps,utilities) source and resistor and inductor,then connect voltage sensor t...

約7年 前 | 0

回答済み
How can I get a variable from inside of the for loop and use it after it ends?
if you want the value of the variable at a certain point in the for loop,you can save it in a different variable at that iterati...

約7年 前 | 0

| 採用済み

回答済み
Generating piecewise function and plotting it
can you write the entire question in english

約7年 前 | 0

質問


how to plot y=f(x1,x2) in 3D
plot3 is just linking the points, i want the answer more like a surface,the function is not linear.it can be any order also i...

約7年 前 | 1 件の回答 | 0

1

回答

質問


i have written a code to get LU decomposition,now i need a code to solve LUx=b
L,U is n*n matrix i'm working on Doolittle method of solving Ax=b i need a code to solve for x

約7年 前 | 1 件の回答 | 0

1

回答

回答済み
I do not know why there is no answer being produced for phi when I try to run the code? (provided the question do not know if that will help)
phi=(n1-n2)/R... you should remove the semi column to see phi in workspace

約7年 前 | 0

回答済み
How to plot sin(theta)*cos(phi) in spherical coordinates
plot3(X,Y,Z)

約7年 前 | 0

質問


get the table from uitable into a matrix A
tableData = get(handles.uitable1, 'Data') tableData = '99' [41] '77' [13] can i convert it to a normal ...

約7年 前 | 1 件の回答 | 0

1

回答