photo

Eduardo Márquez


Last seen: 3 years 前 自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
6 个回答

File Exchange

1 文件

Cody

0 个问题
1 个答案

排名
2,976
of 297,457

声誉
20

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
1

排名
16,474 of 20,438

声誉
6

平均
2.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
63

排名
119,180
of 158,938

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已解决


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

8 years 前

已回答
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) = ...

10 years 前 | 1

| 已接受

已回答
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)...

10 years 前 | 0

已回答
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 ...

10 years 前 | 0

| 已接受

已回答
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]...

10 years 前 | 0

| 已接受

已回答
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 ...

10 years 前 | 0

已回答
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...

10 years 前 | 0

| 已接受

已提交


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

10 years 前 | 1 次下载 |

2.0 / 5
Thumbnail