photo

Sanjoy Dey


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

7 Questions
1 Réponse

RANG
137 815
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
57.14%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


matlab code to c code
user(1).bid = [3,5,7]; how we write c code of this matlab code??

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


Parse Error in funtion
p=0; for k=0:5 if(c(k)~= t) continue; ...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
how we write condition in for loop?
i know syntax of for loop--- for index=initial value : step size: final value but i want to know the condition k<j,how i write...

plus de 6 ans il y a | 0

Question


how we write condition in for loop?
suppose in c language we have a condition like k=0;k<j;k++ how we write this code in matlab?

plus de 6 ans il y a | 3 réponses | 0

3

réponses

Question


how we can store value in array using loop?
user(1).will = 0.5; user(1).rep = 1; user(1).bid = [3,5,7]; user(1).inter_time=4; user(2).will = 0.9; user(2).rep = 0.6; ...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


how a access array element and send to user for task
This is my code % Structure of array user set user(1).will = 0.5; user(1).rep = 1; user(1).bid = [9,8,7]; user(1).inter_tim...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


how access structure of array element using loop
Firstly i'm beginner in matlab,i don't have enough knowledge to write code in matlab. Can i access Structure of array element...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


How i write code of array of structure in matlab?
write sample code of array of structure

plus de 6 ans il y a | 1 réponse | 0

0

réponse