photo

Xiaohao Guo


Last seen: 12日 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
restart an app with code
I found it works by creating a temp object defined as follows: classdef tempObjectForRestarting < handle properties ...

11ヶ月 前 | 0

解決済み


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

約1年 前

解決済み


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

約1年 前

解決済み


Create a vector
Create a vector from 0 to n by intervals of 2.

約1年 前

解決済み


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

約1年 前

解決済み


Find the minimum of the column-maximums of a matrix
Given a matrix A, find the maximum value of each column, then return the smallest of those maximum values (ie return the minimum...

約1年 前

解決済み


Double all elements in the array
Duplicate all elements in the array

約1年 前

解決済み


Vector push
Append an element |x| to the end of the vector |v| and return both the extended vector and the new number of its elements. |x| c...

約1年 前

解決済み


Convert binary numbers array into array of decimal numbers.
Convert binary numbers array into array of decimal numbers. Example x=[ 11001000 ; 11001001 ; 11001010 ; 11001011 ; 11001100 ;...

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

約1年 前