photo

Mohammad Sadegh Nasirianfar


Last seen: 3년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

9 질문
0 답변

Cody

0 문제
4 답안

순위
267,877
of 300,853

평판
0

참여
9 질문
0 답변

답변 채택
77.78%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
70,174
of 171,319

참여
0 문제
4 답안

점수
50

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Solver
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


I want to read an excel file by entering the column and first line and last line.
Is there an ability in matlab by which I could read any file that I want. for example I have written a code as follows q_c = ...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


don't display some part of a graph
I have plotted a graph with following code. I want to know how can I define that in the highlighted part in attachment that Ic >...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I want to make an iteration for all arras of my vector.
n=ones(size(f_s)); C_n = (1./sigmaprimevo/10).^n; Q= (q_c-sigmavo)*10.*C_n; F= f_s./(q_c-sigmavo)*100; I_c= real(((3.47-log1...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


my file is so heavy for running, is it possible to divide it to some parts and load m files one after each other?
my file is so heavy for running, is it possible to divide it to some parts and load m files one after each other?

3년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

3년 초과 전

문제를 풀었습니다


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

3년 초과 전

문제를 풀었습니다


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 ...

3년 초과 전

문제를 풀었습니다


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:...

3년 초과 전

질문


I want to display a bar plot.
I want to display a bar plot like attached file i which for each values (2,3,4,5,6,7) display the bar plot with its specific col...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I want to change the backgroung color of my plots.
I want to draw a graph in which for any rang that graph shows different backgroung it shows. for example in the range of o-1 red...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


reading a n row excel file and making a matrix
I have an excel file with n rows, how can I define a readmatrix in which it read from the first to the nth row. nth row is diffe...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


converting row and column
I have two questions: why when I use this code evenif Ic and n are one column matrix, I recieve one row matrix for Kc? How can...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to write a iterative code?
#MATLAB I want to write a code and I don’t know with which command is better. Put n=1 If Ic<1.64, n=0.5 If 1.64<Ic<3.3, n=(...

3년 초과 전 | 답변 수: 1 | 0

1

답변