Community Profile

照片

Muthu Annamalai

数学工作

自2012年以来活跃

常规乔:)

免责声明:这里发布的任何建议或意见都是我自己的,绝不反映Mathworks,Inc.。
专业兴趣:数学建模,通信,光子学,光学

统计数据

All
  • Knowledgeable Level 3
  • 3个月连胜
  • Quiz Master
  • 杯挑战大师
  • First Review
  • 复兴级别2
  • Knowledgeable Level 2
  • 第一个答案
  • Puzzler
  • 发起人
  • Commenter
  • 速度恶魔

View badges

内容提要

View by

Solved


First N Perfect Squares
*Description* Return the first N perfect squares *Example* input = 4; output = [ 1 4 9 16 ];

6 years ago

回答
How to create structure with while loop?
Hello Vy, You are looking for a event loop like this, answer = 'y' while strcmpi(answer,'y') %do something an...

6 years ago | 0

回答
我将在这个问题上使用什么代码
代码取决于谁获得了额外的信用j,我建议使用thile循环,例如克莱夫(Cleve)第4页的另一个示例...

6 years ago | 0

回答
我是学生,我想检测使用匹配算法的模板中存在的肺癌细胞的肿瘤。
您是否考虑过使用Mathworks'

6 years ago | 1

回答
如何将字符插入桌子?
If you are mismatching to the number of rows in your Table. Try assigning a cell-array of strings to your Table out2, at the ...

6 years ago | 0

Solved


模型A质量弹簧系统
模型下面显示的理想质量弹簧系统,其中弹簧最初拉伸。<< http://blogs.mathworks.com/images/se ...

6 years ago

Solved


Make a run-length companion vector
给定矢量X,返回一个向量r,该向量r表示x中任何值的运行长度。r中的每个元素显示了多少次...

7 years ago

Solved


Vigenere Cipher-像Sherlock Holmes一样!
You're a young detective. Every detective needs a function to decrypt a vigenère cipher. It's a modification of a caesar cipher....

7 years ago

Solved


Back to basics 8 - Matrix Diagonals
涵盖了我在科迪其他地方没有看到的一些基本主题。给定数字的输入向量,输出一个与...

7 years ago

Solved


Sum my indices
Given inputs M and N (in that order), output an MxN matrix whose entries are equal to the sum of their indices. Example input...

7 years ago

Solved


矩阵等级
找到给定矩阵的等级

7 years ago

回答
在每个块中插入文本后,如何将8*8块组合到图像中?
您的代码几乎可以起作用,等待线性转换;我建议尝试两步食谱,#构建Mosai ...

7 years ago | 0

回答
时间序列数据的正交化
听起来像EIG可能有用,您可能会发现 *主成分分析 *(PCA)感兴趣。参见

7 years ago | 0

回答
Importing Excel Files using a Function
MATLAB无法找到您的变量 *WorkbookFile *。您应该尝试在代码中将呼叫添加到 * narginchk(1,3) *,例如...

7 years ago | 0

回答
使用其他脚本文件编辑脚本文件的最佳方法是什么?
@Rodriguez, and @Cedric I propose an alternative way to look at the question; it would be nice to have same script return differ...

7 years ago | 0

Solved


产生矢量1,2,2,3,3,3,4,4,4,44
产生矢量1,2,2,3,3,3,4,4,4,44So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...

7 years ago

Solved


Parasitic numbers
测试是否第一个输入x是一个n-parasitic number: . ( _n_ is the second in...

7 years ago

Solved


Counting pulses in a signal
计数是求和每个脉冲发生器块的结果的脉冲数。脉冲发生器块产生复发...

7 years ago

Solved


边三角形的一侧
If an equilateral triangle has area A, then what is the length of each of its sides, x? <

7 years ago

Solved


这三角形是正确的吗?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

7 years ago

Solved


Area of an equilateral triangle
计算侧面X的等边三角形的面积。<< http://upload.wikimedia.org/wikipedia/commons/e/e0/equileral-tr ...

7 years ago

Solved


iSoceles三角形的区域
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <

7 years ago

Solved


菱形的一面
如果菱形具有长度x和x+1的对角线,那么它的一侧长度是多少?<< http://upload.wikimedia.org/wikipe ...

7 years ago

Solved


短边的长度
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

7 years ago

Solved


Euler项目:问题6,自然数,正方形和总和。
The sum of the squares of the first ten natural numbers is, 1^2 + 2^2 + ... + 10^2 = 385 The square of the sum of the first ...

7 years ago

Solved


使矢量[1 2 3 4 5 6 7 8 9 10]
在MATLAB中,您可以通过将元素封闭在So:X = [1 2 3 4]逗号之类的方括号中来创建一个向量。

7 years ago

Solved


添加两个数字
计算两个数字的总和。示例输入= [2 3]输出= 5

7 years ago

Solved


倒数然后下来
Create a function that produces counting up from 0 up to n then down to 0 n=2 --> 0 1 2 1 0 n=3 --> ...

7 years ago

Solved


Generate N equally spaced intervals between -L and L
给定n和l,返回将间隔[-l l]分为n等相等长度段的数字列表(按上升顺序)。F...

7 years ago

问题


我是谁 ?
我是谁 ?写下在这些约束下揭示自己的任何功能。提示:我是组合代码,我不喜欢Stat ...

7 years ago | 0|12个求解器

装载更多