Daneisha Blair
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
35,522
of 295,527
REPUTATION
1
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
1
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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 ignore NaN in a string cell
Hi, I have a cell array called test2 that contains some NaN and strings in each column, see attached image below. I would li...
3 years ago | 1 answer | 0
1
answerQuestion
removing an entire row
Hi, I have array where in column 3 contains names, see attached image. I want to remove the row that is not duplicated in ot...
3 years ago | 1 answer | 0
1
answerQuestion
Writing a variable to a netcdf
Hi, I'm having an issue with adding a variable to a netcdf. The error message I've recieved is: Error using netcdflib The num...
3 years ago | 1 answer | 0
1
answerQuestion
convert double NaN to string NaN
Hi I have a cell array with NaN as shown in the image. How can I convert NaN to string NaN meaning instead of of seeing NaN in...
3 years ago | 2 answers | 0
2
answersQuestion
Creating cell with NaN
Hi, I would like to re-create a NaN array like the attached image below. Meaning, the size of the array will be 1x187, but ins...
3 years ago | 1 answer | 0
1
answerQuestion
How to remove empty cells from array
Hi, I'm very new to matlab :) How can I remove the empty cells from the array in the attached image? I have tried data(~cell...
3 years ago | 1 answer | 1
1
answerQuestion
Replace empty string with NaN in a cell
I have a cell called A={ "20" "25" "25" [] "20" [] "25" "25" "25" "30"} I would like to replace cell A with A={ "20" "25" "25" ...
3 years ago | 2 answers | 0