photo

Davifus


Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
107.183
of 300.331

REPUTAZIONE
0

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.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 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


how to modify input-output script to show how many line were copied.
ifn = input( 'input file name: ', 's' ); ofn = input('output file name: ', 's' ); ih = fopen( ifn, 'r' ); oh = fopen( ofn, 'w...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How do i change my script to print out the second word of each even line?
fn = input( 'file name: ', 's' ); fh = fopen( fn, 'r' ); ln = ''; count=1; while ischar( ln ) ln = fgets( fh ); ...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Creating vectors by rand() and looping it
The question: Create a vector A with 10 integer numbers by rand(), and ceil() or floor() or round. Each number is between 5 and...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Part of my program wont work and i just cant figure it out why.
The question is "The program asks for an input of a score(0-100). If the score is greater than or equal to 60, display “Congratu...

circa 6 anni fa | 1 risposta | 0

1

risposta