Hussein
BI
Followers: 0 Following: 0
Programming Languages:
Python, C++, C, MATLAB, Arduino, Visual Basic
Spoken Languages:
English
Pronouns:
No pronouns - Use my name only
Python, C++, C, MATLAB, Arduino, Visual Basic
Spoken Languages:
English
Pronouns:
No pronouns - Use my name only
統計
All
Feeds
解決済み
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
2年以上 前
解決済み
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
2年以上 前
回答済み
2D plot and animation
clc clear all close all Z = peaks; surf(Z) axis tight set(gca,'nextplot','replacechildren','visible','off') f = getframe;...
2D plot and animation
clc clear all close all Z = peaks; surf(Z) axis tight set(gca,'nextplot','replacechildren','visible','off') f = getframe;...
2年以上 前 | 0
回答済み
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...
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...
2年以上 前 | 0
回答済み
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;...
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;...
2年以上 前 | 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:...
2年以上 前
送信済み
InT kmean image segmentation
This app uses Kmean method to segment micro and macroscopic images for clustering and identification of predictive features
2年以上 前 | ダウンロード 1 件 |
送信済み
InT echocardiogeaphic effects of cardiac drugs demo
This app simulates the echocardiographic effects of beta receptor blockers and stimulant to learn student dose-Ejection fraction...
2年以上 前 | ダウンロード 2 件 |
送信済み
InT eardrum analyzer1
This app is one of series of acoustic AI analyzer. It processes eardrum image to analyze its vasculature and texture as indicato...
2年以上 前 | ダウンロード 1 件 |


