Community Profile

photo

Rahul Kalampattel


Active since 2013

Programming Languages:
Python,C ++,MATLAB
口语:
英语
Professional Interests:

Statistics

全部
  • 知识渊博的级别3
  • 知识渊博的级别2
  • First Answer
  • Scavenger Finisher
  • CUP Challenge Master
  • 速度之魔
  • Creator
  • 评论者
  • 求解器

查看徽章

Content Feed

查看

解决了


功能组成- harder
Write a function that accepts an arbitrary number of function handles f_1, f_2, ..., f_n and returns the composition h. That is,...

5年前

解决了


功能组成
编写一个接受两个函数的函数,将F和G返回组成h。也就是说,h =(f o g)(x)= f(g(x))...

5年前

解决了


预测无记忆灯泡的生命和死亡
*💡 💡 💡 💡 💡 💡 💡 💡 💡 💡 💡 💡 💡 💡 &...

5年前

解决了


一个简单的潮汐量表与Matlab
*∿ ∿ ∿ ∿ ∿ ∿ ∿ ∿* You are standing in a few inches of sea water on a beach. You a...

5年前

解决了


范·埃克(Van Eck)的序列的第n个成员
Return the Van Eck's Sequence's nth member. For detailed info : and

5年前

解决了


5Prime Numbers
您的功能将获得下部整数和上部整数边界。您的任务是返回包含前五个素数的向量...

5年前

解决了


Is this is a Tic Tac Toe X Win?
For the game of we will be storing the state of the game in a matrix M. ...

5年前

解决了


额外的安全素数
您知道数字5是第一个安全素数吗?一个安全的素数是可以表示为2p+1的质数,其中p在...

5年前

解决了


在干燥情况下的基本电力
⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ &#...

5年前

解决了


五边形数
Your function will receive a lower and upper bound. It should return all pentagonal numbers within that inclusive range in ascen...

5年前

解决了


有害周年纪念问题
Since Cody is 5 years old, it's pernicious. A is an integer w...

5年前

解决了


打钩。托克。打钩。托克。打钩。托克。打钩。托克。打钩。托克。
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...

5年前

解决了


光子的能量
鉴于Giga Hertz中光子的频率F。在GIGA电子伏特中找到该光子的能量E。假设H,Planck的...

5年前

解决了


如何减去?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...

5年前

Answered
I am running a for loop for my program. however, I want to run the for loop until i have 10 non-zero values in the matrix A.
The simplest solution would be to change the |for| loop to a |while| loop. Just calculate |c| at each iteration, and once |c==10...

5年前|0

Answered
如何绘制这些DSP信号?
我认为您拥有的是正确的,除非在最后一个命令中您应该绘制| q |而不是| s |和| x |。另外,如果您想...

5年前|0

Answered
How do i solve this problem?
用户提示的语法是| strip ='text'|而不是你拥有的。提示='请输入条数:';...

5年前|0

|公认

Answered
MATLAB简单循环用于不同功能变量(有限差)
Something like this? Or did you want all the error terms in one 3D matrix? clc clearvars close all hVec = [0.0...

5年前|3

|公认

Answered
如何从向量中的特定元素中减去?
功能[收入CNT] =票务(价格,numtickets)cnt = sum(numtickets);numtickets = numtickets-(numtickets> 5)...

5年前|0

|公认

Answered
Problem plotting Möbius strip
Use |meshgrid| to generate matrices for both your parameters, rather than using vectors. u = linspace(0,2*pi,100); v =...

5年前|2

|公认

Answered
display surface normal using quiver3
*1.* Use [U,V,W] = surfnorm(X,Y,Z); instead of [U,V,W] = surfnorm(Z); This will make sure that the |quiver3| v...

5年前|0

|公认

Answered
Does anyone know why not all of my streamlines complete themselves?
如果您查看功能,你...

5年前|5

|公认

Answered
对于我来说,Quiver3或Streamline为我而不是两者都适用于相同的测试数据
Does this look like what you're expecting? <> Edited code: qp...

5年前|1

|公认

解决了


在发生时标记最大幅度的波动
您的现象会产生严格的正面或负面结果。delta = [1 -3 4 2 -1 6 -2 -7];前进...

5年前

解决了


实施简单的旋转密码
如果给出了集合的字母:[ABC ... XYZ]和SHIFT,请实现一个移位密码。示例:'abc'带有什叶派...

5年前

解决了


计算斐波那契号
计算_n_-th fibonacci编号f(0)= 0,f(1)= 1,f(2)= 1,f(3)= 2,... f(42)= 267914296

5年前

解决了


Magic is simple (for beginners)
确定命令n的魔法正方形,魔术总和m。例如,对于命令3的魔术正方形,m = 15。

5年前

Answered
如何绘制Bode图
有a look at the documentation for || and see if it helps...

5年前|0

Answered
此代码有什么问题?为什么这不显示整个矩阵?如何总结整个矩阵?
You're overwriting the matrix |Cmd| every iteration because of the line |Cmd=zeros(M:D)|. Take it outside of both |for| loops. ...

5年前|0

|公认

解决了


MATLAB基础知识 - 切换作业
变量x和y的切换分配,例如以x = 1开始,y = 3结束,y = 1,x = 3不简单地r ...

5年前

Load more