![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9585190_1524557134381_DEF.jpg)
saeed abdallah
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
222,513
of 297,016
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Image processing, need to get dimensions from images
x=imread('C:\project folders\foot data\mesh1.jpg'); imshow(x) red=x(:,:,1); green=x(:,:,2); blue=x(:,:,3); figure(1) subplot(2...
4 years ago | 0 answers | 0
0
answersQuestion
Warning: Matrix is close to singular or badly scaled. Results may be inaccurate.
i can't get the correct values for this calculation and i get the warning that Warning: Matrix is close to singular or badly sca...
6 years ago | 0 answers | 0
0
answersQuestion
how to get the actual value instead of 1x1 sym
clc clear digits(4) Ae = sym('Ae'); %?e cd = sym('cd');% CLw cl = sym('cl');%CL clt = sym('clt');%CLT clw = sym('clw')...
6 years ago | 0 answers | 0
0
answersQuestion
not showing all results from loop
i want to put my results in a table but when i do that the calculated vaule is 1*1 sym and only shows the table for the final va...
7 years ago | 1 answer | 0
1
answerQuestion
don't know how to fix this
i'm unable to get the results using when i used for loop Ae = sym('Ae'); cd = sym('cd'); cl = sym('cl'); clt = sym('clt'...
7 years ago | 1 answer | 0
1
answerQuestion
could not find explicit solution
syms Ae ct cd clt clw cl ht=2000.0976;m= 6300;h=0.29; Ve=0; g=9.81; ro=1.006;vi=51.5;s=25.08;k=0;cm0=-0.0711;K=0.045;h0=...
7 years ago | 1 answer | 0