Sanjoy Dey
Followers: 0 Following: 0
Statistics
RANK
134,668
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
matlab code to c code
user(1).bid = [3,5,7]; how we write c code of this matlab code??
5 years ago | 0 answers | 0
0
answersQuestion
Parse Error in funtion
p=0; for k=0:5 if(c(k)~= t) continue; ...
5 years ago | 1 answer | 0
1
answerhow 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...
5 years ago | 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?
5 years ago | 3 answers | 0
3
answersQuestion
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; ...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 0 answers | 0
0
answersQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
How i write code of array of structure in matlab?
write sample code of array of structure
5 years ago | 0 answers | 0