Ali Najem
Followers: 0 Following: 0
Statistiques
20 Questions
0 Réponses
RANG
200 175
of 295 527
RÉPUTATION
0
CONTRIBUTIONS
20 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
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
Feeds
Question
How to increase yticklabel?
Dear experts, I have this plot as shown below. I need to increase yticklabel more than 4 I used many ways to do it but still s...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How to generate data?
Dear experts, I have this code as below: V = 10660:1:11700; deltavB = 50:1:70; VB = 1:1:81 a=V-VB(1); %% VB(2)....VB(...
environ 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
Extract the bigger number of values from the previous one in an array
Dear experts, I want to do this kind of loop Data = rand(1,15); for i=1:15 if Data(i) < Data(i+1) X =10; ...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Why does my MATLAB icon look like a sheet of paper?
Dear all, hope you all good and safe, There is a problem since I installed my matlab 2021a, when I try to open any file it loo...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to plot data?
Hi all, I just want to plot these data in matlab, however, I got confused about plotting Time 1/1/2020 2/1/2020 00 - 01...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
plot x-axis data with discretize
Hello experts, simple question .. x = 0:2:24; y= rand(1,13); plot(x,y) How can I plot x-axis where it would be like t...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to multiply symbolic with numeric?
Hi all' assume that w=randn(2,2) a=sym('a',[2 2]) I need to get the answer of multiblication of (a .* w) with smae size [ 2...
presque 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
converting values from conditional to single equation
Hi all I need to convert this if condition to one equation let's assume we have this if statment if x>=0 f = ...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How to set randomization numbers ?
Hi everyone. I need to set my randmization number for instance: A=randn(1,2); B=randn(1,3); I want this thing, when I run m...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How to extract output from function
Hello, All i have this functions file function [dydt,dE]=my(x,y) f=(x^2-y^2)*sin(x); dE=x^2; dydt=10+f; end and this my...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
need solution with symbolic
Dear all why the first code is working otherwise in second code when I just change a bit it won't work ? The first code sym...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How to run this code
please can anyone know how to run this code syms w12 b12 w34 b34 a1 y0 z2 = w12*a1 + b12; a2 = elu(z2); z4 = w34*a2 + b34;...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Train CIFAR10 Convolution Neural Network
Hello everybody. Hope you doing well, I am using pertained model InceptionV3 to train CIFAR10 dataset, after finshed trainning...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Deep learning Neural Network
Hello, Am trying to trian Deep neural network of CIFAR-10 datasets, image classification. can i know which function represent ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Convolution neural network equations
Hello, all I hope you doing well. I know in CNN training data such as (mnist, CIFAR_10 or CIFAR_100 or even ImageNet dataset)...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How to solve ODE in matlab
Hello everybody, I hope you doing well I have code of ODE and i used ode15s to solve it. I want to use Euler method instead o...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Need help with executing program
Hi everyone, I hope you doing well in good health and high spirits. How can I run the matlab programs using GPU ? This is ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
any help in Matlab code
Hello, eveyone i hope you doing well i have enquier regarding with my code lets say i have code with 10 lines in line 5 i ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
need help in this
Hello everybody i just have this code: syms w1 w2 w3 w4 v1 v2 x1 x2 yd n1=w1*x1+w2*x2; o1=1/(1+exp(-n1)); o1_der=o1*(1-o1)...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How to solve this issue?
Hello there, I got this error when i use ODE15s solver : Error using odearguments (line 113) Inputs must be floats, namely si...
plus de 4 ans il y a | 1 réponse | 0