photo

Swaroop Mishra

MathWorks

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

I'm an Engineer at MathWorks.
In my free time, I like to travel and write.

统计学

All
MATLAB Answers

0 个提问
11 个回答

Cody

0 个问题
2 个答案

排名
3,001
of 299,793

声誉
20

贡献数
0 个提问
11 个回答

回答接受率
0.00%

收到投票数
4

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
89,813
of 166,013

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
On the official arduino robot, what pins should I assign for analog input if they are labeled TK0-TK7/M0-M7 on the Robot Control Board.
Have you seen <https://in.mathworks.com/help/supportpkg/arduino/ug/pin-mapping-on-arduino-blocks.html>? TK0-TK7 are multiplex...

8 years 前 | 0

已回答
2th order Sliding mode controller / observer In simulink
You can have a look on <https://in.mathworks.com/matlabcentral/fileexchange/52429-example-on-sliding-mode-control example on Sli...

8 years 前 | 0

已回答
problem of developing with arduino
There is a <https://www.mathworks.com/help/supportpkg/android/examples/control-brightness-of-arduino-onboard-led-from-android-de...

8 years 前 | 1

| 已接受

已回答
How to convert video file(.avi) to .bag file?
You can run the video in a ROS node and then record a bag file. Also you can use Robotics System Toolbox with Simulink to cre...

8 years 前 | 0

已回答
How can I interface with an NI USB-6501 on a Mac?
In the current release, Data Acquisition Toolbox requires Windows OS. So you need to have Windows OS for using Data Acquisition...

8 years 前 | 0

已回答
NAVIO 2 compatibility with matalb/simulink
Direct support for NAVIO 2 does not seem to be available for current MATLAB release.

8 years 前 | 0

已回答
How to increase the computation time of this code?
Number of workers by default is equal to the number of cores in your system. You can change it inside Home-Parallel-Manage Clus...

8 years 前 | 0

已回答
how can I get the PDFs for the Neural Network Toolbox R2010a?
You can find it here: <https://in.mathworks.com/help/releases/R2010a/toolbox/nnet/ Documentation for Neural Network Toolbox R...

8 years 前 | 0

已回答
Is there a way to C code a trained CNN to be used in a C/C++ program?
This functionality to generate C/C++ code for a trained CNN does not seem to be present in the current version of MATLAB.

8 years 前 | 1

已回答
How do I remedy the installation error (No such file or directory)?
Hi Katrina, Download the installer again as your installation files may be corrupted. It seems like the installer is unab...

8 years 前 | 1

| 已接受

已回答
When downloading MATLAB R2016b this appears "The following error was detected while downloading 3p/icu_maci64_1469210360.enc:" how can i download MATLAB?
Hi Vanessa, Download the installer again as your installation files may be corrupted. It seems like the installer is una...

8 years 前 | 1

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

9 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:...

9 years 前