photo

Pk Verma


Last seen: oltre 2 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
247.847
of 300.364

REPUTAZIONE
0

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 3 anni fa | 4 risposte | 0

4

risposte

Domanda


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

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 4 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 4 anni fa | 1 risposta | 0

1

risposta