Bajdar Nouredine
Followers: 0 Following: 0
Statistics
RANK
35,291
of 295,448
REPUTATION
1
CONTRIBUTIONS
19 Questions
1 Answer
ANSWER ACCEPTANCE
78.95%
VOTES RECEIVED
1
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
How reduce data from 3917x2 to 1868x2 without change the entire of graph?
I have zdata.mat contains data 3917x2 I need a way to reduce data to 1868x2 , (hint: first column refers to x axis, second col...
3 months ago | 1 answer | 0
1
answerQuestion
How change two columns with 5 rows to a single row?
x= [2 4 6 8 10 ]; y= [20 40 60 80 100]; % I want to reprsent them in a single row like that z= 2 20 4 40 . . .
4 months ago | 1 answer | 0
1
answerQuestion
How solve this summation using loop for x=3? but if could solve it without using build in function (factorial)
11 months ago | 1 answer | 0
1
answerQuestion
Would you mind tell me how VGG16 deep learning architecture sketched?
I am looking for a software to sketch VGG16 deep learning architecture like uploded this one in uploaded image
2 years ago | 1 answer | 0
1
answerQuestion
How Could I change cases name and direction in confusion matrix?
Such as indicated in image, I want to change the names (manually)Benign and Melignant also write new names horizontally?
2 years ago | 1 answer | 0
1
answerHow split an image into four parts?
dear @Image Analyst in C_new as mentioned by @Voss a cell array contains a 1x4 cell array containing 4 224x224 matrices, I...
2 years ago | 0
Question
How split an image into four parts?
I have 2x10 cell array each cell contains 224x896 double, I want to split each image inside the cells to 224x224
2 years ago | 2 answers | 0
2
answersQuestion
How to solve this error? Invalid types for comparison.
I want to calculate accuracy, sensitivity,...,etc based on actual and predicted data, this code is working well for numbered l...
2 years ago | 1 answer | 0
1
answerQuestion
Is there any way to save my processed Images into different folders?
I applied pre processing filters on 4 different set of images each one contains 10 images, I want to save them in 4 different fo...
2 years ago | 1 answer | 0
1
answerQuestion
How do I change the color bar scale
I want to change the scale from [0,1] to [36,45] %% Example data x = (1.9:-0.01:0); data = sin(x); d1= (44.86:-.0:38); %% S...
3 years ago | 1 answer | 0
1
answerQuestion
How do I change color diffusion in jet colormap?
I want to show the red color at the center of the sphere and the blue at the circumstances (i.e color distributed inversly) %% ...
3 years ago | 2 answers | 0
2
answersQuestion
How do I solve this error?
Output of the function must be the same size as the input. If FUN is an array-valued integrand, set the 'ArrayValued' option to ...
3 years ago | 2 answers | 0
2
answersQuestion
How can I solve this problem?
when I try to solve summation of double ontegration with a loop I got this error Struct contents reference from a non-struct ar...
3 years ago | 0 answers | 0
0
answersQuestion
How could I solve this error?
this code does not have any problem with respect to r and t, but when I add interval for t and r it gives this error thanks for...
3 years ago | 1 answer | 1
1
answerQuestion
Is there any way to solve this integration with loop?
r = 1:10 t= 1: 10
3 years ago | 1 answer | 0
1
answer1
answerQuestion
How can I solve this type of integration?
I know how to determine either double integration and summation alone, but how could I solve both together as shown in pic.
3 years ago | 1 answer | 0