photo

Javier


Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

Physics Engineering Student.

统计学

All
MATLAB Answers

2 个提问
2 个回答

Cody

0 个问题
3 个答案

排名
14,075
of 299,791

声誉
3

贡献数
2 个提问
2 个回答

回答接受率
100.0%

收到投票数
2

排名
 of 20,807

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
77,527
of 165,966

贡献数
0 个问题
3 个答案

评分
40

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Treasure Hunt Participant
  • First Answer
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已解决


Find out sum of all elements of given Matrix
Find out sum of all elements of given Matrix A=[1 2 3;4 5 6 ;7 8 9]; Answer must be: 45 *If you like this problem, pl...

4 years 前

已解决


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

4 years 前

已回答
Experts of MATLAB, how did you learn? Any advice for beginner/intermediate users?
Hello, I am not a Matlab expert by no means. I have been using Matlab for about two years. Something that has really helped me ...

4 years 前 | 1

已解决


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

4 years 前

已回答
How to meshgrid set of points in 3d
I think I just solved it, I first saved the dots in a matrix and then separated it in three vectors, for x y and z. And then I u...

5 years 前 | 0

| 已接受

提问


How to meshgrid set of points in 3d
Hello there, how would wou grid 8 points? p1 = [3 1 1] p2 = [3 -1 1] p3 = [3 -1 -1] p4 = [3 1 -1] q1 = [2 2 2] q2 = [2 -...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Display row from Excel file in Matlab
Hello there, I am trying to generate a random number (n) to then look for the data in the row n in a Excel file. When I used ...

5 years 前 | 1 个回答 | 1

1

个回答