Community Profile

photo

Nadir Altinbas


Last seen: 3 years ago Active since 2016

BSE &EE,.20+ years @ Industry,
Professional Interests: Telecommute,Matlab,MCU R&D

Statistics

All
  • Solver
  • GitHub Submissions Level 1
  • Knowledgeable Level 2
  • Revival Level 1
  • First Review
  • First Submission
  • First Answer

View badges

Content Feed

View by

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago

Submitted


Specific Sample Function Plotting using MatLab 7.12
light weight function plot

4 years ago | 1 download |

Thumbnail

Answered
fsolve doesn't give the expected answer
because of ' ELSE' error on it

4 years ago | 0

Answered
fsolve doesn't give the expected answer
if T21<=0 funzmia(T21)<=0; ???

4 years ago | 0

Answered
fsolve doesn't give the expected answer
error: 'funzmia2' undefined near line 7 column 29 error: __plt2vm__: matrix dimensions must match error: called from __plt__>__...

4 years ago | 0

Answered
fsolve doesn't give the expected answer
%T21=0 this line should be T21 =0;

4 years ago | 0

Answered
Count Days in Months
why do not see this help topic www.mathworks.com/help/matlab/ref/datetime.html

4 years ago | 1

Answered
What is u(1:1+int,1)?
u(1:1+int,1) this type commands represents unit step where 1+int depends on and interval increment by one and its usage by (for ...

4 years ago | 0

| accepted

Answered
Writing string data in uitable
2X7 matrix (two variables strings and 7 data file) named it as COUNT.DAT file "load count.dat" after running this command [n...

4 years ago | 0

| accepted

Answered
How can I plot integral function for fun3 ?
at the first stage you should define a boundry

4 years ago | 0

| accepted

Answered
Plotting an image over a figure
hold off legend off curve chect it out delete commands pls....

4 years ago | 0

Answered
Mistake in programm ?
do not forget your customer ID pls

4 years ago | 0

Answered
Writing string data in uitable
two strings should be different exam dim1.......,dim2.......

4 years ago | 0

Answered
How to make 2 legends
f = field[0] j = 1:length(folderpath1) plot(f,folderpath1); hold on i = 1:length(specID1{1,j}) plot(j,i) legend('(i)',('j...

4 years ago | 0

Answered
Is it correct that the PWM generator of 50 kHz is smaller than the one of 10 kHz?
50 *10^3 = 50.000 Hz one of 10 KHz======> 10*10^3 = 10.000 Hz T= 1 / F====================> 1/(50.000) <1/(10.000) 0.2 <0.1 ...

4 years ago | 0

Answered
Normalizing in Shooting Method
xspan =[-L,h,L] set to ' h ' lower interval

4 years ago | 0

Answered
How make low resolution image to become high resolution??
check it out pls; www.mathworks.com/help/matlab/creating_plots/save-figure-at-specific-size-and-resolution.html

4 years ago | 0

Answered
Is this differential equation involving an integral solvable by Matlab?
part part solve derivates and integration separately then combine into differintial

4 years ago | 0

Answered
How to solve this two variable equation and save values?
k = 0 : 1 : 100;

4 years ago | 0

Answered
Please how can I model encryption algorithms in matlab
Control System toolbox

4 years ago | 0

Answered
Monitor DC motor velocity using arduino and simulink
single mode relay module connection for DC Motor usege should to persist problem

4 years ago | 0

Answered
Please how can I model encryption algorithms in matlab
check it out following algorithms; MD5,SHA,OTPS(One time password sytem algorithms -nadir

4 years ago | 0

Answered
How to replace lines by bars of varying color in Tukey HSD plot
plot ( x, y, r*)

4 years ago | 0

Answered
how can I count up the number from a specific interval?
hello for instance interval 8 < x > 999 x = 8 : 0.5: 999; it increases as 0.5 up to 999 example ok -nadir altinbas

4 years ago | 0

Answered
Calculating RESISTANCE FROM DATA
converting the circuit from time to frequency domain may be a cure !

4 years ago | 0

Answered
Can Matlab 2014b run on Windows 10?
you can by just upgrade service pck for 2014b for Win XX apropriate...

7 years ago | 0