photo

Hussein


BI

Last seen: ungefär 2 år ago Active since 2023

Followers: 0   Following: 0

Message

I'm a researcher in the field of sciences, AI, IT, drugs designing and technologies. I had accomplished and published many researches and inventions. My aim to contribute in making better health, knowledge, employment and safety for the community.

Programming Languages:
Python, C++, C, MATLAB, Arduino, Visual Basic
Spoken Languages:
English
Pronouns:
No pronouns - Use my name only

Statistics

All
MATLAB Answers

0 Questions
3 Answers

File Exchange

3 Files

Cody

0 Problems
5 Solutions

RANK
181 928
of 300 369

REPUTATION
0

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
18 593 of 20 936

REPUTATION
1

AVERAGE RATING
0.00

CONTRIBUTIONS
3 Files

DOWNLOADS
4

ALL TIME DOWNLOADS
18

RANK
54 605
of 168 436

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
61

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer
  • Solver
  • First Submission

View badges

Feeds

View by

Answered
2D plot and animation
clc clear all close all Z = peaks; surf(Z) axis tight set(gca,'nextplot','replacechildren','visible','off') f = getframe;...

mer än 2 år ago | 0

Answered
How do I plot a figure and animate overlaying plots in a separate figure?
clc clear all close all figure Z = peaks; surf(Z) axis tight set(gca,'nextplot','replacechildren','visible','off') f = g...

mer än 2 år ago | 0

Answered
I want to make a movie from plots in MATLAB. How do I do this?
clc clear all close all Z = peaks; surf(Z) axis tight set(gca,'nextplot','replacechildren','visible','off') f = getframe;...

mer än 2 år ago | 0