photo

Attaullah Shafiq


Last seen: 8개월 전 2020년부터 활동

Followers: 0   Following: 0

메시지

AI/ML | Telecommunications | MATLAB

통계학

All
  • Thankful Level 2
  • Solver
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Problem with imshow command in MATLAB R2012a
Problem with imshow command in MATLAB R2012a Error: imshow is undefined function (Licence checkout error -96)

거의 3년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to run a matlab code for all folders in a directory?
yes you can use dir function. plz visit dir func help

대략 3년 전 | 0

질문


how to open a depth map from a file and transform it into a 3D point cloud - wanna convert c++ code to MATLAB script.
The following c++ code snippet show how to open a depth map from a file and transform it into a 3D point cloud: FILE* inFi...

대략 3년 전 | 답변 수: 0 | 0

0

답변

답변 있음
is it possible to convert c++ code to matlab code?
create a MEX file via MATLAB Coder (using MATLAB Coder on a simple M file that just calls the C++ function using coder.cinclude ...

3년 초과 전 | 0

문제를 풀었습니다


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

거의 4년 전

답변 있음
Task for generating a wave
%Sine wave example f=3; %frequency [Hz] t=(0:1/(f*100):1); a=2; %amplitude [V] phi=0; %phase y=a*sin(2*pi*f*t+phi); %fo...

거의 4년 전 | 1

| 수락됨

질문


i am not getting correct output for this sawtooth plot
I have to plot sawtooth with amplitude of 4 and freq(fs) of 30 I m solving like sine wave. kindly find mistakes.. t = 0:5:30; ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


How to find longest lasting event
How to find longest lasting event? means i wanna Calculate the duration of each event as the difference between 2 function..

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


How i can use BMI formula in MATLAB
How i convert a value in inches to meter?

대략 4년 전 | 답변 수: 2 | 0

2

답변