解決済み


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

3年以上 前

解決済み


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

3年以上 前

解決済み


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

3年以上 前

解決済み


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

3年以上 前

解決済み


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

3年以上 前

解決済み


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

3年以上 前

解決済み


Return area of square
Side of square=input=a Area=output=b

3年以上 前

解決済み


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

3年以上 前

送信済み


tableAgent: A chain-method table class in Matlab
@tableAgent: A class for applying chain method on table in Matlab, and providing with many useful methods functions

5年以上 前 | ダウンロード 1 件 |

回答済み
Is there a faster way than str2double() to convert from a string array into a matrix containing doubles?
Try this! Fast String to Double Conversion

5年以上 前 | 1

送信済み


Create Matlab Snippet for Your Own Toolbox
For VS Code user, create a matlab-snippet for your ower toolbox.

5年以上 前 | ダウンロード 1 件 |

送信済み


bygroupRetimeMonthlyData
For every city or group, this function make sure that each year have 12 months with Matlab

5年以上 前 | ダウンロード 1 件 |

解決済み


Joining Ranges
You are given a n-by-2 matrix. Each row represents a numeric range, e.g. x = [0 5; 10 3; 20 15; 16 19; 25 25] contains...

6年弱 前

解決済み


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

6年弱 前

送信済み


mergecellkey: Merge cell by key
mergecellkey: Merge cell by key

11年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


cell2vars: Transform cell to vars
cell2vars: Transform cell's columns' to variables in workplace

12年弱 前 | ダウンロード 1 件 |

Thumbnail

送信済み


vars2cell
% PURPOSE: Convert selected variables in matlab workspace to the cell's columns

12年弱 前 | ダウンロード 1 件 |

送信済み


strcatrobust: Combine num, char and cell to one cellstr
% B = strcatrobust(1, {'a' 'b'},[2 , 3], 't') % B is {'1a2t' '1b3t'};

約12年 前 | ダウンロード 1 件 |

送信済み


idrepetition: Find the index for the repetition terms in a cell
Find the index for the repetition terms in a cell % [ids a] = idrepetition(A) % linrenwen@gmail.co

約12年 前 | ダウンロード 1 件 |

送信済み


isrepetition: Determine TRUE or FALSE for repetition terms in a cell
Determine TRUE or FALSE for repetition terms in a cell % tfs = isrepetition(A)

約12年 前 | ダウンロード 0 件 |

送信済み


isnumericcell
isnumericcell

約12年 前 | ダウンロード 0 件 |

送信済み


xlsx2csv: Transform sheets in xlsx file to csv files
% Transform all sheets in xlsx file to csv files % 把xlsx文件中的表批量转换为csv文件

約12年 前 | ダウンロード 2 件 |

送信済み


xlsx2matfile: Transform all sheets in xlsx file to mat files
% xlsx2matfile(pathxlsx) % xlsx2matfile(pathxlsx, pathmat)

約12年 前 | ダウンロード 1 件 |

送信済み


xlsx2matfile
Transform all sheets in .xlsx file to .mat file. 把xlsx文件中的表批量转换为mat文件

約12年 前 | ダウンロード 1 件 |