photo

Eduardo Márquez


Last seen: alrededor de 3 años hace Con actividad desde 2015

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

0 Preguntas
6 Respuestas

File Exchange

1 Archivo

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
2.977
of 297.527

REPUTACIÓN
20

CONTRIBUCIONES
0 Preguntas
6 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
16.488 of 20.454

REPUTACIÓN
6

EVALUACIÓN MEDIA
2.00

CONTRIBUCIONES
1 Archivo

DESCARGAS
1

ALL TIME DESCARGAS
63

CLASIFICACIÓN
119.288
of 159.075

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Submission
  • Knowledgeable Level 2
  • First Answer
  • Scavenger Finisher
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

más de 8 años hace

Respondida
I want to create an image using a matrix.
http://www.mathworks.com/help/matlab/ref/imwrite.html Using: imwrite(A,'Image.jpg') where A is a matrix 3D, A(:,:,1) = ...

alrededor de 10 años hace | 1

| aceptada

Respondida
Combining individual matrices diagonally into bigger matrix with overlapping elements added
Maybe this: Matrixs = ones(2,2,4); d = size(Matrixs); final = zeros(d(1)*d(3) - (d(3)-1),d(2)*d(3) - (d(3)...

alrededor de 10 años hace | 0

Respondida
i need to plot this function and determine the exact valuse of the derrivative at x=1
Check help symbolic, if blue letter show it's oknd run: % help symbolic clear all; clc; close all; syms fx x ...

alrededor de 10 años hace | 0

| aceptada

Respondida
How to Normalize co-ordinates to [-sqrt2,sqrt2]?
As I see it, this normalizing the domain of the image, not the image, ie, seeks to center the coordinate (0,0). [ 1:-1, -1:1]...

alrededor de 10 años hace | 0

| aceptada

Respondida
How I can remove the decimal part in matlab?
http://www.mathworks.com/help/matlab/ref/fix.html A=1.2; fix(A)=1 Maybe can help ceil or floor function ...

alrededor de 10 años hace | 0

Respondida
Convert binary column vector to decimal
A simple way can be: close all; clear all; clc % Created matrix with 0 and 1 matrix = rand(52,15) ; matrix(mat...

alrededor de 10 años hace | 0

| aceptada

Enviada


Take the stored value
Get the default value if the key no exist in the store.

alrededor de 10 años hace | 1 descarga |

2.0 / 5
Thumbnail