photo

Hanna Dulay


Last seen: 8 meses hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


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

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 4 años hace | 1 respuesta | 1

1

respuesta