Community Profile

photo

Ali Najem


Last seen: 1 month 前 自 2020 起处于活动状态

统计数据

  • Thankful Level 4
  • Explorer
  • First Review

查看徽章

Content Feed

排序方式:

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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(...

1 year 前 | 2 个回答 | 0

2

个回答

提问


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; ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 2 个回答 | 0

2

个回答

提问


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 = ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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;...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Train CIFAR10 Convolution Neural Network
Hello everybody. Hope you doing well, I am using pertained model InceptionV3 to train CIFAR10 dataset, after finshed trainning...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Deep learning Neural Network
Hello, Am trying to trian Deep neural network of CIFAR-10 datasets, image classification. can i know which function represent ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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)...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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)...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答