Hanna Dulay
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
31.137
of 295.673
REPUTATION
1
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20.262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
bijna 5 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 5 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 5 jaar ago | 0 answers | 0
0
answersQuestion
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(...
bijna 5 jaar ago | 1 answer | 1