SKP
Followers: 0 Following: 0
Statistics
RANK
13,342
of 295,486
REPUTATION
3
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
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
Unable to read the .grd file using grdread2.m function
'fopen' worked for me. Sample code is appended below filename=['XYZ.grd']; fileID = fopen(filename); output = fread(fileID,'f...
1 year ago | 1
| accepted
Question
Unable to read the .grd file using grdread2.m function
I am trying to read the attached 'file1.GRD' file using the code below. The function 'grdread2.m' is downloaded from MATLAB file...
3 years ago | 1 answer | 1
1
answerQuestion
Superimposing extra axes in second tile of a tiled chart layout
Running the below appended code gives a figure shown as below. I want the green curve corresponding to y4 (green squares) to app...
3 years ago | 1 answer | 0
1
answerQuestion
Adding a secondary x axis on the top of a line plot
In the line plot obtained after running the code appended below, xticks are to be added at the top such that their value is 50 t...
3 years ago | 1 answer | 0
1
answerQuestion
Error: vision.VideoFileWriter/step Too many input arguments. Expected 1 (in addition to System object), got 2.
I get this error when trying to create a '.mp4 file' using the appended code. Warning: The AudioInputPort property is not relev...
3 years ago | 1 answer | 0
1
answerQuestion
Fastest way to save and retrieve floating point vectors
I am writing a code that generates a row vector of size 1x600 (containing floating point numbers) in each iteration. There are a...
3 years ago | 1 answer | 0