![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/26475199_1655338706300.png)
Eamon Gekakis
Followers: 0 Following: 0
paying the cost to be the bo$$
Statistics
RANK
11.483
of 297.046
REPUTATION
4
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
17.852 of 20.422
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 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
meer dan 2 jaar ago | 0
Generate different types of audio-noise
audiowrite might be a good solution here.
meer dan 2 jaar ago | 0
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...
meer dan 2 jaar ago | 0
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 ],...
meer dan 2 jaar ago | 0
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.
meer dan 2 jaar ago | 0
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...
meer dan 2 jaar ago | 0
| accepted