photo

Wasi von Deutschland


Last seen: quasi 5 anni fa Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

10 Domande
0 Risposte

RANK
250.580
of 300.331

REPUTAZIONE
0

CONTRIBUTI
10 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
60.0%

VOTI RICEVUTI
0

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

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

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


how to plot two different data in one figure
Hello, I would like to plot two different data in the same figure. For instance, first data is HH01OMC (1081 32) and second d...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Each number on telephone keypads, except 0 and 1, corresponds to a set of uppercase letters as shown in this list: 2 ABC, 3 DEF, 4 GHI, 5 JKL, 6 MNO, 7 PQRS, 8 TUV, 9 WXYZ Hence, a phone-number specification can include uppercase letters and
REMAINING QUESTION: *digits. Write a function called dial that takes as its input argument a char vector of length 16 or less ...

oltre 8 anni fa | 3 risposte | 0

3

risposte

Domanda


A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99. Write a function that is called this way: >> n = palin_product(dig,lim);
remaining question: *The function returns the largest palindrome smaller than lim that is the product of two dig digit numbers. ...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


max_product that t takes v as vector and n as positive integer
My code that's not working. Please help function [prodout,ind] = max_product(A,n) A=0; prodout = exp( c...

oltre 8 anni fa | 3 risposte | 0

3

risposte

Domanda


*** Write a function called triangle_wave that computes the sum (−1) sin(2 +1) (2 +1) for each of 1001 values of t uniformly spaced from 0 to 4π inclusive. The input argument is a scalar non-negative integer n, and the output argument is a row v
<</matlabcentral/answers/uploaded_files/78269/aaa.png>> this is my code and I need your help I couldn't figure out where I'm ...

oltre 8 anni fa | 3 risposte | 0

3

risposte

5

risposte

Domanda


The function move_me is defined like this: function w = move_me(v,a). The first input argument v is a row-vector, while a is a scalar. The function moves every element of v that is equal to a to the end of the vector.
function w=move_me(v,a) if w_1=v(v>a); w_2=v(v<a); w=[w_1 w_1 a]; end It does work for function when variabl...

oltre 8 anni fa | 5 risposte | 0

5

risposte