Community Profile

photo

Eamon Gekakis


Last seen: 7 meses hace Con actividad desde 2022

paying the cost to be the bo$$

Estadísticas

All
  • Introduction to MATLAB Master
  • Solver
  • Knowledgeable Level 1
  • First Answer
  • First Submission

Ver insignias

Content Feed

Ver por

Respondida
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...

casi 2 años hace | 0

Respondida
Generate different types of audio-noise
audiowrite might be a good solution here.

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 0

Respondida
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 ],...

casi 2 años hace | 0

Respondida
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.

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 0

| aceptada