photo

Hanna Dulay


Last seen: presque 2 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
31 223
of 300 352

RÉPUTATION
1

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
1

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


I/O string
I'm having a difficulty on replacing the tag with the given replacement word on the given text file for the 3rd subfunction. he...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


how will I replace a string with another string without using strrep?
function newstring = replace_tags(readstring,tag,replacement); newstring = ""; r_s=lower(readstring); i= strfind(r_s,tag); t...

presque 6 ans il y a | 2 réponses | 0

2

réponses

Question


How can I replace the tag with the given replacement without using strrep
Here is my code function [] = () clc;clear readstring = read_form('form.txt'); [tag,replacement] = read_sub_tag(); newstri...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


How to read a txt and store in a variable using the linefeed/carriage return
function readstring = read_form(textfile) readstring = []; %empty readstring text=fopen(textfile); if text~=-1 while ~ feof(...

presque 6 ans il y a | 1 réponse | 1

1

réponse