photo

Sumit Tiwari

MathWorks

Last seen: 4 years 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

I am a Quality Engineer at The MathWorks Inc, with a BS in Electronics & Telecommunications Engineering, and a MS in Electrical Engineering.

When I am not working, you can find me solving algorithmic challenges, hacking on open-source projects and reading.

统计学

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
How to measure the heat transfer by a universal motor?
Hi Sandy, You might find this ( <http://www.mathworks.com/help/physmod/elec/ug/simulating-thermal-effects-in-rotational-and-t...

9 years 前 | 0

已回答
Simulation data inspector not working, error "libcef.so: undefined symbol: gtk_widget_get_mapped"
Hi Peter, From the information that you have provided, I am fairly certain that the fault lies with your version of GTK. ...

9 years 前 | 0

| 已接受

已回答
Raspberry Pi I2C readRegister returning spurrious values
Hi Nathan, It is my understanding that you are trying to read data from your sensor/converter using the I2C protocol. Unfo...

9 years 前 | 1

已回答
Java Exception thrown when closing figures under linux with Matlab 2015a and 2014a
Hi Murat, I understand that you are receiving Java exceptions when you close the figure windows. From the stack trace that...

9 years 前 | 2

| 已接受

已解决


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 前