Tsubasa Mawatari
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
0 Problemas
12 Soluciones
CLASIFICACIÓN
119.154
of 295.495
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
29.455
of 153.991
CONTRIBUCIONES
0 Problemas
12 Soluciones
PUNTUACIÓN
148
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...
casi 4 años hace
Resuelto
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...
casi 4 años hace
Resuelto
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...
casi 4 años hace
Resuelto
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
casi 4 años hace
Resuelto
Find common elements in matrix rows
Given a matrix, find all elements that exist in every row. For example, given A = 1 2 3 5 9 2 5 9 3 2 5 9 ...
casi 4 años hace
Resuelto
Find state names that start with the letter N
Given a list of US states, remove all the states that start with the letter N. If s1 = 'Alabama Montana Nebraska Vermont Ne...
casi 4 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
casi 4 años hace
Resuelto
Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...
casi 4 años hace
Pregunta
GoogLeNetのバージョンナンバーは?
MATLABにおいて使用されているGoogLeNetのバージョン番号は何でしょうか? GoogLeNetのドキュメンテーションのページを見ていても分からないので教えてください。
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
AlexNet、層の深さ
AlexNetの深さ8層、GoogleNetの深さ22層は何を数えていますか?
alrededor de 5 años hace | 2 respuestas | 0
2
respuestas1
respuestaPregunta
rectangle で描出した四角形を削除することができますか?
rectangleで一度描出した四角形を削除することはできますか?
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
imcrop でトリミングする画像のピクセル座標(左上のX座標、Y座標)を取得したいです。
トリミング前の画像のピクセル座標から、トリミング画像の左上隅のX座標Y座標 を取得するにはどうしたらよいですか?
más de 6 años hace | 1 respuesta | 0
1
respuestaResuelto
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 ...
más de 6 años hace
Resuelto
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...
más de 6 años hace
Resuelto
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:...
más de 6 años hace