문제를 풀었습니다


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

거의 12년 전

문제를 풀었습니다


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

거의 12년 전

문제를 풀었습니다


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

거의 12년 전

문제를 풀었습니다


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

거의 12년 전

문제를 풀었습니다


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

거의 12년 전

문제를 풀었습니다


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

거의 12년 전

문제를 풀었습니다


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

거의 12년 전

문제를 풀었습니다


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

거의 12년 전

문제를 풀었습니다


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

거의 12년 전

제출됨


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

거의 13년 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 2 |

5.0 / 5
Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 1 |

5.0 / 5
Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 2 |

5.0 / 5
Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 14 |

1.0 / 5
Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


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.

거의 13년 전 | 다운로드 수: 1 |

4.8 / 5
Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 2 |

0.0 / 5

제출됨


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

거의 13년 전 | 다운로드 수: 1 |

5.0 / 5

제출됨


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.

거의 13년 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


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

거의 13년 전 | 다운로드 수: 3 |

3.0 / 5

제출됨


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

거의 13년 전 | 다운로드 수: 1 |

0.0 / 5