Community Profile

photo

Giuseppe Marino


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to split cell array made by matrix?
Hi everyone, i have a cell array made by n matrix ('n' is an input from the user).Every matrix is 3x3. I need to split this cell...

3 years ago | 1 answer | 0

1

answer

Question


How to save data from edit text using a push button in a GUI?
Hello everyone. I'm a new one using GUI in MatLab and i have a little problem, I was building up a GUI where the user could ins...

3 years ago | 1 answer | 0

1

answer

Question


How to create an array from a GUI where the array length changes by user's input?
Hi everyone, I was trying to make a simple GUI, I hope. The path that i wish to implement is the following one: 1: the user ch...

3 years ago | 1 answer | 0

1

answer

Question


Error using vertcat; Dimensions of arrays being concatenated are not consistent.
I have this kind of error at line 64. The last plot. Someone could help me to fix it? clc; clear all; close all; % para...

6 years ago | 1 answer | 0

1

answer

Answered
Matrix dimensions must agree. How can i fix it?
Thank you so much!

6 years ago | 0

Question


Matrix dimensions must agree. How can i fix it?
BPR=linspace(0,100,1000); f=0.015; V0=300; Vu=600; Qf=45000000; RendimentoTH= 0.5*(Vu^2-V0^2)/(BPR.*f*Qf); xlabel('/BPR');...

6 years ago | 2 answers | 0

2

answers