photo

Hrusheekesh


Last seen: oltre 3 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

MATLAB Answers

0 Domande
8 Risposte

RANK
8.044
of 300.364

REPUTAZIONE
6

CONTRIBUTI
0 Domande
8 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
1

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

  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
matrix multiplication with different sizes
hi kriti can you try this x=repelem(a,k); b=b.*x;

oltre 3 anni fa | 0

| accettato

Risposto
Averaging elements for a cell within a cell array
where c is your cell. clc c={[1,2,3];[2,3,40];[34,21,35];[2,7,5];[33 67 89]}; p=[]; n=size(c{1}); m=size(c); for i=1:n(2) ...

oltre 3 anni fa | 0

Risposto
generate pair numbers randomly
hi ananya, it is my understanding that you want to create a array of pairs with random vaues. but is there any constraints like...

oltre 3 anni fa | 1

Risposto
I want to need (maxY(:,1)) for different value of k, how the for loop will help?
Hi sahil, what you can do is send the values of k in a array. k =[0:0.1E-3:3E-3]; r=[]; for i = 1:size(k) [T,Y]= ode45(...

oltre 3 anni fa | 0

Risposto
run matlab on cloud platform
Hi Ishitha, You can run MATLAB on cloud platforms, but you must check your license agreements for the support. For more inform...

oltre 3 anni fa | 0

Risposto
Find intersection of points in a graph
Hi chinmayraj, You can refer to this page to find the intersection of two curves. You can also subtract the two curves and get...

oltre 3 anni fa | 0

Risposto
how to make symbolic variable by loop as we want
Hi verma, I understand that you want to create multiple symbolic variables with one command. The following example will ill...

oltre 3 anni fa | 0