photo

Xiaohao Guo


Last seen: 6 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

0 Questions
1 Réponse

Cody

0 Problèmes
9 Solutions

RANG
132 889
of 301 159

RÉPUTATION
0

CONTRIBUTIONS
0 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 182

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
41 862
of 173 105

CONTRIBUTIONS
0 Problèmes
9 Solutions

SCORE
104

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
restart an app with code
I found it works by creating a temp object defined as follows: classdef tempObjectForRestarting < handle properties ...

plus de 2 ans il y a | 0

A résolu


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

plus de 2 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


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

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

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


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

presque 3 ans il y a