A résolu


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

environ 12 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

environ 12 ans il y a

A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

environ 12 ans il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

environ 12 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

environ 12 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

environ 12 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

environ 12 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

environ 12 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

environ 12 ans il y a

A soumis


Protect or unprotect worksheets in Excel file
Protect or unprotect selected worksheets in Excel file, with or without password

environ 13 ans il y a | 2 téléchargements |

0.0 / 5
Thumbnail

A soumis


Crop image by removing edges with homogeneous intensity
Crop image by removing edges with homogeneous intensity and leaving a specified width

environ 13 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


Block average of signal
Take the average of blocks in the signal. The best match using correlation can be used

environ 13 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


Fourier series coefficients
Calculate the Fourier series coefficients and amplitude and phase spectra.

environ 13 ans il y a | 3 téléchargements |

5.0 / 5
Thumbnail

A soumis


Delete worksheets in Excel file
Delete selected worksheets or all empty worksheets in Excel file

environ 13 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

A soumis


Plot sets of vectors starting at the origin
Plots vectors starting at the origin in different colors. Useful to compare sets of vectors.

environ 13 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


Wait until function, class, directory, file or variable exists
Wait until function, class, directory, file or variable exists (up to chosen time limit).

environ 13 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


Run MS Excel macro
Run MS Excel macro with or without parameters

environ 13 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

A soumis


Subject and scan information from a DICOM header to ASCII file
Get some information from the DICOM header and write to an ASCII file

environ 13 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


DTI gradient table
Generate the gradient table from a DTI DICOM file in scanner and in patient coordinates

environ 13 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


DICOM to NIfTI converter
Simple DICOM to NIfTI converter. Gradient table for DTI files is also created.

environ 13 ans il y a | 3 téléchargements |

1.0 / 5
Thumbnail

A soumis


Trim array
Remove columns and rows that are empty or that contain only NaN's in the input arrays

environ 13 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


Check if XLS file is open and close it
Determine if Excel file is open. If it is open in MS Excel, it can be closed.

environ 13 ans il y a | 1 téléchargement |

4.8 / 5
Thumbnail

A soumis


List files/folders recursively
"select_files" and "select_files_rec" are used to list files/folders inside a chosen folder

environ 13 ans il y a | 2 téléchargements |

0.0 / 5

A soumis


Change frame delay in GIF file
Change the frame duration in a GIF file

environ 13 ans il y a | 1 téléchargement |

5.0 / 5

A soumis


Create folder and rename if another has the same name
Create folder and rename if another has the same name and contains at least one file.

environ 13 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


Count number of lines in a set of files
Count the number of lines in the files using a perl code

environ 13 ans il y a | 1 téléchargement |

3.0 / 5

A soumis


Files properties in cell array and output file
Get some properties of files from a selected directory

environ 13 ans il y a | 1 téléchargement |

0.0 / 5