Risposto
How can I plot boundary of India?
If you have the mapping toolbox then you can use the worldmap function: <http://www.mathworks.se/help/toolbox/map/ref/worldma...

quasi 14 anni fa | 0

Risposto
moving a histogram to correct skewness
You can use a boxcox transform to make your data normal. http://www.mathworks.se/help/toolbox/finance/boxcox.html Cheers...

quasi 14 anni fa | 0

Risposto
How to save a figure file into a subfolder
Here goes: saveas(figure(1),[pwd '/subFolderName/myFig.fig']); Cheers!

quasi 14 anni fa | 7

| accettato

Risposto
Put float data into mat-file using fwrite function
If you really want to create a mat file from scratch, then you should read the white paper first: http://www.mathworks.com/he...

quasi 14 anni fa | 2

Risposto
is there a jump of 2 months?
Assuming your data is ordered, and that you have the financial toolbox: numDate = datenum(A,'dd/mm/yyyy'); numDate = num...

quasi 14 anni fa | 0

| accettato

Risposto
How can I export variable to a text file in mex file ?
Hello! Have a look here <http://www.cplusplus.com/doc/tutorial/files/> #include <iostream> #include <fstream> usin...

quasi 14 anni fa | 0

Risposto
Making Cumulative Difference Calculation
Not entirely sure if that's what you meant but here goes: data = sort(rand(10,1)); cumDiff = [0;cumsum(diff(data))]; ...

quasi 14 anni fa | 0

| accettato

Risposto
same y label on both sides of contourf
Here goes, plotting an extra axes in the same position, making it transparent and changing the location of the y-axis. [C,h...

quasi 14 anni fa | 1

| accettato

Inviato


sel_and_del Interactively select and delete points from a 2D plot with the mouse
Left click selects a point and right click unselects it.

quasi 17 anni fa | 1503 download |

5.0 / 5
Thumbnail