![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10874637_1522137737870_DEF.jpg)
Casper Stroem
Followers: 0 Following: 0
Statistics
RANK
206,856
of 297,016
REPUTATION
0
CONTRIBUTIONS
7 Questions
2 Answers
ANSWER ACCEPTANCE
28.57%
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
i am trying to find omega using while
I need to determine omega. I came so far to think that i need a while loop to do so but I get an error, so want to check my s...
7 years ago | 1 answer | 0
1
answerQuestion
Index exceeds matrix dimensions. Error in UyUzCalc (line 71) u_y2(i+1)=u_y(i)+... Error in Assignment3 (line 150) [u_y2,u_z2]=UyUzCalc(x,py2,pz2,EI1,EI2,B2)
i am trying to calculate the deflection of a turbine blade. %% Assignment 3 - Strukturel clc clear all %Konstante...
7 years ago | 1 answer | 0
1
answerQuestion
My function is not giving any output
count=0 for i9=1:length(v9); [MTotal9] = MTotalSolver(Tp9(i9),Hs9(i9)); count=count+1 end the above lines a...
7 years ago | 0 answers | 0
0
answerscontourf min max is it possible?
Walter I am getting an error trying your solution
7 years ago | 0
contourf min max is it possible?
here is my contour plot 551x49 matrix, and i would like to show min and max value of Cp the exact position on the plot
7 years ago | 0
Question
contourf min max is it possible?
I have a large matrix Cp and using contourf(Cp) Is it possible to mark min and max values in the plot ?
7 years ago | 4 answers | 0
4
answersQuestion
struggling with error in code
Hi all I am trying to run the code below and get an error i do not know what means. clear all close all clc ...
7 years ago | 1 answer | 0
1
answerQuestion
i need to solve I(dw/dt)=MR-MG
i am a new to matlab and i need to solve I(dw/dt)=MR-MG this is what i have written so far but not sure how to solve numericall...
7 years ago | 1 answer | 0
1
answerQuestion
how do i find a column in a matrix that satisfies a condition for all rows
Hi I am trying to find the power output of my windturbine less than P=2500000 I am interested in the last column where the ma...
7 years ago | 1 answer | 0