
Casper Stroem
2017 以来アクティブ
Statistics
MATLAB Answers
7 質問
2 回答
ランク
195,869
of 260,037
評価
0
貢献
7 質問
2 回答
回答採用率
28.57%
獲得投票数
0
ランク
of 111,589
貢献
0 問題
0 解答
スコア
0
バッジ数
0
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
質問
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...
4年以上 前 | 1 件の回答 | 0
1
回答質問
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...
4年以上 前 | 1 件の回答 | 0
1
回答質問
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...
4年以上 前 | 0 件の回答 | 0
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
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
4年以上 前 | 0
質問
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 ?
4年以上 前 | 4 件の回答 | 0
4
回答質問
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 ...
4年以上 前 | 2 件の回答 | 0
2
回答質問
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...
4年以上 前 | 1 件の回答 | 0
1
回答質問
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...
4年以上 前 | 1 件の回答 | 0