Hanna Dulay
Followers: 0 Following: 0
Statistik
4 Fragen
0 Antworten
RANG
31.137
of 295.673
REPUTATION
1
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
1
RANG
of 20.262
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.257
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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(...
fast 5 Jahre vor | 1 Antwort | 1