Statistics
All
RANK
10,707
of 300,847
REPUTATION
4
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
18,271 of 21,094
REPUTATION
2
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
26
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
How can I make .mat file for SVM with 85 images?
Try creating a structure and store the image data in a field you specify. Then, use the save function to save the structure as a...
How can I make .mat file for SVM with 85 images?
Try creating a structure and store the image data in a field you specify. Then, use the save function to save the structure as a...
3 years ago | 0
Answered
Generate different types of audio-noise
audiowrite might be a good solution here.
Generate different types of audio-noise
audiowrite might be a good solution here.
3 years ago | 0
Answered
3d plot plotting in 2d and 2d plot plotting in 3d.
Remove the holds from the code, you do not need to specify hold on/off if you are plotting two separate figures figure(1) plot...
3d plot plotting in 2d and 2d plot plotting in 3d.
Remove the holds from the code, you do not need to specify hold on/off if you are plotting two separate figures figure(1) plot...
3 years ago | 0
Answered
How to plot multiple Graphs with nearly similar name of ordinate arrays
It is NOT recommended to dynamically name variables, here is why That being said, this may help. In place of [ Eigenvalues i ],...
How to plot multiple Graphs with nearly similar name of ordinate arrays
It is NOT recommended to dynamically name variables, here is why That being said, this may help. In place of [ Eigenvalues i ],...
3 years ago | 0
Answered
Why is saveas() changing my image aspect ratio?
The exportgraphics function may be useful here, 'Resolution' is available as a name-value pair input argument.
Why is saveas() changing my image aspect ratio?
The exportgraphics function may be useful here, 'Resolution' is available as a name-value pair input argument.
3 years ago | 0
Answered
Save 2D double array to .npy file
You may not need to save as a .npy file, you can read a .mat in Python, or you can write to a .csv from Matlab using writematr...
Save 2D double array to .npy file
You may not need to save as a .npy file, you can read a .mat in Python, or you can write to a .csv from Matlab using writematr...
3 years ago | 0
| accepted




