photo

Pk Verma


Last seen: 대략 1년 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how to make symbolic variable by loop as we want
for i=1:4 p= str2sym(strcat('a',num2str(i))) syms p disp(p) end a1 so if i call a1 then it says its unrecognized. so how c...

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

4

답변

질문


how to trace all the coordinates on the graph drawn by mouse pointer.
please some can tell that how to find out all coordinates drawn by the mouse pointer and assign these coordinats in array. fo...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to insert variables (string) in MATLAB function
function R=rotmatx(axis,q) if axis=='x' R=[1 0 0;0 cos(q) -sin(q); 0 sin(q) cos(q)]; elseif axis=='y' R=[cos(q) ...

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how to obtain single value answer from numeric expression
syms x Ixx=int(x^4*sqrt(1+4*x^2),0,.5 I want output in single value not as expression for exmple above expression value ...

거의 3년 전 | 답변 수: 1 | 0

1

답변