photo

Aminata camara


Last seen: 3年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
135,995
of 300,756

評判
0

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

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,077

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,890

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

Feeds

表示方法

質問


my fprintf statements keep repeting themself I just want it to be print one time
%{ This script allows the users to input two vectors and then compute their dot product , cross product , sum, and diference ...

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

1

回答

質問


how do we make vector the same length ( i get the error: vector must be the same length)
x=linspace(0,100); y=linspace(0,100); z=(-8.*x)/(x.^2+ y.^2 +1); plot3(x,y,z)

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

1

回答

質問


is this code of plotting correct?
I wanted to create a code that load data and use it to create scatter plot,Perform a least-squares fit of loaded data to a str...

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

1

回答

質問


why do I still get error with syntax
Can someone please tell me what I am doing wrong!! %Purpose:Plot using ezpolar function %set value for variables p=1000; e=0...

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

1

回答

質問


this is code correct
Hello I wanted to know if my code is correct for this type of equation z = f(x, y) for −2 ≤ x ≤ 2 and −2𝜋 ≤ y ≤ 2𝜋 where ...

5年弱 前 | 3 件の回答 | 0

3

回答

質問


add Int8 and int16
how can I write a code for this: By default, it is not possible to add an int8 value to an int16 value. Write a function that a...

5年弱 前 | 2 件の回答 | 0

2

回答

質問


write a code to sort string
how to I write a code for this problem: Write a program that accepts a string from a user with the input function, chops that s...

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

1

回答

質問


why do I get error "Unable to use a value of type string as an index.??"
I wrote a code but I keep getting this error:Unable to use a value of type string as an index., how is that? %Accepts an input ...

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

1

回答