Daniel Boateng
Followers: 0 Following: 0
Statistics
20 Questions
0 Answers
RANK
15,215
of 295,673
REPUTATION
2
CONTRIBUTIONS
20 Questions
0 Answers
ANSWER ACCEPTANCE
65.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
How to add headers to Excel.
I am trying to add headers name and age to the excel i create for c but its not working. Any help please? filename = 'testdata...
5 years ago | 1 answer | 0
1
answerQuestion
How to write Multiple data to Excel
Please how can i write multiple data to excel file. I used xlswrite for filename = 'testdata.xlsx'; A = [12.7;5.02;-98;63.9;0;...
5 years ago | 1 answer | 0
1
answerQuestion
Extrac Part of a cell array
I have a cell array like a = {'danny_820','richard_320','Tom_500','Fred_120'}. Please how do i extract the numbers so that i wil...
5 years ago | 1 answer | 0
1
answerQuestion
Delete line plot and plot new one on UI Axes
In appdesigner, I have values from (10 to 100) in a drop down menu. This will be used to create a line plot. If i click on a val...
5 years ago | 1 answer | 0
1
answerQuestion
How to add constant line in appdesigner
I want to add a constant line in the plot axes in appdesigner. I tried the command plot(app.UIAxes,xline(app.DCValueDropDown.Val...
5 years ago | 1 answer | 0
1
answerQuestion
convert from cell array to vector
Please how do i convert a cell array like a ={'1','2','3','4','5','6','7','8','8'}; to be b = [1 2 3 4 5 6 7 8 8]. I tried the f...
5 years ago | 1 answer | 0
1
answerQuestion
Generate time sequence with 15 minutes step time
I want to generate a sequence of datetime from 1st March to 31st March with a step time of 15 minutes. So the time will start...
5 years ago | 1 answer | 0
1
answerQuestion
Select all eelements equal to a number
I have an array of elements x= [1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 3 4 4 7 7 4 4 4 5 5 5 5 6 6 6 6 7 7 7 7]; I want to write a scr...
5 years ago | 1 answer | 0
1
answerQuestion
Load Text in Edit field AppDesigner
I designed a GUI in appdesigner where I can bush the button LOAD to load a file directly from my desktop. But I want the name of...
5 years ago | 1 answer | 0
1
answerQuestion
Sum Numbers Excluding Zeros
I have an array like this [2 2 3 4 0 0 0 0 7 8 2 2]. Please i want to add the numbers excluding the zeros to have something lik...
5 years ago | 2 answers | 1
2
answersQuestion
save part of a stucture
I have a matlab struct Data with these different fieldnames.Please how do I save just the fields (name, time and version) in bot...
5 years ago | 1 answer | 0
1
answerQuestion
Convert time to datenum
I have a folder with 10 matfiles where the first row is the time and the second raw is some data associated with the time. I wan...
5 years ago | 1 answer | 0
1
answerQuestion
save a matfile with date and time
I want to save a matfile name optimization with the name Project and add time in addition to the name like Project_20/03/2019.ma...
5 years ago | 1 answer | 0
1
answerQuestion
save matfile with current time stamp
I want to save a matfile name optimization with the name Project and add time in addition to the name like Project_20/03/2019.ma...
5 years ago | 2 answers | 0
2
answersQuestion
How to add a field to a matlab struct.
I have a matlab function that takes a struct array in my workspace as an input.The struct has fields a and b. I want to add anot...
5 years ago | 1 answer | 0
1
answerQuestion
Check for subfolders in a folder
I have a folder called Project and in this folder there are various folders. In these various folder there are subfolders in eac...
5 years ago | 1 answer | 0
1
answerQuestion
Check if Subfolder Exist
I have a folder and in this folder I have different folders with subfolders. How do I check if a particular subfolder exist Plea...
5 years ago | 1 answer | 0
1
answerQuestion
Create a folder and save it with a field name
I have a matlab structure called DATA and in this structure I have a field Site and value entry I want to create a folder Calle...
5 years ago | 2 answers | 0
2
answersQuestion
HOW TO CREATE A FOLDER WITH DIFFERENT NAMES AND A SUBFOLDER FOR EACH FOLDER
I want to create different folders with name simulation_Data1,simulation_Data2,simulation_Data3 and so on and each folder I want...
5 years ago | 1 answer | 0
1
answerQuestion
How do i copy the content of a folder into another folder.
I have a folder with 5 matfiles and I want to copy these matfiles into an empty folder I have created . Please how do i go about...
5 years ago | 1 answer | 0