![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/29484324_1678590667715_DEF.jpg)
Enrico
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
130,814
of 297,016
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
How can I print the information (trainer, etc), I am not allow to used display?
Trainer = struct("Name", [Trai{1}], "Power_Level", [Trai{2}], ... "Number_of_Pocket_Monsters",[Trai{3}], ... "Pocket_M...
2 years ago | 1 answer | 0
1
answerQuestion
How can I stop the graph , and how can it stip when the song stops?
function MusicPlay(InfoSongName) PlayPlaySong = InfoSongName +".mp3"; [VariableSong, Variable] = audioread(PlayPlaySong); Son...
2 years ago | 1 answer | 0
1
answerQuestion
How to play a map3 file and extract it from an Excel spreadsheet. If not, how can it be done?
if strcmpi(UserSelection,'randomly') Songlength = length(MusicDatabase); Pickrand = randi([2,Songlength], 1,1...
2 years ago | 0 answers | 0
0
answersQuestion
How to play a map3 file and extract it from an Excel spreadsheet. If not, how can it be done?
if strcmpi(UserSelection,'randomly') Songlength = length(MusicDatabase); Pickrand = randi([2,Songlength], 1,1...
2 years ago | 0 answers | 0
0
answersQuestion
It is working, but when I uncomment the section that is comment inted or adding one song, it adds all of them.
It is working, but when I uncomment the section that is comment inted or adding one song, it adds all of them. example if ihav...
2 years ago | 0 answers | 0
0
answersQuestion
How do I make a loop that will allow to add a song again and saving the previos one
fprintf(' Let''s get started! \n'); % Define variables. RepreProcessA = "No"; RepreProcessD = "No"; RepreProcessE = "No"; S...
2 years ago | 1 answer | 0
1
answerQuestion
Arrays have incompatible sizes for this operation.
OptSelection = input(' Will you like to Add Delete ','s'); while strcmpi(OptSelection,"Add") ~=1 && strcmp(OptSelection,"Delete...
2 years ago | 1 answer | 0