photo

Shivansh

MathWorks

Last seen: 13 days 前 自 2022 起处于活动状态

Followers: 1   Following: 0

HI ! I am EDG(Engineering Development Group) engineer at Math Works. I like to explore Math Works' products. Disclaimer-Any advice or opinions that I post here is of my own and in no way it reflects that of MathWorks .

Programming Languages:
MATLAB

统计学

All
MATLAB Answers

0 个提问
10 个回答

Cody

0 个问题
6 个答案

ThingSpeak

1 公开的 个频道

排名
2,671
of 299,768

声誉
22

贡献数
0 个提问
10 个回答

回答接受率
0.00%

收到投票数
3

排名
 of 20,800

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
48,954
of 165,831

贡献数
0 个问题
6 个答案

评分
73

徽章数量
1

贡献数
0 帖子

贡献数
1 公开的 个频道

平均
50

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已解决


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

1 year 前

频道


Machine Monitoring
This channel displays the acceleration values of the machine and also the mode in which the machine is operating.

1 year 前

已回答
Excuting event listeners asynchronously
Hi, I have few findings as listed below- As of now all MATLAB listeners execute one at a time and all on the main MATLAB threa...

2 years 前 | 0

| 已接受

已回答
exitFcn of iptSetPointerBehavior doen't seems work properly for pointer type
Thank you for pointing out this bug. The bug has been reported to the concerned team.There is issue in setting pointer parameter...

2 years 前 | 0

| 已接受

已回答
Issue Plotting 2 different Values
Hi , According to my understanding , you are not able to plot scatter plot because of the difference in size of two arrays i:e ...

2 years 前 | 0

已回答
I am attempting to change the background of my plot3 /surf plot figure to an image of space
Hi ! You can refer to this matlab answer link to add background image- How do I add a background image to my GUI or figure w...

3 years 前 | 1

已回答
create a custom parametric signal
To my understanding you are trying to import data from Matlab workspace to Simulink using “to workspace” block. Instead of usi...

3 years 前 | 0

已回答
Plot/visualise only filtered Hz from Highpass
Hello! Based on my understanding you want only plot of filtered signal. You can refer to output arguments section of the docum...

3 years 前 | 0

| 已接受

已解决


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

3 years 前

已回答
Subplot panels which have several axes linked together using "tiledlayout"
The code given below can help you to get the desired result. (I have added comment for the lines which I have added). ax1 = axe...

3 years 前 | 0

已回答
Default title color for tiledlayout
Presently there is no way to set the default color of the title of a tiledlayout. But I have passed this issue to the teams conc...

3 years 前 | 0

已回答
How to change Default Font in App Designer for ALL Components?
Presently there is no way to change the default font style of all the components in app designer. But I have passed this issue t...

3 years 前 | 1

已解决


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

3 years 前

已解决


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

3 years 前

已回答
Using ilaplace function i get answer in terms of ilaplace but i need it in terms of a variable t:
This can be resolved by using simplify function in the penultimate line of your code (line 16 in attached screenshot). Below ...

3 years 前 | 1

| 已接受

已解决


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

3 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years 前