Community Profile

photo

Siddharth Pande


Dr.B.A.T.U

2012년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • First Answer
  • Commenter
  • Promoter
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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년 전

질문


how to order the array according to the condition of linear ordering?
I am making a program based upon the module placement according to the linear condition consider the example: module=[2 3 5 ...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


how to use the data from .dat file for plotting graph
I generated a data file in .dat form using a spice tool now I want to call this data file in matlab and use the x and y coordin...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


how to process multiple file in matlab
i an a beginner in mat lab,i want to open a spice simulator using mat lab provide a file to it using mat lab and the output gene...

대략 10년 전 | 답변 수: 2 | 1

2

답변

질문


how to run a .exe file from matlab
i want to call a spice simulator executable file to run a spice model and then generate a data file.i also want that data file ...

대략 10년 전 | 답변 수: 2 | 0

2

답변

문제를 풀었습니다


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

대략 10년 전

문제를 풀었습니다


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

대략 10년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

대략 10년 전

문제를 풀었습니다


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

대략 10년 전

답변 있음
how to call to different image handles for same function callback
i found the ans it was pretty simple call the handles with different names and every time u call it update the handles in th...

대략 11년 전 | 0

답변 있음
dimensions not consistent when trying to save to a matrix
convet it into the same fromat use "whos" to see the dimentions and then interchange the dimentions if they are not alike

대략 12년 전 | 0

질문


handles in gui
mr image analyst still the problem is how to call two image handles for difference i am a newbie in gui so plz help in handle...

대략 12년 전 | 답변 수: 0 | 0

0

답변

답변 있음
how to call to different image handles for same function callback
mr image analyst still the problem is how to call two image handles for difference i am a newbie in gui so plz help in handle...

대략 12년 전 | 0

질문


how to call to different image handles for same function callback
this a gui call back to load image % --- Executes on button press in loading_an_image. function loading_an_image_Callbac...

대략 12년 전 | 답변 수: 3 | 0

3

답변