![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2744413_1522091045890_DEF.jpg)
VAIBHAV
GE T&D India Ltd.
自 2012 起处于活动状态
Followers: 0 Following: 0
Worked on MATLAB / SIMULINK with other toolboxes from 1 feb 2011 to till date.
I have SIMULINK, Varification and Validation and Simscape certification.
Feeds
已回答
Why is the build process failing with error code: "NMAKE: fatal error U1073: don't know how to make 'C:\Program'"?
Thanks Dear, I selected SOLUTION 2,Its working fine. Thanks
Why is the build process failing with error code: "NMAKE: fatal error U1073: don't know how to make 'C:\Program'"?
Thanks Dear, I selected SOLUTION 2,Its working fine. Thanks
9 years 前 | 1
已回答
exec error 8 attempting to run e:\bin\win64\setup.exe
HI, Keep your windows and java update. might be its resolve the problem. Vaibhav
exec error 8 attempting to run e:\bin\win64\setup.exe
HI, Keep your windows and java update. might be its resolve the problem. Vaibhav
10 years 前 | 0
已回答
I can't for example plus tow elements of the UItable. Why????
I think u need to convert ur string data into numerical format ie dat=str2double(get(handles.tab1,'data'));
I can't for example plus tow elements of the UItable. Why????
I think u need to convert ur string data into numerical format ie dat=str2double(get(handles.tab1,'data'));
11 years 前 | 0
| 已接受
已解决
How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...
12 years 前
已解决
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
12 years 前
已解决
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
12 years 前
已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
12 years 前
已解决
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...
12 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:...
12 years 前