社区资料

照片

Srivardhini


自2012年以来活跃

专业利益:图像处理,数据挖掘,计算生物学

统计数据

All
  • Famous
  • 可爱
  • Quiz Master
  • 创造者
  • Solver

View badges

内容提要

View by

Solved


棘手的时机
编写一个需要0.5秒至0.6秒的函数。

10years ago

Solved


界定的圆圈
Given the lengths of the 3 sides of a triangle, output the radius of the circumscribed circle. Example: [3 4 5] -> 2.5

10years ago

Solved


返回基础9-索引参考
涵盖了我在科迪其他地方没有看到的一些基本主题。给定输入矩阵和行和列,输出索引

10years ago

Solved


返回基础8-矩阵对角线
涵盖了我在科迪其他地方没有看到的一些基本主题。给定数字的输入向量,输出一个与...

10years ago

Solved


球星的表面
您只是发现了它的圆周,这就是输入。

10years ago

Solved


向量按升序排列
按升序安排给定矢量。输入= [4 5 1 2 9];输出= [1 2 4 5 9];

10years ago

Solved


Rotate a Matrix by 90 degrees
按90度旋转矩阵示例:如果输入为:x = 1 2 3 4 5 6 7 8 9 ...

10years ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

10years ago

Solved


谁知道PI的最后一位数字?
There is only one man who knows the last digit of pi, who is that man? Give the name of that man, who, by popular believe, can ...

10years ago

Solved


全资本?
Are all the letters in the input string capital letters? Examples: 'MNOP' -> 1 'MN0P' -> 0

10years ago

Solved


修剪空间
给定一个字符串,卸下所有前导和尾随空间(将空间定义为ASCII 32)。输入a ='单数值装饰...

10years ago

Solved


返回基础1-保存
涵盖了我在科迪其他地方没有看到的一些基本主题。给定一个输入变量'x',将其保存到名为“ Co ... ...

10years ago

Solved


返回基础14-关键字
涵盖了我在科迪其他地方没有看到的一些基本主题。Return a cell array of all MATLAB keywords

10years ago

Solved


Back to basics 26 - Keywords
涵盖了我在科迪其他地方没有看到的一些基本主题。返回所有MATLAB关键字的字符串的单元格数组。

10years ago

Solved


高中自助餐厅
给定一个正整数的输入向量,请首先(以增加顺序)和复合材料n ...返回一个行矢量。

10years ago

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
给定输入向量X,查找X的所有元素小于0或大于10,然后用NAN代替它们。示例:输入...

10years ago

Solved


Solve the Sudoku Row
*描述*在大多数溶解算法(计算机化或手动)的末尾,发生了一个简单而乏味的任务。ta ...

10years ago

Solved


Back to basics 15 - Benchmark
涵盖了我在科迪其他地方没有看到的一些基本主题。Return an array of the benchmark values for MATLAB.

10years ago

Solved


回到基础15-课程
涵盖了我在科迪其他地方没有看到的一些基本主题。返回输入变量的类。

10years ago

Solved


返回基础25-有效变量名称
涵盖了我在科迪其他地方没有看到的一些基本主题。Given a string, return true if it is a valid MATLAB variable nam...

10years ago

Solved


2b | ~ 2 b
给定一个字符串输入,如果其中有2 b,则输出为true,如果其他示例为false:'Macbeth' - > false'Publius cor ...

10years ago

Solved


返回基础22-旋转矩阵
涵盖了我在科迪其他地方没有看到的一些基本主题。逆时针旋转输入矩阵90度(例如[1 2; ...

10years ago

Solved


瓶啤酒
给定一个代表墙上啤酒瓶数量的输入号,如果您将一个放下并...

10years ago

Solved


球形行星的半径
您只是测量了其表面积,即输入。

10years ago

Solved


替换为四月
For instance, if the input is input_str = 'The flowers may bloom in April'; then the output is output_str = 'The flo...

10years ago

Solved


Back to basics 20 - singleton dimensions
涵盖了我在科迪其他地方没有看到的一些基本主题。从输入变量中删除单例维度(例如,如果...

10years ago

Solved


Arrange Vector in descending order
如果x = [0,3,4,2,1],则y = [4,3,2,1,0]

10years ago

Solved


Roll the Dice!
*说明*返回两个在1到6之间的随机整数,以模拟滚动2骰子。*示例* [x1,x2] = ...

10years ago

Solved


方形矩阵对角线的总和
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

10years ago

Solved


Back to basics 10 - Max Float
涵盖了我在科迪其他地方没有看到的一些基本主题。返回最大的正浮点数matlab可以han ...

10years ago

装载更多