photo

Aminata camara


Last seen: oltre 3 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

MATLAB Answers

8 Domande
0 Risposte

RANK
194.316
of 300.857

REPUTAZIONE
0

CONTRIBUTI
8 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 21.097

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 171.361

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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)

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 5 anni fa | 3 risposte | 0

3

risposte

Domanda


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

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 5 anni fa | 1 risposta | 0

1

risposta