社区资料

photo

Mohit Kumar


Last seen: Today|Active since 2019

Statistics

全部
  • 5星级银河系级别3
  • 个人最佳下载级别3
  • 首次审查
  • First Submission
  • First Answer
  • Revival Level 1
  • 感恩3级
  • 求解器

查看徽章

Content Feed

查看

Question


如何通过减去2D矩阵(例如从减去向量创建2D矩阵)来创建一个3D矩阵?
嗨,我希望将减去行向量和列向量的行为扩展到矩阵。让我提供一个例子:Suppo ...

4 Mesi前|1答案|0

1

answer

Answered
如何to construct this matrix without using two for loops?
我能够找出答案。该公式可以写为a = v' * x * v;

12 mesi ago | 1

Question


如何to construct this matrix without using two for loops?
Hi, I'm trying to construct a matrix in the following manner: sz=10; V=rand(sz,sz); X=rand(sz,sz); for iter1=1:sz for ...

12 mesi ago | 2 answers | 0

2

答案

Question


xlim is not working with the limitmethod option, and how to change its default behaviour?
Hi, I am trying to run xlim('tight') but this gives me an error. According to the documentation it should work. The error is: ...

大约un anno以前|1答案|0

1

answer

Submitted


Phase Portrait Plotter
Plot the phase portrait for the entered system of differential equations

大约un anno以前|195 downloads |

Thumbnail

Question


如何to solve a boundary value problem for a piecewise linear differential equation?
I have two a set of two second order differential equations to which I want to find a periodic solution. The differential equati...

oltre un anno ago | 0 answers | 0

0

答案

Question


如何to check if a user entered input will form a valid function handle?
用户输入字符向量(在AppDesigner的编辑文本字段中)。我想将其转换为函数句柄。我做...

oltre un anno ago | 1 answer | 0

1

answer

Question


如何to get mouse coordinates in GUI (AppDesigner) ?
我正在使用MATLAB应用程序设计器,并将轴插入应用程序。当用户单击按钮时,我希望他们能够...

oltre un anno ago | 1 answer | 0

1

answer

Question


为什么fimplitic不绘制x^2 = 0?
I have a code that takes in an implicit function from the user and then plots it. However, I ran into this odd problem where fim...

oltre un anno ago | 2 answers | 0

2

答案

Question


如何找到两个非线性方程系统的所有金宝搏官方网站解决方案?
我有两个非线性方程(f(x,y)= 0和g(x,y)= 0)的系统,我想在一个区域上找到所有根(例如x from -... x x。

oltre un anno ago | 2 answers | 0

2

答案

Question


如何to plot a vector field with coloured arrows?
I'm trying to create a vector field where the colour of the vector represents its magnitude like the one shown in the picture. A...

oltre un anno ago | 1 answer | 0

1

answer

Question


如何to display Live Editor output in multiple lines?
I have large equations in the output of my code that I want to view. However, in the Live Editor output window it only allows me...

oltre un anno ago | 1 answer | 0

1

answer

Answered
如何使用Excel Colum作为功能的输入
Hi Giovanna, To change your function so that it works with matrices, all you have to do is replace your multiplication and divi...

大约2安妮前| 0

Answered
如何to solve such a system of nonlinear equations?
Hi, I think this might be a better approach to your problem : img=zeros(320,320); % create a 320x320 zeros matrix to represen...

大约2安妮前| 0

Question


如何to ensure that dsolve provides a trigonometric solution to a second order differential equation?
Hi, I'm trying to solve the following linear second order equation with dsolve in the symbolic workflow. When I solve it I g...

大约2安妮前| 1 answer | 0

1

answer

Question


如何to numerically solve a differential equation with a dirac delta function ?
我要求解的微分方程是在使用ode45和dirac函数时,狄拉克函数似乎不会...

大约2安妮前| 1 answer | 0

1

answer

Question


符号工具箱不能充分简化
我将使用MATLAB LIVE编辑器以及符号工具箱。以下表达不会简化。有修理吗?...

大约2安妮前| 1 answer | 0

1

answer

Question


如何to (cleverly) index points in a plot?
我有一个循环,可以绘制每个迭代的点。总共有大约4000多个点要绘制。从图中,我...

大约2安妮前| 1 answer | 0

1

answer

Answered
Issue with fsolve tolerance
事实证明,将功能公差与标准(FVAL)^2进行比较,而默认公差为1E-3。只是将其更改为1E-10(在ACC ...中

大约2安妮前| 0

|公认

Question


Issue with fsolve tolerance
我正在使用FSOLVE使用Levenberg Marquadt算法来求解过度确定的方程系统。虽然工作正常...

大约2安妮前| 1 answer | 0

1

answer

Question


如何重复几次列?
Consider this scenario - a =[1;2.3;3.2;4.5;5.7]; b=[a,a,a,a,a]; Is there a better way to do this?

大约2安妮前| 0 answers | 0

0

答案

解决了


寻找完美的正方形
给定数字向量,如果其中一个是其他数字之一的平方,则返回true。否则返回false。E ...

大约2安妮前

解决了


矩阵中的最大值
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

大约2安妮前

解决了


Return area of square
Side of square=input=a Area=output=b

大约2安妮前

解决了


三角数
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

大约2安妮前

解决了


列除去
从输入矩阵A中删除nth列,然后返回输出B中的结果矩阵。因此,如果a = [1 2 3;4 5 6];...

大约2安妮前

解决了


Pizza!
给定一个半径_z_和厚度_a_的圆形比萨饼,返回披萨的音量。[_z_是第一个输入参数。]非刻录...

大约2安妮前

解决了


Select every other element of a vector
写一个函数,该函数返回传递的向量的所有其他元素。也就是说,它返回所有奇数元素,s ...

大约2安妮前

解决了


确定输入是否奇怪
给定输入n,如果n为奇数或false,则返回true,如果n为偶数。

大约2安妮前

解决了


Add two numbers
Given a and b, return the sum a+b in c.

大约2安妮前

Load more