photo

Aminata camara


Last seen: 대략 3년 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
88,543
of 300,364

평판
0

참여
8 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
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...

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

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

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

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

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

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

1

답변